Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/env groovy
- def jenkinsFile
- def jenkinsFilePath
- parameters {
- string(name: 'TARGET_REPOSITORY')
- }
- stage('Loading Jenkins file') {
- jenkinsFile = fileLoader.fromGit('${TARGET_REPOSITORY}/Jenkinsfile', 'ssh://[email protected]:7999/stt/jenkinsbuild.git', 'master', null, '')
- }
- "Loading from ${TARGET_REPOSITORY}/Jenkinsfile.groovy"
Advertisement
Add Comment
Please, Sign In to add comment