How to configure jenkins to run under different user other then tomcat6 account.
I configured it to run a bash script using:
sudo -u ubuntu /opt/script
NOTE: inside the script …
System Administrator
How to configure jenkins to run under different user other then tomcat6 account.
I configured it to run a bash script using:
sudo -u ubuntu /opt/script
NOTE: inside the script …