Getting started with Jenkins
    • PDF

    Getting started with Jenkins

    • PDF

    Article Summary

    We are preparing a localization service for the content. We will do our best to provide the localization service as soon as possible.

    Available in Classic

    Jenkins initial configuration

    Once you have created Jenkins server and connect to Jenkins web screen for the first time, you can proceed with the initial configuration. The initial configuration includes Unlock Jenkins, plug-in installation, and Admin account creation processes.

    Unlock Jenkins

    ① Open your web browser and connect to public IP address:18080.

    • The public IP address can be found from Public IP value in your server list of the Console’s Server menu.
    • The 18080 port must be added to ACG rules.

    devtools-1-2-01_en

    ② You can get an initial password by connecting to the server through a terminal program and executing the following command.

    cat /var/lib/jenkins/secrets/initialAdminPassword
    

    ③ Enter the initial password in ‘Administrator Password’ field and click Continue button.

    Install Jenkins plugin

    You can install the necessary plugins to use Jenkins.

    devtools-1-2-02_en

    Install Suggested Plugins: Install the plugins known to be the most useful in Jenkins community.

    • This may be a plugins installation that is not compatible with the version of Jenkins version available on the Naver Cloud Platform.
    • For this method, you can check your solution directly through the Jenkins community in case of a Plugins installation error.

    devtools-1-2-02-1_en

    Select plugins to install: Select a plugin by yourself to install.

    • You can install separately by selecting Plugins, which is compatible with Jenkins version provided by Naver Cloud Platform.

    Create Admin account

    devtools-1-2-03_en

    Create Jenkins Admin account. We recommend that you use a password for Admin account, made with the combination of lowercase and uppercase English letters and numbers in addition to special characters (ex: /, ., !, *…).

    ① Enter an ID of Jenkins Admin account.

    ② Enter a password of Jenkins Admin account.

    ③ Enter a name of Jenkins Admin account.

    ④ Enter a Email Address of Jenkins Admin account.

    ⑤ Click Save and Finish button.

    Instance Configuraion

    devtools-1-2-07_en

    You can set Jenkins Instance Configuraion.

    ① Enter a Jenkins root URL.

    ② Click to [Save and Finish] button.

    Complete

    devtools-1-2-04_en

    ① Click [Start using Jenkins] button to complete Jenkins initialization.

    Jenkins Server Restart

    Restart Jenkins service for initial configuration.

     # jenkins service restart 
     $ service jenkins restart 
    
      Restarting jenkins (via systemctl):                        [  OK  ]
    

    Connection of Jenkins

    Open your web browser and connect to public IP address:18080.

    devtools-1-2-09_en

    ① Enter a Jenkins Admin ID.

    ② Enter a Jenkins Admin Password.

    ③ Click to [Login] button.

    Complete

    devtools-1-2-05_en

    Jenkins initial configuration has been completed.


    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.