Guest User

Untitled

a guest
Mar 28th, 2018
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #!/usr/bin/env groovy
  2. def jenkinsFile
  3. def jenkinsFilePath
  4. parameters {
  5. string(name: 'TARGET_REPOSITORY')
  6. }
  7. stage('Loading Jenkins file') {
  8. jenkinsFile = fileLoader.fromGit('${TARGET_REPOSITORY}/Jenkinsfile', 'ssh://[email protected]:7999/stt/jenkinsbuild.git', 'master', null, '')
  9. }
  10.  
  11.  
  12. "Loading from ${TARGET_REPOSITORY}/Jenkinsfile.groovy"
Advertisement
Add Comment
Please, Sign In to add comment