forked from Hg/htlle-da-vorlage
fix path issue for template folder
This commit is contained in:
parent
6eda6797f6
commit
4caf1a51ac
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -85,7 +85,7 @@ pipeline {
|
||||
stage('Checkout template') {
|
||||
steps {
|
||||
// remove template folder and fresh checkout
|
||||
sh "rm -rf ${env.TEMPLATE_NAME}"
|
||||
sh "rm -rf ${env.GIT_PATH}${env.TEMPLATE_NAME}"
|
||||
checkout([
|
||||
$class: 'GitSCM',
|
||||
branches: [[name: '*/master']],
|
||||
|
Loading…
Reference in New Issue
Block a user