File tree 4 files changed +22
-3
lines changed
4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 6
6
interval : monthly
7
7
open-pull-requests-limit : 10
8
8
target-branch : master
9
+ - package-ecosystem : github-actions
10
+ directory : /
11
+ schedule :
12
+ interval : monthly
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 }}
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 8
8
9
9
<groupId >org.jenkinsci.plugins</groupId >
10
10
<artifactId >kubernetes-credentials</artifactId >
11
- <version >${revision}${ changelist} </version >
11
+ <version >${changelist} </version >
12
12
<name >Kubernetes Credentials Plugin</name >
13
13
<url >https://github.com/jenkinsci/kubernetes-credentials-plugin/</url >
14
14
<packaging >hpi</packaging >
36
36
</developers >
37
37
38
38
<properties >
39
- <revision >0.12</revision >
40
- <changelist >-SNAPSHOT</changelist >
39
+ <changelist >999999-SNAPSHOT</changelist >
41
40
42
41
<!-- jenkins versions -->
43
42
<jenkins .version>2.401.1</jenkins .version>
You can’t perform that action at this time.
0 commit comments