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

This commit is contained in:
Ell 2021-03-17 21:05:55 +01:00
parent 15d6f5f674
commit 21b8fbb09f
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 pull'''
git checkout ${env.GIT_COMMIT}'''
}
}
stage('Node') {