Answers for "git merge branch in jenkins pipeline"

0

git merge branch in jenkins pipeline

withCredentials([sshUserPrivateKey(credentialsId: '<credential-id>', keyFileVariable: 'SSH_KEY')]) {
   sh("git push origin <local-branch>:<remote-branch>")
}
Posted by: Guest on May-06-2021

Code answers related to "git merge branch in jenkins pipeline"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language