Skip to content

Gradle plugin to programmatically configure Jenkins jobs.

Notifications You must be signed in to change notification settings

mlueders/gradle-jenkins-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gradle-jenkins-plugin

Gradle plugin to programmatically configure Jenkins jobs. This plugin allows you to maintain jenkins job configurations in source control and apply them to the server via gradle. Jobs can be stored as straight xml files, xml strings, or as markup builder closures. Job templates can be defined that can then be manipulated in Groovy XmlSlurper fashion such that multiple jobs can be generated off of a single template definition.

See https://github.com/ghale/gradle-jenkins-plugin/wiki for details on usage.

About

Gradle plugin to programmatically configure Jenkins jobs.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 89.4%
  • Shell 9.6%
  • Java 1.0%