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

This commit is contained in:
Ell 2021-03-17 21:07:25 +01:00
parent 21b8fbb09f
commit ccdf68e60a
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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