Skip to content

Commit

Permalink
Merge pull request #36 from bluesliverx/master
Browse files Browse the repository at this point in the history
Move to CD again
  • Loading branch information
bluesliverx committed Sep 20, 2021
2 parents 019a50b + 596f844 commit 945be9f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-Pconsume-incrementals
-Pmight-produce-incrementals
-Dchangelist.format=%d.v%s
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ trust pipeline scripts, etc).

### Latest (September 20, 2021)

Move to incremental releases.
Use incremental releases from GitHub Actions.
Add GitHub comment author in the cause object when a build is triggered.
Whitelist cause methods for easier use from pipeline scripts.

Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath />
</parent>
<artifactId>github-pr-comment-build</artifactId>
<version>${revision}${changelist}</version>
<version>${changelist}</version>
<packaging>hpi</packaging>
<name>GitHub PR Comment Build Plugin</name>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
Expand All @@ -21,8 +21,7 @@
</licenses>

<properties>
<revision>2.4</revision>
<changelist>-SNAPSHOT</changelist>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/github-pr-comment-build-plugin</gitHubRepo>
<jenkins.version>2.176.4</jenkins.version>
<java.level>8</java.level>
Expand Down

0 comments on commit 945be9f

Please sign in to comment.