8b6ddee89a
By running this script before and after test runs, we can see if there have been any sudo attempts by jenkins. If there have been, we can fail the test run. The script outputs any new jenkins sudo attempts found, so it will show up in the console log. The script needs to be run as root, so a sudoers file is added to allow jenkins to run it. Change-Id: I4a4373d085ff7717d022880b3ab6110100371c4c Reviewed-on: https://review.openstack.org/12361 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
2 lines
77 B
Plaintext
2 lines
77 B
Plaintext
jenkins ALL = NOPASSWD:/usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh
|