don't use env
Some checks failed
Web/pipeline/head There was a failure building this commit

This commit is contained in:
Ell 2021-03-17 21:07:25 +01:00
parent 21b8fbb09f
commit ccdf68e60a

2
Jenkinsfile vendored
View file

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