65733/jenkins7925067706776714433-deploy-permission-denied-jenkins
Hi@santosh,
As it is showing permission denied means you have to give sudo access to jenkins.
$ sudo -l -u jenkins
Hope this will work.
Thank You
To avoid this error, You should add sudo access to jenkins.
open /etc/sudoers file.
Add/Modify jenkins user
jenkins ALL=(ALL) NOPASSWD: ALL
Hey @Hannah, try changing the permissions using ...READ MORE
Try whoami command to find out which ...READ MORE
Hi@akhtar, In your error, it says /etc/sudoers: syntax error ...READ MORE
Use deploy to container plugin. Go to the ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hi@akhtar, You are getting permission denied because you ...READ MORE
Hi@akhtar, The user doesn't have sufficient permission to ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.