seanmceligot / demo-jenkins-config-as-code

Demo of Jenkins Configuration-As-Code with Docker and Groovy Hook Scripts

Home Page:https://hub.docker.com/r/onenashev/demo-jenkins-config-as-code/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fork of demo-jenkins-config-as-code with a lot of stuff removed

init_scripts/src/main/groovy/scripts/Auth.groovy

this creates an admin user. I have it print a random generated password rather than hardcoding it

init_scripts/src/main/groovy/scripts/DemoFolder.groovy

removed ownership plugin. This still creates the demo folder and loads demo/*.groovy

init_scripts/src/main/groovy/demo/test.groovy

a sample pipeline

Usage

make build

make run

About

Demo of Jenkins Configuration-As-Code with Docker and Groovy Hook Scripts

https://hub.docker.com/r/onenashev/demo-jenkins-config-as-code/

License:MIT License


Languages

Language:Groovy 47.1%Language:Shell 42.6%Language:Dockerfile 7.0%Language:Makefile 3.3%