ayushkhare12

Untitled

Dec 12th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.28 KB | None | 0 0
  1. pipeline {
  2.     agent any
  3.     stages {
  4.         stage('build') {
  5.             steps {
  6.                 sh 'git clone https://username:[email protected]/my/repository'
  7.                 sh 'git clone http://username:[email protected]/srv/git/repo.git
  8.            }
  9.        }
  10.    }
  11. }
Add Comment
Please, Sign In to add comment