fix build job syntax

This commit is contained in:
Roberto Cirillo 2023-05-05 11:55:28 +02:00
parent 2cb7709aed
commit ecf712f506
1 changed files with 3 additions and 3 deletions

6
Jenkinsfile vendored
View File

@ -295,9 +295,9 @@ def buildComponents(args, maven_settings_file, maven_activation_property, maven_
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']],
[string(name: 'GIT_BRANCH_NAME', value: 'master')],
[string(name: 'GIT_BRANCH', value: 'master')],
[string(name: 'BRANCH_NAME', value: 'master')]
string(name: 'GIT_BRANCH_NAME', value: 'master'),
string(name: 'GIT_BRANCH', value: 'master'),
string(name: 'BRANCH_NAME', value: 'master')
])
sh "echo -e ${name},${gjob.getResult()} >> ${agent_root_folder}/build_jobs.${env.BUILD_NUMBER}.csv"
}