Skip to content

Instantly share code, notes, and snippets.

@lusoal
Created May 31, 2019 18:04
Show Gist options
  • Select an option

  • Save lusoal/676bed324f672897ed00f02b72c2c0f8 to your computer and use it in GitHub Desktop.

Select an option

Save lusoal/676bed324f672897ed00f02b72c2c0f8 to your computer and use it in GitHub Desktop.
jenkinsfile-shared-lib-example
#!groovy
@Library('my_lib') _
gitCloneExample {
FOLDER_NAME = "JenkinsShared"
REPO_URL = "https://github.com/lusoal/jenkins_shared_libs_example.git"
REPO_NAME = "jenkins_shared_libs_example"
BRANCH = "master"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment