Guest User

Untitled

a guest
Jun 25th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. stage ('Merge') {
  2.  
  3. sh "git fetch --no-tags --progress ${gitUrl} +refs/pull-requests/${env.CHANGE_ID}/from:refs/remotes/origin/${env.BRANCH_NAME}"
  4. sh "git merge remotes/origin/${env.BRANCH_NAME}"
  5.  
  6. }
Add Comment
Please, Sign In to add comment