We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd06b67 commit 1107a93Copy full SHA for 1107a93
1 file changed
CICD-pipeline-complete
@@ -1,3 +1,12 @@
1
+go to vim /etc/sudoers
2
+
3
+add this line
4
5
+Jenkins ALL=NOPASSWD: ALL
6
7
+Change permissions for jenkins to run docker commands:
8
+chmod 777 /var/run/docker.sock
9
10
pipeline{
11
tools{
12
maven 'mymaven'
0 commit comments