small comment

This commit is contained in:
Roberto Cirillo 2022-04-28 15:31:21 +02:00
parent c0164b40f0
commit 3048d0aa85
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -46,6 +46,7 @@ pipeline {
BACKUP_FILE = "${agent_root_folder}/${agent_deploy_backup_filename}"
TRIGGER_JOB= "${params.TRIGGER_JOB}"
TRIGGER_VERSION= "${params.TRIGGER_VERSION}"
// maybe here define another param used to identify the target host. In this way the developer can change it from the job
}
stages {
stage('initialize environment') {