This commit is contained in:
parent
21b8fbb09f
commit
ccdf68e60a
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -7,7 +7,7 @@ pipeline {
|
|||
}
|
||||
steps {
|
||||
sh '''cd /var/www/ellpeck
|
||||
git checkout ${env.GIT_COMMIT}'''
|
||||
git checkout ${GIT_COMMIT}'''
|
||||
}
|
||||
}
|
||||
stage('Node') {
|
||||
|
|
Loading…
Reference in a new issue