diff --git a/Jenkinsfile b/Jenkinsfile index f55b582..e135958 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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') {