Skip to content

Commit

Permalink
Correcting name/descriptions #18
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Aug 10, 2017
1 parent 8eacab3 commit 2643526
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 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**


[8eacab3e02d3680](https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/8eacab3e02d3680) Tomas Bjerre *2017-07-28 20:27:43*


## 1.17 (2017-07-26 14:58:32)
### No issue

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<f:entry title="Variable" description="Name of variable">
<f:entry title="Request header" description="Name of request header">
<f:textbox field="key"/>
</f:entry>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<f:entry title="Variable" description="Name of variable">
<f:entry title="Request parameter" description="Name of request parameter">
<f:textbox field="key"/>
</f:entry>

Expand Down

0 comments on commit 2643526

Please sign in to comment.