always check out the exact commit
Some checks failed
Web/pipeline/head There was a failure building this commit
Some checks failed
Web/pipeline/head There was a failure building this commit
This commit is contained in:
parent
15d6f5f674
commit
21b8fbb09f
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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') {
|
||||||
|
|
Loading…
Reference in a new issue