Skip to content

Instantly share code, notes, and snippets.

@baumato
Created April 4, 2019 15:34
Show Gist options
  • Save baumato/9271383bfeb344bd7f8e6b28a83a9d4a to your computer and use it in GitHub Desktop.
Save baumato/9271383bfeb344bd7f8e6b28a83a9d4a to your computer and use it in GitHub Desktop.
Jenkinsfile: Load groovy library
//In Jenkinsfile:
def gitlab() {
return load("jenkins/library/gitlab.groovy")
}
//In jenkinks/library/gitlab.groovy:
def veryGoodMethods() {
// ...
}
// do not forget
return this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment