Guest User

Untitled

a guest
Aug 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. pipeline {
  2. agent any
  3. environment {
  4. HOME_DIR = "$WORKSPACE/"
  5. }
  6. stages {
  7. stage('clone repos') {
  8. steps {
  9. **sh 'git clone http://<repo_url> '**
  10. }
  11. }
  12. }
Add Comment
Please, Sign In to add comment