File tree Expand file tree Collapse file tree 5 files changed +22
-26
lines changed Expand file tree Collapse file tree 5 files changed +22
-26
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 11
11
12
12
<groupId >io.jenkins.plugins</groupId >
13
13
<artifactId >apache-httpcomponents-client-5-api</artifactId >
14
- <version >${revision}${changelist} </version >
14
+ <version >${revision} - ${changelist} </version >
15
15
<packaging >hpi</packaging >
16
16
17
17
<name >Apache HttpComponents Client 5.x API Plugin</name >
47
47
<httpcore .version>5.2.4</httpcore .version>
48
48
<jenkins .version>2.361.4</jenkins .version>
49
49
<revision >${httpclient.version}</revision >
50
- <changelist >- 999999-SNAPSHOT</changelist >
50
+ <changelist >999999-SNAPSHOT</changelist >
51
51
<spotless .check.skip>false</spotless .check.skip>
52
52
</properties >
53
53
You can’t perform that action at this time.
0 commit comments