[JENKINS-52943] Add descriptors for shell steps#92
Merged
dwnusbaum merged 4 commits intojenkinsci:masterfrom Dec 14, 2018
Merged
[JENKINS-52943] Add descriptors for shell steps#92dwnusbaum merged 4 commits intojenkinsci:masterfrom
dwnusbaum merged 4 commits intojenkinsci:masterfrom
Conversation
Member
Author
jglick
reviewed
Dec 14, 2018
Member
jglick
left a comment
There was a problem hiding this comment.
I will take a look at the test failure
src/test/java/org/jenkinsci/plugins/workflow/steps/durable_task/ShellStepTest.java
Outdated
Show resolved
Hide resolved
Member
|
Your problem is that this plugin was still testing against a very old version of diff --git a/pom.xml b/pom.xml
index 1987911..4b53c92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-cps</artifactId>
- <version>2.22</version>
+ <version>2.31</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -137,7 +137,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-scm-step</artifactId>
- <version>2.3</version>
+ <version>2.4</version>
<scope>test</scope>
</dependency>
<dependency>(You could go higher, all the way up to current 2.61, though that might pull in some other newer dependencies too which would necessitate larger POM changes.) |
Update dependencies and make minor adjustments for tests to pass
Member
Author
|
thanks @dwnusbaum |
dwnusbaum
approved these changes
Dec 14, 2018
Member
dwnusbaum
left a comment
There was a problem hiding this comment.
Looks good to me. I'll merge it once the CI build passes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

See JENKINS-52943.