-
Notifications
You must be signed in to change notification settings - Fork 237
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
multiple tests regressed (due to trilead removal from ssh-credentials?) #1526
Comments
the credentials are added correctly it seems but descriptorByName/hudson.plugins.sshslaves.SSHLauncher/fillCredentialsIdItems is returning an empty list... always - even with a reload... |
So SSH-Slaves has the |
|
it appears as though something is wrong with the varient or the varient plugin
|
so refreshing the extensions works. I have a feeling that the |
filed for the issue https://issues.jenkins.io/browse/JENKINS-72998 |
https://issues.jenkins.io/browse/JENKINS-72998 has been merged to master. Closing this for now, although the weekly will continue to be broken until Wednesday (at the earliest) and LTS potentially for a while. |
Jenkins and plugins versions report
https://ci.jenkins.io/job/Core/job/acceptance-test-harness/job/master/1082/testReport/
shows failures with no changes to the ATH.
Errors are around trilead opening which is likely caused by https://github.com/jenkinsci/ssh-credentials-plugin/releases/tag/326.v7fcb_a_ef6194b_
Whilst subsequent builds do not fail in the same way (no class found for trilead classes) they are still failing so somethign needs to be adapted (either in plugin code or ATH code).
What Operating System are you using (both controller, and any agents involved in the problem)?
N/A
Reproduction steps
run any of the failing tests in from https://ci.jenkins.io/job/Core/job/acceptance-test-harness/job/master/1082/testReport/ that fail with a trilead error that are still failing in the latest build
Expected Results
tests pass (or their failure is unrelated to trilead!)
Actual Results
tests fail
Anything else?
No response
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered: