maven-parent job changed in maven-parent_branch.

This commit is contained in:
Roberto Cirillo 2022-02-22 11:20:34 +01:00
parent 768b96909c
commit 81b583a2f1
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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']]