Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pipeline {
- agent any
- stages {
- stage('build') {
- steps {
- sh 'git clone https://username:[email protected]/my/repository'
- sh 'git clone http://username:[email protected]/srv/git/repo.git
- }
- }
- }
- }
Add Comment
Please, Sign In to add comment