Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Baseline for #546 #547

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions bom-2.263.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-multibranch</artifactId>
<version>2.24</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-multibranch</artifactId>
<classifier>tests</classifier>
<version>2.24</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>branch-api</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions bom-latest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<workflow-api-plugin.version>2.44</workflow-api-plugin.version>
<workflow-cps-plugin.version>2.92</workflow-cps-plugin.version>
<workflow-job-plugin.version>2.41</workflow-job-plugin.version>
<workflow-multibranch-plugin.version>2.24</workflow-multibranch-plugin.version>
<workflow-multibranch-plugin.version>2.25-rc683.f614c10b3cb3</workflow-multibranch-plugin.version> <!-- TODO https://github.com/jenkinsci/workflow-multibranch-plugin/pull/126 -->
<workflow-step-api-plugin.version>2.23</workflow-step-api-plugin.version>
<workflow-support-plugin.version>3.8</workflow-support-plugin.version>
</properties>
Expand Down Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-cps-global-lib</artifactId>
<version>2.19</version>
<version>2.20-rc532.8d29688e87b3</version> <!-- TODO https://github.com/jenkinsci/workflow-cps-global-lib-plugin/pull/112 -->
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
Expand Down Expand Up @@ -148,7 +148,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-scm-step</artifactId>
<version>2.12</version>
<version>2.13-rc382.cc1f78453a5a</version> <!-- TODO https://github.com/jenkinsci/workflow-scm-step-plugin/pull/52 -->
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
Expand Down
2 changes: 1 addition & 1 deletion failFast
Original file line number Diff line number Diff line change
@@ -1 +1 @@
true
false
2 changes: 1 addition & 1 deletion sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<properties>
<changelist>999999-SNAPSHOT</changelist>
<bom>2.289.x</bom>
<jenkins.version>2.289.1</jenkins.version>
<jenkins.version>2.297</jenkins.version>
<java.level>8</java.level>
</properties>
<repositories>
Expand Down