Advertisement
Guest User

Untitled

a guest
Nov 17th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #!/usr/bin/env groovy
  2.  
  3. stage 'Load a file from GitHub'
  4. def helloworld = fileLoader.fromGit('testme',
  5. 'https://github.com/DamnedNForsaken/testing_jfile.git', 'master', null, '')
  6.  
  7. stage 'Run method from the loaded file'
  8. helloworld.printHello()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement