Skip to content

Commit 587cb7f

Browse files
Update JenkinsInstallationSteps.txt
1 parent 2c97d63 commit 587cb7f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Jenkins/JenkinsInstallationSteps.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,10 @@ sudo apt install jenkins
1111
systemctl status jenkins
1212

1313
sudo ufw allow 8080
14+
15+
give sudo permisssion to jenkins user
16+
17+
vi /etc/sudoers
18+
and add below entry
19+
jenkins ALL=(ALL) NOPASSWD: ALL
20+
and save the file

0 commit comments

Comments
 (0)