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

Update unit-tests to cope with recent changes in jenkins/ssh-agent docker image. #858

Merged
merged 1 commit into from
Sep 24, 2021

Conversation

pjdarton
Copy link
Member

The unit tests have broken due to changes in the jenkins/ssh-agent docker image.

jenkins/ssh-agent used to have Java at /usr/local/openjdk-8/bin/java
At one point it stopped putting that on the $PATH, so we had to tell Jenkins where to find it.
Now it's moved (to /opt/java/openjdk/bin/java) but it's back on the path so Jenkins will auto-find it again.

TL;DR: Removing this configuration seems to allow the test to pass again.

 - it used to be necessary, but no longer
 - ...and now java isn't where it used to be either.
@pjdarton pjdarton merged commit aa00747 into jenkinsci:master Sep 24, 2021
@pjdarton pjdarton deleted the fix-unit-tests branch April 5, 2022 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant