@ -8,7 +8,7 @@ pipeline {
stages {
stage('Checkout Code') {
steps {
bat "git pull origin ${BRANCH}"
sh "git pull origin ${BRANCH}"
}