-
Notifications
You must be signed in to change notification settings - Fork 236
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
Forward compatibility with jenkinsci/credentials-plugin#551 #1756
Conversation
(can ignore JiraPluginTest failing) |
@janfaracik I think it is desirable to preserve compatibility unless it is prohibitively difficult. This PR passed against jenkinsci/credentials-plugin#551 but is failing on the current release of the Credentials plugin with
In this case I think it would be relatively easy to support both cases with some sort of if/else or try/catch statement, so I think we should strive to preserve compatibility. See #1690 and #1693 for plenty of examples of how this was done before. |
Sure thing, updated. |
src/main/java/org/jenkinsci/test/acceptance/plugins/ssh_slaves/SshSlaveLauncher.java
Show resolved
Hide resolved
@janfaracik I'm getting the same |
jenkinsci/credentials-plugin#551
Testing done
Submitter checklist