Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Feb 16, 2019
1 parent 82d483a commit cb04c67
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Generic Webhook Plugin Changelog
Changelog of Generic Webhook Plugin.
## Unreleased
### No issue

**Doc**


[82d483a2f33fa7b](https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/82d483a2f33fa7b) Tomas Bjerre *2019-01-23 20:17:15*


## 1.52 (2019-01-02 09:29:06)
### GitHub [#97](https://github.com/jenkinsci/generic-webhook-trigger-plugin/issues/97) Avoid calling getLogFile *bug*

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<jenkins.version>2.7.4</jenkins.version>
<findbugs.failOnError>false</findbugs.failOnError>
<maven.javadoc.skip>true</maven.javadoc.skip>
<fmt>2.6.0</fmt>
<violations.version>1.13</violations.version>
<changelog>1.58</changelog>
<fmt>2.8</fmt>
<violations.version>1.15</violations.version>
<changelog>1.59</changelog>
</properties>

<artifactId>generic-webhook-trigger</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<f:entry title="Token">
<f:textbox field="token"/>
<f:description>
Optional token. If it is specified then this job will can only be triggered if that token is supplied when invoking <b>http://JENKINS_URL/generic-webhook-trigger/invoke</b>. It can be supplid as a:
Optional token. If it is specified then this job can only be triggered if that token is supplied when invoking <b>http://JENKINS_URL/generic-webhook-trigger/invoke</b>. It can be supplid as a:
<ul>
<li>Query parameter <b>/invoke?token=TOKEN_HERE</b></li>
<li>A token header <b>token: TOKEN_HERE</b></li>
Expand Down

0 comments on commit cb04c67

Please sign in to comment.