Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed May 6, 2019
1 parent 3bd09aa commit a65764e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Generic Webhook Plugin Changelog
Changelog of Generic Webhook Plugin.
## 1.54 (2019-05-06 13:29:39)
### GitHub [#115](https://github.com/jenkinsci/generic-webhook-trigger-plugin/issues/115) Blank parameter trigger the job even if you specified a filter

**Avoid triggering when text or regexp is empty #115**

* This was originally implemented to avoid checking the regexp when no filtering was configured.
* Changing to triggering when text **and** regexp is empty.

[9c78d75222ca3fe](https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/9c78d75222ca3fe) Tomas Bjerre *2019-05-06 13:26:40*


## 1.53 (2019-05-02 15:36:05)
### GitHub [#107](https://github.com/jenkinsci/generic-webhook-trigger-plugin/issues/107) How to use withCredentials in declarative Jenkinsfile? *question*

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</properties>

<artifactId>generic-webhook-trigger</artifactId>
<version>1.54</version>
<version>1.55-SNAPSHOT</version>
<name>Generic Webhook Trigger Plugin</name>
<description>Trigger that can receive any HTTP request, extract any JSONPath/XPath values and trigger a job with those values available as variables.</description>
<url>https://wiki.jenkins-ci.org/display/JENKINS/Generic+Webhook+Trigger+Plugin</url>
Expand Down Expand Up @@ -60,7 +60,7 @@
<connection>scm:git:ssh://github.com:jenkinsci/generic-webhook-trigger-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/generic-webhook-trigger-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/generic-webhook-trigger-plugin</url>
<tag>generic-webhook-trigger-1.54</tag>
<tag>HEAD</tag>
</scm>

<repositories>
Expand Down

0 comments on commit a65764e

Please sign in to comment.