File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
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 : 11 ],
9+ [platform : ' linux' , jdk : 17 ]
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.55 </version >
77 <relativePath />
88 </parent >
99
2929 <checkstyle .skip>true</checkstyle .skip>
3030 <spotbugs .skip>true</spotbugs .skip>
3131 <maven .javadoc.skip>true</maven .javadoc.skip>
32- <jenkins .version>2.332 .4</jenkins .version>
32+ <jenkins .version>2.361 .4</jenkins .version>
3333 <gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
3434 </properties >
3535
You can’t perform that action at this time.
0 commit comments