File tree Expand file tree Collapse file tree 6 files changed +24
-5
lines changed Expand file tree Collapse file tree 6 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 99 directory : " /"
1010 schedule :
1111 interval : " daily"
12+ - package-ecosystem : github-actions
13+ directory : /
14+ schedule :
15+ interval : monthly
Original file line number Diff line number Diff line change 11_extends : .github
2- tag-template : google-kubernetes-engine-$NEXT_MINOR_VERSION
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 22 <extension >
33 <groupId >io.jenkins.tools.incrementals</groupId >
44 <artifactId >git-changelist-maven-extension</artifactId >
5- <version >1.6 </version >
5+ <version >1.7 </version >
66 </extension >
77</extensions >
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 2323 </parent >
2424
2525 <artifactId >google-kubernetes-engine</artifactId >
26- <version >0.8.11-SNAPSHOT </version >
26+ <version >${revision} . ${changelist} </version >
2727 <packaging >hpi</packaging >
2828
2929 <name >Google Kubernetes Engine Plugin</name >
6363 </scm >
6464
6565 <properties >
66- <revision >0.8.8 </revision >
67- <changelist >-SNAPSHOT</changelist >
66+ <revision >0</revision >
67+ <changelist >999999 -SNAPSHOT</changelist >
6868 <gitHubRepo >jenkinsci/google-kubernetes-engine-plugin</gitHubRepo >
6969 <jenkins .version>2.346.1</jenkins .version>
7070 <google .guava.version>30.1-jre</google .guava.version>
You can’t perform that action at this time.
0 commit comments