fix var DEPLOY_FILE

This commit is contained in:
Roberto Cirillo 2022-04-22 16:32:26 +02:00
parent 6cbde03475
commit fbd6f138f6
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -79,7 +79,7 @@ pipeline {
}
steps {
echo "Cron build enabled. New deploy of ${params.TRIGGER_JOB} - ${params.TRIGGER_VERSION} appended to the deploy file"
echo "${params.TRIGGER_JOB} - ${params.TRIGGER_VERSION}" >> $DEPLOY_FILE
echo "${params.TRIGGER_JOB} - ${params.TRIGGER_VERSION}" >> "${DEPLOY_FILE}"
}
}
stage('Deploy from job ') {