File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1- buildPlugin()
1+ /*
2+ See the documentation for more options:
3+ https://github.com/jenkins-infra/pipeline-library/
4+ */
5+ buildPlugin(
6+ useContainerAgent : true ,
7+ configurations : [
8+ [platform : ' linux' , jdk : 17 ],
9+ [platform : ' windows' , jdk : 11 ],
10+ ])
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.jenkins-ci.plugins</groupId >
55 <artifactId >plugin</artifactId >
6- <version >4.51 </version >
6+ <version >4.52 </version >
77 <relativePath />
88 </parent >
99
1616 <properties >
1717 <revision >1.3</revision >
1818 <changelist >-SNAPSHOT</changelist >
19- <java .level>8</java .level>
20- <jenkins .version>2.204.6</jenkins .version>
19+ <jenkins .version>2.361.4</jenkins .version>
2120 <database .version>1.9</database .version>
2221 </properties >
2322
4948 </pluginRepositories >
5049
5150 <scm >
52- <connection >scm:git:git ://github.com/jenkinsci/ ${project.artifactId} -plugin.git </connection >
53- <developerConnection >scm:git:git@ github.com:jenkinsci /${project.artifactId} -plugin.git </developerConnection >
51+ <connection >scm:git:https ://github.com/${gitHubRepo} </connection >
52+ <developerConnection >scm:git:https:// github.com/${gitHubRepo} </developerConnection >
5453 <url >http://github.com/jenkinsci/${project.artifactId} -plugin</url >
5554 <tag >${scmTag} </tag >
5655 </scm >
You can’t perform that action at this time.
0 commit comments