removed param deploy list management

This commit is contained in:
Roberto Cirillo 2022-08-04 15:47:16 +02:00
parent 146dd63cb6
commit 10c932cc83
1 changed files with 0 additions and 6 deletions

6
Jenkinsfile vendored
View File

@ -17,13 +17,7 @@ def backupList
if (params.deployFile) {
println "Using custom deploy file"
deployList = params.deployFile
} else {
println "Using local deploy file"
//load the report from local
deployList = agent_root_folder+'/'+agent_deploy_filename;
println "Load from local file ${deployList}"
}
backupList = agent_root_folder+'/'+agent_deploy_backup_filename;
//locate the targetHost file
//String targetHostURL = "https://code-repo.d4science.org/gCubeCI/gCubeDeployer/raw/branch/master/open/gcube-${gCube_release_version}.yaml"