Skip to content

Commit 5bcaebc

Browse files
authored
Add pipeline-groovy-lib (#1168)
* Add `pipeline-groovy-lib`; remove 2.289.x line * Removing some forgotten mentions of 2.289.x * jenkinsci/pipeline-model-definition-plugin#531 released * Put 2.289.x back in * Add `pipeline-groovy-lib` to `test` scope in `sample-plugin` * Pick up jenkinsci/workflow-multibranch-plugin#180 & jenkinsci/workflow-multibranch-plugin#181
1 parent 7411f1d commit 5bcaebc

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

bom-weekly/pom.xml

+8-3
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
<checks-api.version>1.7.4</checks-api.version>
1313
<configuration-as-code-plugin.version>1429.v09b_044a_c93de</configuration-as-code-plugin.version>
1414
<git-plugin.version>4.11.3</git-plugin.version>
15-
<pipeline-model-definition-plugin.version>2.2081.v3919681ffc1e</pipeline-model-definition-plugin.version>
15+
<pipeline-model-definition-plugin.version>2.2086.v12b_420f036e5</pipeline-model-definition-plugin.version>
1616
<pipeline-stage-view-plugin.version>2.24</pipeline-stage-view-plugin.version>
1717
<scm-api-plugin.version>608.vfa_f971c5a_a_e9</scm-api-plugin.version>
1818
<subversion-plugin.version>2.15.5</subversion-plugin.version>
1919
<workflow-api-plugin.version>1153.vb_912c0e47fb_a_</workflow-api-plugin.version>
2020
<workflow-cps-plugin.version>2692.v76b_089ccd026</workflow-cps-plugin.version>
2121
<workflow-job-plugin.version>1182.v60a_e6279b_579</workflow-job-plugin.version>
22-
<workflow-multibranch-plugin.version>712.vc169a_1387405</workflow-multibranch-plugin.version>
22+
<workflow-multibranch-plugin.version>716.vc692a_e52371b_</workflow-multibranch-plugin.version>
2323
<workflow-step-api-plugin.version>625.vd896b_f445a_f8</workflow-step-api-plugin.version>
2424
<workflow-support-plugin.version>820.vd1a_6cc65ef33</workflow-support-plugin.version>
2525
<plugin-util-api.version>2.16.0</plugin-util-api.version>
@@ -138,6 +138,11 @@
138138
<artifactId>okhttp-api</artifactId>
139139
<version>4.9.2-20211102</version>
140140
</dependency>
141+
<dependency>
142+
<groupId>io.jenkins.plugins</groupId>
143+
<artifactId>pipeline-groovy-lib</artifactId>
144+
<version>591.v3a_7f422b_d058</version>
145+
</dependency>
141146
<dependency>
142147
<groupId>io.jenkins.plugins</groupId>
143148
<artifactId>plugin-util-api</artifactId>
@@ -537,7 +542,7 @@
537542
<dependency>
538543
<groupId>org.jenkins-ci.plugins.workflow</groupId>
539544
<artifactId>workflow-cps-global-lib</artifactId>
540-
<version>583.vf3b_454e43966</version>
545+
<version>588.v576c103a_ff86</version>
541546
</dependency>
542547
<dependency>
543548
<groupId>org.jenkins-ci.plugins.workflow</groupId>

sample-plugin/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@
129129
<artifactId>okhttp-api</artifactId>
130130
<scope>test</scope>
131131
</dependency>
132+
<dependency>
133+
<groupId>io.jenkins.plugins</groupId>
134+
<artifactId>pipeline-groovy-lib</artifactId>
135+
<scope>test</scope>
136+
</dependency>
132137
<dependency>
133138
<groupId>io.jenkins.plugins</groupId>
134139
<artifactId>plugin-util-api</artifactId>

0 commit comments

Comments
 (0)