From 4e0deecf711831660eb62dbdaec05fffbebfac53 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 10 Mar 2014 21:32:04 -0700 Subject: [PATCH] Allow jenkins to sudo as any user. Jenkins needs to sudo as stack and tempest to properly run devstack jobs and may need to act on behalf of other users in the future. Rather than listing root,stack,tempest in the sudoer file just let jenkins sudo as any user. Fixes-bug: 1290669 Change-Id: I4a5c6b7ead717475d6334a7ef3121271aca83f5a --- files/jenkins-sudo.sudo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/jenkins-sudo.sudo b/files/jenkins-sudo.sudo index 92f8a34..48ddd43 100644 --- a/files/jenkins-sudo.sudo +++ b/files/jenkins-sudo.sudo @@ -1 +1 @@ -jenkins ALL=(root) NOPASSWD:ALL +jenkins ALL=(ALL) NOPASSWD:ALL