-
Notifications
You must be signed in to change notification settings - Fork 76
update workflow-api version 2.40 #119
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks fine, but do you have any context? Is this because of a plugin split or something in core? Are you trying to fix PCT issues, etc? It is very helpful to link to any relevant upstream PRs so that anyone looking through in the future can figure out why this was needed, and so anyone looking at the upstream PR can see what plugins were forced to adapt because of the change, etc.
Co-Authored-By: Devin Nusbaum <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no context given. Maybe the PR title could say something about adapting to new ssh-slaves
releases or something?
@@ -150,7 +150,7 @@ | |||
<dependency> | |||
<groupId>org.jenkins-ci.plugins</groupId> | |||
<artifactId>ssh-slaves</artifactId> | |||
<version>1.26</version> | |||
<version>1.30.1</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you use the BOM instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you mean to add a bom to the ssh-slaves plugin?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, to use jenkinsci/bom
here rather than hard-coding individual plugin versions. Not necessary and could be done as a follow-up of course.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, I will do it in another branch. Thanks
src/test/java/org/jenkinsci/plugins/workflow/ArtifactManagerTest.java
Outdated
Show resolved
Hide resolved
…st.java Co-Authored-By: Jesse Glick <[email protected]>
Ok, I tried to track down the reason for the change. My best guess is that it is because jenkinsci/ssh-agents-plugin#114, released in |
This update is needed for PCT issues