withCredentials([sshUserPrivateKey(credentialsId: '<credential-id>', keyFileVariable: 'SSH_KEY')]) { sh("git push origin <local-branch>:<remote-branch>") }