File tree 4 files changed +55
-8
lines changed
4 files changed +55
-8
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
mvn versions:update-properties
3
- mvnDebug hpi:run -Djava.util.logging.config.file=logging.properties -Djenkins.version=2.249.2 -Denforcer.skip=true
3
+ mvnDebug hpi:run -Djava.util.logging.config.file=logging.properties -Djenkins.version=2.462.1 -Denforcer.skip=true
Original file line number Diff line number Diff line change
1
+ node {
2
+ deleteDir()
3
+ sh """
4
+ git clone [email protected] :jenkinsci/git-changelog-plugin.git .
5
+ """
6
+
7
+ def changelogString = gitChangelog returnType : ' STRING' ,
8
+ from : [type : ' REF' , value : ' git-changelog-1.50' ],
9
+ to : [type : ' REF' , value : ' master' ],
10
+ template : """
11
+ # Changelog
12
+
13
+ Changelog for {{ownerName}} {{repoName}}.
14
+
15
+ {{#tags}}
16
+ ## {{name}}
17
+ {{#issues}}
18
+ {{#hasIssue}}
19
+ {{#hasLink}}
20
+ ### {{name}} [{{issue}}]({{link}}) {{title}} {{#hasIssueType}} *{{issueType}}* {{/hasIssueType}} {{#hasLabels}} {{#labels}} *{{.}}* {{/labels}} {{/hasLabels}}
21
+ {{/hasLink}}
22
+ {{^hasLink}}
23
+ ### {{name}} {{issue}} {{title}} {{#hasIssueType}} *{{issueType}}* {{/hasIssueType}} {{#hasLabels}} {{#labels}} *{{.}}* {{/labels}} {{/hasLabels}}
24
+ {{/hasLink}}
25
+ {{/hasIssue}}
26
+ {{^hasIssue}}
27
+ ### {{name}}
28
+ {{/hasIssue}}
29
+
30
+ {{#commits}}
31
+ **{{{messageTitle}}}**
32
+
33
+ {{#messageBodyItems}}
34
+ * {{.}}
35
+ {{/messageBodyItems}}
36
+
37
+ [{{hash}}](https://github.com/{{ownerName}}/{{repoName}}/commit/{{hash}}) {{authorName}} *{{commitTime}}*
38
+
39
+ {{/commits}}
40
+
41
+ {{/issues}}
42
+ {{/tags}}
43
+ """
44
+
45
+ currentBuild. description = changelogString
46
+ }
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.jenkins-ci.plugins</groupId >
7
7
<artifactId >plugin</artifactId >
8
- <version >4.74 </version >
8
+ <version >4.87 </version >
9
9
</parent >
10
10
11
11
<properties >
12
- <jenkins .version>2.361.4</jenkins .version>
12
+ <jenkins .version>2.462.1</jenkins .version>
13
+ <maven .compiler.release>17</maven .compiler.release>
13
14
<maven .javadoc.skip>true</maven .javadoc.skip>
14
- <violations .version>2.0 .0</violations .version>
15
- <changelog-lib >2.1 .0</changelog-lib >
15
+ <violations .version>2.1 .0</violations .version>
16
+ <changelog-lib >2.2 .0</changelog-lib >
16
17
<changelog-plugin >2.1.0</changelog-plugin >
17
18
</properties >
18
19
257
258
<dependencies >
258
259
<dependency >
259
260
<groupId >io.jenkins.tools.bom</groupId >
260
- <artifactId >bom-2.361 .x</artifactId >
261
- <version >2102.v854b_fec19c92 </version >
261
+ <artifactId >bom-2.462 .x</artifactId >
262
+ <version >3358.vea_fa_1f41504d </version >
262
263
<scope >import</scope >
263
264
<type >pom</type >
264
265
</dependency >
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
./mvnw versions:update-properties
3
- ./mvnw hpi:run -Djava.util.logging.config.file=logging.properties -Djenkins.version=2.401.2 -Denforcer.skip=true
3
+ ./mvnw hpi:run -Djava.util.logging.config.file=logging.properties -Djenkins.version=2.462.1 -Denforcer.skip=true
You can’t perform that action at this time.
0 commit comments