Subject: Step 3: Set up Jenkins
Author: Linux
In response to: Step 2: Upload to Ubuntu 16.04 box
Posted on: 10/23/2017 07:01:10 PM
Page #1:
http://10.11.12.13:8080/jenkins --> http://10.11.12.13:8080/jenkins/login?from=%2Fjenkins%2F
Unlock Jenkins
To ensure Jenkins is securely set up by the administrator, a password has been written to the log (not sure where to find it?) and this file on the server:
/home/administrator/.jenkins/secrets/initialAdminPassword
Please copy the password from either location and paste it below.
Administrator password
xxxxxxxx
Page #2:
Customize Jenkins
Plugins extend Jenkins with additional features to support many different needs.
Select Suggested Plugins:
(If your JVM has limited RAM resource (e.g. ~512MB), you may experience the OutOfMemory error at the plugins loading stage)
Page #3:
When the installation is complete, you will be prompted to Create First Administrative User.
Username: <admin>
Password: <password>
Full name:
E-mail address:
Page #4:
Once the first admin user is in place, you should see a "Jenkins is ready!" confirmation screen.
Page #5:
Click "Start using Jenkins" to visit the main Jenkins dashboard. At this point, Jenkins has been successfully installed.
>
> On 10/23/2017 06:49:21 PM Linux wrote:
WinSCP to your Ubuntu 16.04 box
Upload jenkins.war to /tmp --> (Rights: rw-rw-r-- Owner: administrator)
PuTTy to Ubuntu 16.04 box
$ cd /tmp
$ sudo cp jenkins.war /opt/tomcat/apache-tomcat-8.5.23/webapps/ --> (Rights: rw-r--r-- Owner: root)
The service should be automatically deployed under folder ./webapps/jenkins (Rights: rwxr-x--- Owner: administrator)
The built-in administrative user password can be found by:
$ cat /opt/tomcat/apache-tomcat-8.5.23/logs/catalina.out
*************************************************************
Jenkins initial setup is required. An admin user has been created and a password generated.
Please use the following password to proceed to installation:
62194ddcaebf4b9798320725075d7354
This may also be found at: /home/administrator/.jenkins/secrets/initialAdminPassword
*************************************************************
References: