Updated Jenkinsfile.

This commit is contained in:
Harrison Deng 2022-05-12 13:24:47 -05:00
parent a0f996f3f2
commit 8b4b1f1026

2
Jenkinsfile vendored
View File

@ -25,7 +25,7 @@ pipeline {
branch '**/develop' branch '**/develop'
} }
steps { steps {
sh "git checkout origin/develop" sh "git checkout develop"
sh "git clean -dfX" sh "git clean -dfX"
sh "git add mods/**" sh "git add mods/**"
sh "git add config/**" sh "git add config/**"