File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env groovy
22
33/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */
4- buildPlugin()
4+ buildPlugin(jdkVersions : [ 11 ] )
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.jenkins-ci.plugins</groupId >
66 <artifactId >plugin</artifactId >
7- <version >4.47 </version >
7+ <version >4.58 </version >
88 <relativePath />
99 </parent >
1010
1616 <properties >
1717 <revision >5.1.0</revision >
1818 <changelist >999999-SNAPSHOT</changelist >
19- <jenkins .version>2.289.3 </jenkins .version>
19+ <jenkins .version>2.361.4 </jenkins .version>
2020 <gitHubRepo >jenkinsci/${project.artifactId}-plugin</gitHubRepo >
2121 </properties >
2222
5656 <dependencies >
5757 <dependency >
5858 <groupId >io.jenkins.tools.bom</groupId >
59- <artifactId >bom-2.289 .x</artifactId >
60- <version >1500.ve4d05cd32975 </version >
59+ <artifactId >bom-2.361 .x</artifactId >
60+ <version >1981.v17df70e84a_a_1 </version >
6161 <type >pom</type >
6262 <scope >import</scope >
6363 </dependency >
You can’t perform that action at this time.
0 commit comments