How to change own user in Jenkins
When you installed Jenkins in ubuntu server,...
You want to change user when running the command, you can change the configuration
Open terminal:
vim /etc/default/jenkins
Change own:
JENKINS_USER=root
JENKINS_GROUP=root
Thanks
Post a Comment