File tree Expand file tree Collapse file tree 5 files changed +22
-21
lines changed Expand file tree Collapse file tree 5 files changed +22
-21
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # Note: additional setup is required, see https://www.jenkins.io/redirect/continuous-delivery-of-plugins
2+
3+ name : cd
4+ on :
5+ workflow_dispatch :
6+ check_run :
7+ types :
8+ - completed
9+
10+ permissions :
11+ checks : read
12+ contents : write
13+
14+ jobs :
15+ maven-cd :
16+ uses : jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@v1
17+ secrets :
18+ MAVEN_USERNAME : ${{ secrets.MAVEN_USERNAME }}
19+ MAVEN_TOKEN : ${{ secrets.MAVEN_TOKEN }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11-Pconsume-incrementals
22-Pmight-produce-incrementals
3+ -Dchangelist.format=%d.v%s
Original file line number Diff line number Diff line change 88 </parent >
99
1010 <artifactId >database-postgresql</artifactId >
11- <version >${revision}${ changelist} </version >
11+ <version >${changelist} </version >
1212 <packaging >hpi</packaging >
1313 <name >PostgreSQL Database Plugin</name >
1414
1515 <url >https://github.com/jenkinsci/database-postgresql-plugin</url >
1616 <properties >
17- <revision >1.3</revision >
18- <changelist >-SNAPSHOT</changelist >
17+ <changelist >999999-SNAPSHOT</changelist >
1918 <jenkins .version>2.387.1</jenkins .version>
2019 </properties >
2120
You can’t perform that action at this time.
0 commit comments