diff --git a/Jenkinsfile b/Jenkinsfile index 75f599f..4173113 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,7 +41,7 @@ pipeline { sh returnStatus: true, script: "git commit -m 'Automatic integration of latest modpack.'" sshagent(['108c5045-64d1-42a6-acd7-a39da5e096d1']) { sh "git pull -X theirs origin develop" - sh "git push --set-upstream origin develop" + sh returnStatus: true, "git push --set-upstream origin develop" } } }