maven-parent job changed in maven-parent_branch.
This commit is contained in:
parent
768b96909c
commit
81b583a2f1
|
@ -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…
Reference in New Issue