Skip to content

jcmdsbr/jenkins-k8s-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Building a jenkins docker image as a code and k8s suport

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published