blob: cccfc2d5ad8489b07ca84af470cbfcc7619d84dd (
plain)
1
2
3
4
5
6
7
8
|
jenkins ALL= \
NOPASSWD: /usr/sbin/debootstrap *, \
/usr/sbin/chroot /chroots/*, \
/bin/rm -rf --one-file-system /chroots/*, \
/bin/umount -l /chroots/*
# keep these environment variables
Defaults env_keep += "http_proxy", env_reset
|