File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 32
32
when changing jenkins core version please remember to change it in Jenkinsfile as well jenkinsVersions
33
33
and acceptance-tests/runner/scripts/args.sh
34
34
-->
35
- <jenkins .version>2.426.3</jenkins .version>
35
+ <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
36
+ <jenkins .baseline>2.426</jenkins .baseline>
37
+ <jenkins .version>${jenkins.baseline} .3</jenkins .version>
36
38
<javadoc .exec.goal>javadoc-no-fork</javadoc .exec.goal> <!-- stop initialize phase plugins executing twice -->
37
39
<byte-buddy .version>1.14.9</byte-buddy .version>
38
40
<node .version>10.13.0</node .version>
219
221
220
222
<dependency >
221
223
<groupId >io.jenkins.tools.bom</groupId >
222
- <artifactId >bom-2.426 .x</artifactId >
224
+ <artifactId >bom-${jenkins.baseline} .x</artifactId >
223
225
<version >2961.v1f472390972e</version >
224
226
<scope >import</scope >
225
227
<type >pom</type >
You can’t perform that action at this time.
0 commit comments