Skip to content

Instantly share code, notes, and snippets.

@tuanpembual
Last active February 23, 2017 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuanpembual/9cfaade722f6d66576b9d6794c608754 to your computer and use it in GitHub Desktop.
Save tuanpembual/9cfaade722f6d66576b9d6794c608754 to your computer and use it in GitHub Desktop.
Jenkins Jobs
String app = "JobGitHUb"
folder("${app}") {
description "Semua jobs dari github"
}
job("${app}/Package") {
description "Ini adalah\nDeskripsi"
logRotator {
daysToKeep(7)
numToKeep(10)
}
label('slave')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment