File tree Expand file tree Collapse file tree 4 files changed +14
-59
lines changed Expand file tree Collapse file tree 4 files changed +14
-59
lines changed Original file line number Diff line number Diff line change 2
2
3
3
version : 2
4
4
updates :
5
- - package-ecosystem : " maven"
5
+ - package-ecosystem : maven
6
6
directory : " /"
7
7
schedule :
8
- interval : " weekly"
9
- - package-ecosystem : " github-actions"
8
+ interval : weekly
9
+ - package-ecosystem : github-actions
10
10
directory : " /"
11
11
schedule :
12
- interval : " weekly"
12
+ interval : weekly
Original file line number Diff line number Diff line change 8
8
- completed
9
9
10
10
jobs :
11
- validate :
12
- runs-on : ubuntu-latest
13
- outputs :
14
- should_release : ${{ steps.verify-ci-status.outputs.result == 'success' && steps.interesting-categories.outputs.interesting == 'true' }}
15
- steps :
16
- - name : Verify CI status
17
- uses :
jenkins-infra/[email protected]
18
- id : verify-ci-status
19
- with :
20
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
21
- output_result : true
22
-
23
- - name : Release Drafter
24
- uses : release-drafter/release-drafter@v5
25
- if : steps.verify-ci-status.outputs.result == 'success'
26
- with :
27
- name : next
28
- tag : next
29
- version : next
30
- env :
31
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
32
-
33
- - name : Check interesting categories
34
- uses :
jenkins-infra/[email protected]
35
- id : interesting-categories
36
- if : steps.verify-ci-status.outputs.result == 'success'
37
- with :
38
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
39
-
40
- release :
41
- runs-on : ubuntu-latest
42
- needs : [validate]
43
- if : needs.validate.outputs.should_release == 'true'
44
- steps :
45
- - name : Check out
46
- uses : actions/checkout@v3
47
- with :
48
- fetch-depth : 0
49
- - name : Set up JDK 8
50
- uses : actions/setup-java@v3
51
- with :
52
- distribution : ' adopt'
53
- java-version : 8
54
- - name : Release
55
- uses :
jenkins-infra/[email protected]
56
- with :
57
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
58
- MAVEN_USERNAME : ${{ secrets.MAVEN_USERNAME }}
59
- MAVEN_TOKEN : ${{ secrets.MAVEN_TOKEN }}
60
-
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 2
2
<extension >
3
3
<groupId >io.jenkins.tools.incrementals</groupId >
4
4
<artifactId >git-changelist-maven-extension</artifactId >
5
- <version >1.3 </version >
5
+ <version >1.4 </version >
6
6
</extension >
7
7
</extensions >
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<groupId >org.jenkins-ci.plugins</groupId >
30
30
<artifactId >plugin</artifactId >
31
- <version >4.40 </version >
31
+ <version >4.44 </version >
32
32
<relativePath />
33
33
</parent >
34
34
<groupId >io.jenkins.plugins</groupId >
63
63
</pluginRepositories >
64
64
<properties >
65
65
<changelist >999999-SNAPSHOT</changelist >
66
- <jenkins .version>2.289.1 </jenkins .version>
66
+ <jenkins .version>2.289.3 </jenkins .version>
67
67
<gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
68
68
</properties >
69
69
<dependencyManagement >
70
70
<dependencies >
71
71
<dependency >
72
72
<groupId >io.jenkins.tools.bom</groupId >
73
73
<artifactId >bom-2.289.x</artifactId >
74
- <version >1008.vb9e22885c9cf </version >
74
+ <version >1500.ve4d05cd32975 </version >
75
75
<scope >import</scope >
76
76
<type >pom</type >
77
77
</dependency >
200
200
<dependency >
201
201
<groupId >org.tmatesoft.svnkit</groupId >
202
202
<artifactId >svnkit-cli</artifactId >
203
- <version >1.10.1 </version >
203
+ <version >1.10.7 </version >
204
204
<scope >test</scope >
205
205
</dependency >
206
206
</dependencies >
You can’t perform that action at this time.
0 commit comments