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

slave does not upgrade cleanly #851

Open
esalberg opened this issue Feb 15, 2018 · 2 comments
Open

slave does not upgrade cleanly #851

esalberg opened this issue Feb 15, 2018 · 2 comments

Comments

@esalberg
Copy link
Contributor

When upgrading the jenkins slave jar from 2.0 to 3.8, the result was two running slave jar process (the old one and the new one).

I'm guessing that this is because once /etc/sysconfig/jenkins-slave is updated with the name of the new jar file, systemd isn't able to locate / shutdown the old process.

I could put together a PR that adds logic for upgrade where the service is stopped before /etc/sysconfig/jenkins-slave is updated (i.e. an if statement plus an exec), but I wasn't sure if there was a better way to do it.

RHEL7.4, Jenkins module commit 73bb6c9

@rnelson0
Copy link
Sponsor Member

I am unfamiliar with the best way to do this, but I have a request on the terminology. Per JENKINS-27268, terminology has changed from master/slave to master/agent. As the issue notes, this is complete in Jenkins 2.0 internals, but changes in plugins is still ongoing. I propose that we do our best to change the language from slave to agent where possible (it looks like some filenames may still persist, for example) while making changes to related code. Thank you.

@jhoblitt
Copy link
Member

jhoblitt commented Feb 16, 2018

@rnelson0 We should probably open another ticket to rename the terminology in this module. However, note that usage of slave, node, and/or computer are still present in class names. api end points, and "scripted" pipeline.

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

No branches or pull requests

3 participants