You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Create Jenkins home directory when creating user
Note: This change means that the Jenkins home directory will have a
mode of 0755 instead of 0777, as it was before.
* Use /bin/false for the Jenkins user's shell
* Move Java version to variable for apt installation
This change allows the user to specify a list of apt packages and a
specific Java version to use on the Jenkins master instance.
As of Jenkins 2.54, Java 8 is required. For more information, see:
https://jenkins.io/blog/2017/04/10/jenkins-has-upgraded-to-java-8/
0 commit comments