Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 285 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 285 Bytes

jenkins-as-code

An example of how you can manage your Jenkins without a web interface

How run?

Use docker-compose

docker-compose up

OR

  1. Build docker image

docker build -t jenkins-as-code .

  1. Run container

docker run --name jenkins -p 8080:8080 jenkins-as-code