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