generated from gCubeCI/Pipeline-Docker-Template
small comment
This commit is contained in:
parent
c0164b40f0
commit
3048d0aa85
|
@ -46,6 +46,7 @@ pipeline {
|
||||||
BACKUP_FILE = "${agent_root_folder}/${agent_deploy_backup_filename}"
|
BACKUP_FILE = "${agent_root_folder}/${agent_deploy_backup_filename}"
|
||||||
TRIGGER_JOB= "${params.TRIGGER_JOB}"
|
TRIGGER_JOB= "${params.TRIGGER_JOB}"
|
||||||
TRIGGER_VERSION= "${params.TRIGGER_VERSION}"
|
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 {
|
stages {
|
||||||
stage('initialize environment') {
|
stage('initialize environment') {
|
||||||
|
|
Loading…
Reference in New Issue