Can someone help with the steps how set up this jenkins server and please let me know which java version required for set-up jenkins server.
-
Install
jenkins
on jenkins server usingyum
utility only, and start itsservice
. You might face timeout issue while starting the Jenkins service, please refer this link for help. -
Jenkin’s admin user name should be
theadmin
, password should beAdm!n321
, full name should beMark
and email should be[email protected]
.
Note:
-
For this task, access the Jenkins server by SSH using the
root
user and passwordS3curePass
from thejump host
. -
After Jenkins server installation, click the
Jenkins
button on the top bar to access the Jenkins UI and follow on-screen instructions to create an admin user.