diff --git a/Jenkinsfile b/Jenkinsfile index abbd00c..e60a40a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { branch '**/develop' } steps { - sh "git checkout origin/develop" + sh "git checkout develop" sh "git clean -dfX" sh "git add mods/**" sh "git add config/**"