Start/stop a service using jenkins/hudson, without sudo

2

Quick question - did some searching but couldn't seem to find anything.

I'd like to be able to stop/start a service on a Jenkins node. Is it possible to give the jenkins user permission for this WITHOUT using sudo? Or is it going to be less secure than just using sudo with the lines:

Defaults:jenkins !requiretty,!lecture
jenkins ALL=NOPASSWD:/etc/init.d/servicename

Thanks.

(edited to add 'hudson' to the title)

shearn89

Posted 2013-02-08T14:32:42.927

Reputation: 166

Answers

1

Take a look at the ssh plugin. You can specify a different user and execute your command without having to sudo into that user.

https://wiki.jenkins-ci.org/display/JENKINS/SSH+plugin

Kuka

Posted 2013-02-08T14:32:42.927

Reputation: 11

Enh. We don't like link-only answers here. Especially link-only answers to a product. A little spammy. Maybe improve this with some details about this pllugin, or how to do it with this pulgin, or like that there. – HopelessN00b – 2014-09-08T16:00:25.540