File tree Expand file tree Collapse file tree 5 files changed +18
-21
lines changed Expand file tree Collapse file tree 5 files changed +18
-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+ 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 11-Pconsume-incrementals
22-Pmight-produce-incrementals
3+ -Dchangelist.format=%d.v%s
Original file line number Diff line number Diff line change 1313 <packaging >hpi</packaging >
1414 <name >Copy Artifact Plugin</name >
1515 <description >Adds a build step to copy artifacts from another project.</description >
16- <version >${revision}${ changelist} </version >
16+ <version >${changelist} </version >
1717 <url >https://github.com/jenkinsci/${project.artifactId} -plugin</url >
1818
1919 <licenses >
2626
2727 <properties >
2828 <revision >1.49</revision >
29- <changelist >-SNAPSHOT</changelist >
29+ <changelist >999999 -SNAPSHOT</changelist >
3030 <gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
3131 <jenkins .version>2.361.4</jenkins .version>
3232 <useBeta >true</useBeta >
You can’t perform that action at this time.
0 commit comments