fetch changes before checking out
Web/pipeline/head This commit looks good
Details
Web/pipeline/head This commit looks good
Details
parent
ccdf68e60a
commit
c1d01df228
|
@ -7,7 +7,8 @@ pipeline {
|
|||
}
|
||||
steps {
|
||||
sh '''cd /var/www/ellpeck
|
||||
git checkout ${GIT_COMMIT}'''
|
||||
git fetch
|
||||
git checkout ${GIT_COMMIT} -f'''
|
||||
}
|
||||
}
|
||||
stage('Node') {
|
||||
|
|
Loading…
Reference in New Issue