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 1212 <groupId >io.jenkins.plugins</groupId >
1313 <packaging >hpi</packaging >
1414 <name >Bootstrap 5 API Plugin</name >
15- <version >${revision}${changelist} </version >
15+ <version >${revision} - ${changelist} </version >
1616
1717 <url >https://github.com/jenkinsci/bootstrap5-api-plugin</url >
1818
1919 <description >Provides Bootstrap 5 for Jenkins plugins.</description >
2020
2121 <properties >
22- <revision >5.3.7-3 </revision >
23- <changelist >-SNAPSHOT</changelist >
22+ <revision >5.3.7</revision >
23+ <changelist >999999 -SNAPSHOT</changelist >
2424 <module .name>${project.groupId} .bootstrap5</module .name>
2525 <jenkins .version>2.496</jenkins .version>
2626 </properties >
You can’t perform that action at this time.
0 commit comments