forcing build execution on agent CD-test ( for testing purpose)

feature/22849
Roberto Cirillo 2 years ago
parent 4161e23dd1
commit 1715ddce7b

2
Jenkinsfile vendored

@ -301,7 +301,7 @@ def buildComponents(args, maven_settings_file, maven_activation_property, maven_
def gjob = build(job: name, wait: true, propagate: true,
parameters: [[$class: 'StringParameterValue', name: 'gcube_settings', value: "${maven_settings_file} ${maven_activation_property}"],
[$class: 'StringParameterValue', name: 'local_repo', value: "${maven_local_repo_path}"],
[$class: 'LabelParameterValue', name: 'exec_label', label: "CD", nodeEligibility: [$class: 'AllNodeEligibility']]
[$class: 'LabelParameterValue', name: 'exec_label', label: "CD-test", nodeEligibility: [$class: 'AllNodeEligibility']]
])
sh "echo -e ${name},${gjob.getResult()} >> ${agent_root_folder}/build_jobs.${env.BUILD_NUMBER}.csv"
}

Loading…
Cancel
Save