File tree Expand file tree Collapse file tree 5 files changed +19
-65
lines changed
Expand file tree Collapse file tree 5 files changed +19
-65
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # For help see https://www.jenkins.io/redirect/continuous-delivery-of-plugins
2+
3+ name : ' Jenkins CD'
4+ on :
5+ workflow_dispatch :
6+ check_run :
7+ types :
8+ - completed
9+
10+ jobs :
11+ maven-cd :
12+ uses : jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@v1
13+ secrets :
14+ MAVEN_USERNAME : ${{ secrets.MAVEN_USERNAME }}
15+ MAVEN_TOKEN : ${{ secrets.MAVEN_TOKEN }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ -Dchangelist.format=%d.v%s
12-Pconsume-incrementals
23-Pmight-produce-incrementals
Original file line number Diff line number Diff line change 1010
1111 <groupId >io.jenkins.plugins</groupId >
1212 <artifactId >plugin-util-api</artifactId >
13- <version >${revision}${changelist} </version >
13+ <version >${revision} . ${changelist} </version >
1414 <packaging >hpi</packaging >
1515 <name >Plugin Utilities API Plugin</name >
1616
4040 </scm >
4141
4242 <properties >
43- <revision >6.2.0 </revision >
44- <changelist >-SNAPSHOT</changelist >
43+ <revision >6</revision >
44+ <changelist >999999 -SNAPSHOT</changelist >
4545
4646 <module .name>${project.groupId} .plugin.util.api</module .name>
4747
You can’t perform that action at this time.
0 commit comments