diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-02-16 13:56:52 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-02-16 13:57:09 +0100 |
commit | ad6c3be3ec60b8ba6d83e25fb0a4ab1aaa36d8d3 (patch) | |
tree | 467bec4245fb2e758005d5912339bcc7ca763f28 /hosts/p64c-armhf-rb.debian.net/etc/sudoers.d/jenkins-adm | |
parent | fdee3f55658c915cb3598fada33d9a8f824299f1 (diff) | |
download | jenkins.debian.net-ad6c3be3ec60b8ba6d83e25fb0a4ab1aaa36d8d3.tar.xz |
reproducible Debian: add two new armhf hosts and their maintenace jobs, thanks vagrant
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'hosts/p64c-armhf-rb.debian.net/etc/sudoers.d/jenkins-adm')
-rw-r--r-- | hosts/p64c-armhf-rb.debian.net/etc/sudoers.d/jenkins-adm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/p64c-armhf-rb.debian.net/etc/sudoers.d/jenkins-adm b/hosts/p64c-armhf-rb.debian.net/etc/sudoers.d/jenkins-adm new file mode 100644 index 00000000..3c357be2 --- /dev/null +++ b/hosts/p64c-armhf-rb.debian.net/etc/sudoers.d/jenkins-adm @@ -0,0 +1,7 @@ +# allow member of the jenkins-adm group to sudo-to the jenkins-adm user (owner +# of jenkins script) and the jenkins user itself +%jenkins-adm ALL=(jenkins:jenkins) NOPASSWD: ALL +%jenkins-adm ALL=(jenkins-adm:jenkins-adm) NOPASSWD: ALL +# allow jenkins-adm to run everything as root +%jenkins-adm ALL= NOPASSWD: ALL + |