Skip to content
 
 

Latest commit

 

History

126 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linuxserver/jenkins-builder

Expects to run as part of the LSIO CI process. Not for public consumption.

**Running against remote: **

docker run --rm \
 -e JENKINS_MODE=${JENKINS_MODE} \
 -v ${TEMPDIR}:/ansible/readme \
 linuxserver/jenkins-builder:latest

**Running locally: **

If you need to test functionality just navigate to the folder with the jenkins-vars.yml and run:

docker run --rm \
 -v $(pwd):/tmp \
 -e LOCAL=true \
 linuxserver/jenkins-builder:latest

The output will be in a GENERATED.Jenkinsfile in your current working directory.

About

Procedurally generated Jenkinsfiles

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages