maven-parent job changed in maven-parent_branch.

feature/22849
Roberto Cirillo 2 years ago
parent 768b96909c
commit 81b583a2f1

2
Jenkinsfile vendored

@ -207,7 +207,7 @@ pipeline {
// propagate success
sh "echo -e maven-parent,SUCCESS >> ${agent_root_folder}/build_jobs.${env.BUILD_NUMBER}.csv"
} else {
def gjob = build(job: 'maven-parent', wait: true, propagate: true,
def gjob = build(job: 'maven-parent_branch', wait: true, propagate: true,
parameters: [[$class: 'StringParameterValue', name: 'gcube_settings', value: "${maven_parent_file}"],
[$class: 'StringParameterValue', name: 'local_repo', value: "${maven_local_repo_path}"],
[$class: 'LabelParameterValue', name: 'exec_label', label: "CD-test", nodeEligibility: [$class: 'AllNodeEligibility']]

Loading…
Cancel
Save