Skip to content

LukaLmelias/Jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Jenkins docker container

image

Usage:

requirement:

  • Install docker
  • These instructions assume that you are already familiar with Jenkins; this is only a simple way on how to start a Jenkins docker container

starting the contatiner

  • clone this repo

    $ git clone https://github.com/LukaLmelias/Jenkins.git
    
  • Enter into the Jenkins directory.

    $ cd Jenkins
    
  • Run docker compose

    $ docker compose up 
    
  • Now you can open your favourite browser and access Jenkins UI at port 8080 ; you can paste the url below on your browser

    http://localhost:8080/
    
  • If all went well you should see a login page like shown below:

    image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published