Compare commits
2 Commits
master
...
parallelte
Author | SHA1 | Date |
---|---|---|
Roberto Cirillo | ca9e9e9ed8 | |
Roberto Cirillo | 6da262ba81 |
|
@ -310,7 +310,7 @@ def buildComponents(args, maven_settings_file, maven_activation_property, maven_
|
||||||
def gjob = build(job: name, wait: true, propagate: true,
|
def gjob = build(job: name, wait: true, propagate: true,
|
||||||
parameters: [[$class: 'StringParameterValue', name: 'gcube_settings', value: "${maven_settings_file} ${maven_activation_property}"],
|
parameters: [[$class: 'StringParameterValue', name: 'gcube_settings', value: "${maven_settings_file} ${maven_activation_property}"],
|
||||||
[$class: 'StringParameterValue', name: 'local_repo', value: "${maven_local_repo_path}"],
|
[$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", nodeEligibility: [$class: 'AllNodeEligibility'], quietPeriod: 3]
|
||||||
])
|
])
|
||||||
sh "echo -e ${name},${gjob.getResult()} >> ${agent_root_folder}/build_jobs.${env.BUILD_NUMBER}.csv"
|
sh "echo -e ${name},${gjob.getResult()} >> ${agent_root_folder}/build_jobs.${env.BUILD_NUMBER}.csv"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue