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

Refresh plugin #179

Merged
merged 1 commit into from
May 22, 2023
Merged

Refresh plugin #179

merged 1 commit into from
May 22, 2023

Conversation

basil
Copy link
Member

@basil basil commented May 21, 2023

No description provided.

@basil
Copy link
Member Author

basil commented May 21, 2023

Used my admin powers to replay the build with the Jenkinsfile changes here: https://ci.jenkins.io/job/Plugins/job/durable-task-plugin/job/PR-179/21/

@basil basil force-pushed the refresh branch 9 times, most recently from 054c467 to 4b256e7 Compare May 21, 2023 06:50
@basil
Copy link
Member Author

basil commented May 21, 2023

CC @car-roll

@@ -162,7 +162,7 @@ private Slave prepareAgentDocker() throws Exception {
case NO_INIT:
return new DumbSlave("docker",
"/home/jenkins/agent",
new SimpleCommandLauncher("docker run -i --rm jenkins/slave:3.29-2 java -jar /usr/share/jenkins/slave.jar"));
new SimpleCommandLauncher("docker run -i --rm jenkins/agent:latest-jdk11 java -jar /usr/share/jenkins/agent.jar"));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@basil thanks for the PR! Question, is it possible that the jenkins version of the agent image could get out of sync with the plugin so that it could not run? Or is that not how it works?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remoting is generally both forward and backward compatible, so this should not be a problem.

@car-roll car-roll merged commit 8735d9e into jenkinsci:master May 22, 2023
@basil basil deleted the refresh branch May 22, 2023 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants