helionogueir / simple-jenkins-pipeline-workspace

Simple Jenkins Pipeline Workspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Jenkins Pipeline Workspace

Simple Jenkins Pipeline Workspace

Get Start

All instruction below was executed at Linux OS. Remember that you need to have git, docker and docker-compose installed.

Up Environment

Execute the steps below:

mkdir -p "${HOME}/workspace"
cd "${HOME}/workspace"
# if it doesn't work! Go to git repository and use the HTTP version
git clone git@github.com:helionogueir/simple-jenkins-pipeline-workspace.git
docker-compose up

Setup Jenkins

#1 - After execute docker-compose up you'll see the follow text:

*************************************************************
*************************************************************
*************************************************************

Jenkins initial setup is required. An admin user has been created and a password generated.
Please use the following password to proceed to installation:

f65baf02ab354ea5a994b5bb6b0365c8

This may also be found at: /var/jenkins_home/secrets/initialAdminPassword

*************************************************************
*************************************************************
*************************************************************

#2 - Ok. Now you need copy (ctrl + c) the code f65baf02ab354ea5a994b5bb6b0365c8 in bash. Remember this code will be diferente in each instalation.

#3 - Open your browser and access the address http://localhost:8080/. You'll see the follow page.

Unlock Jenkins

#4 - Paste (ctrl + v) the code (Ex: f65baf02ab354ea5a994b5bb6b0365c8) in field Administrator password. Then click in Continue button.

#5 - Nice! Click in Install suggested plugins button.

Customize Jenkins

Waiting the installation to finish.

Getting Started

#6 - Fill the form informations and click in Save and Continue button.

Create First User Admin

Click in Save and Finsish button.

Instance Configuration

Click in Start using Jenkins button.

Jenkins is ready

Great! Jenkins is installed and ready.

Welcome to Jenkins

Now access http://localhost:8088/ in your browser.

About

Simple Jenkins Pipeline Workspace

License:MIT License