Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 779 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 779 Bytes

Building a jenkins docker image as a code 😎

Give a Star! ⭐

If you liked the project, please give a star ;)

You need some of the fallowing tools ❗

  • Visual Studio Code or another editor
  • .Net Core 3.1

Configuration Steps 🏗️

  • Create a plugins.txt file to configure a essentials plugins from a DevOp's pipelines.

  • Create groovy scripts to generate a base configuration from jenkins

    • Create a base admin user/password
    • Create a base globals variables

Build Steps ✔️

Change version in docker compose file

  • To Run and Create:
    - docker-compose -f "docker-compose.yml" up -d --build  --no-cache
  • To Stop:
    - docker-compose -f "docker-compose.yml" down