Skip to content

Commit

Permalink
Update prod_bamoe_properties_generator.groovy (#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
lampajr authored Sep 6, 2023
1 parent fec5d30 commit 374d028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job-dsls/jobs/prod/prod_bamoe_properties_generator.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ node('${Constants.LABEL_KIE_RHEL}') {
"JAVAPARSER_VERSION" : JAVAPARSER_VERSION
])
if(Boolean.valueOf(IS_RELEASE)) {
def folder = "bamoe/BAMOE-\${PRODUCT_VERSION}.\${PRODUCT_MILESTONE}"
def folder = "bamoe/bamoe-\${PRODUCT_VERSION}.\${PRODUCT_MILESTONE}"
build job: env.PROPERTIES_GENERATOR_PATH, parameters: [
[\$class: 'StringParameterValue', name: 'FILE_ID', value: "\${RELEASE_STAGING_FILE_ID}"],
Expand Down

0 comments on commit 374d028

Please sign in to comment.