always check out the exact commit
Some checks failed
Web/pipeline/head There was a failure building this commit

This commit is contained in:
Ell 2021-03-17 21:05:55 +01:00
parent 15d6f5f674
commit 21b8fbb09f

2
Jenkinsfile vendored
View file

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