Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.4 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.4 KB

jenkins-dsl

Travis CI

Jenkins DSLs for my private Jenkins instance, keeps forks up to date, mirrors repositories to private git, builds all Dockerfiles and more.

The plugins.txt file documents all the extra plugins needed to get all the features.

Table of Contents

Contributing

Using the Makefile

$ make help
all                            Run all the generation scripts.
deploy-key                     Create a deploy key for a given repo (ex. REPO=jessfraz/jenkins-dsl).
projects/forks                 Generate DSLs to update git forks.
projects/mirrors               Generate DSLs for git mirrors.
projects/repo-dockerfiles      Generate DSLs for repos with Dockerfiles.
shellcheck                     Runs the shellcheck tests on the scripts.
test                           Runs all the tests on the files in the repository.
webhook-jenkins-create         Create the jenkins webhook for a given repo (ex. REPO=jessfraz/jenkins-dsl).
webhook-jenkins-get            Get the jenkins webhook for a given repo (ex. REPO=jessfraz/jenkins-dsl).
webhook-travis-get             Get a travis webhook for a given repo (ex. REPO=jessfraz/jenkins-dsl).