File tree 5 files changed +22
-17
lines changed
5 files changed +22
-17
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 1
1
-Pconsume-incrementals
2
2
-Pmight-produce-incrementals
3
+ -Dchangelist.format=%d.v%s
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
11
11
<artifactId >pubsub-light</artifactId >
12
- <version >${revision}${ changelist} </version >
12
+ <version >${changelist} </version >
13
13
<packaging >hpi</packaging >
14
14
15
15
<name >Jenkins Pub-Sub "light" Bus</name >
16
16
<description >A simple Publish-Subscribe light-weight event bus for Jenkins</description >
17
17
<url >https://github.com/jenkinsci/${project.artifactId} -plugin</url >
18
18
19
19
<properties >
20
- <revision >1.19</revision >
21
- <changelist >-SNAPSHOT</changelist >
20
+ <changelist >999999-SNAPSHOT</changelist >
22
21
<gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
23
22
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
24
23
<jenkins .baseline>2.361</jenkins .baseline>
You can’t perform that action at this time.
0 commit comments