fetch changes before checking out
All checks were successful
Web/pipeline/head This commit looks good

This commit is contained in:
Ell 2021-03-17 21:14:53 +01:00
parent ccdf68e60a
commit c1d01df228

3
Jenkinsfile vendored
View file

@ -7,7 +7,8 @@ pipeline {
}
steps {
sh '''cd /var/www/ellpeck
git checkout ${GIT_COMMIT}'''
git fetch
git checkout ${GIT_COMMIT} -f'''
}
}
stage('Node') {