Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
f5d604d7
Verified
Commit
f5d604d7
authored
Aug 23, 2020
by
Mattia Rizzolo
Browse files
jenkins: let jenkins umount another directory
needed after
8139f77f
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
e6c13507
Changes
2
Hide whitespace changes
Inline
Side-by-side
hosts/common/etc/sudoers.d/jenkins
View file @
f5d604d7
...
@@ -29,6 +29,7 @@ jenkins ALL= \
...
@@ -29,6 +29,7 @@ jenkins ALL= \
/bin/umount -l /chroots/*, \
/bin/umount -l /chroots/*, \
/bin/umount -l /schroots/*, \
/bin/umount -l /schroots/*, \
/bin/umount -l /media/*, \
/bin/umount -l /media/*, \
/bin/umount /srv/schroots/*, \
/bin/rmdir /media/*, \
/bin/rmdir /media/*, \
/bin/mount -o loop*, \
/bin/mount -o loop*, \
/bin/mount --bind *, \
/bin/mount --bind *, \
...
...
hosts/jenkins/etc/sudoers.d/jenkins
View file @
f5d604d7
...
@@ -27,6 +27,7 @@ jenkins ALL= \
...
@@ -27,6 +27,7 @@ jenkins ALL= \
/bin/umount -l /chroots/*, \
/bin/umount -l /chroots/*, \
/bin/umount -l /schroots/*, \
/bin/umount -l /schroots/*, \
/bin/umount -l /media/*, \
/bin/umount -l /media/*, \
/bin/umount /srv/schroots/*, \
/bin/rmdir /media/*, \
/bin/rmdir /media/*, \
/bin/mount -o loop*, \
/bin/mount -o loop*, \
/bin/mount --bind *, \
/bin/mount --bind *, \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment