Skip to content

Commit

Permalink
[8.33.x] [BXMSPROD-1983] double escape dollar sign (#2736)
Browse files Browse the repository at this point in the history
[BXMSPROD-1983] double escape dollar sign (#2735)

Co-authored-by: Andrea Lamparelli <[email protected]>
  • Loading branch information
github-actions[bot] and lampajr authored Mar 28, 2023
1 parent be1d9e4 commit 9063482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.prod.nightly
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pipeline {
withCredentials([string(credentialsId: "kie-ci1-token", variable: 'GITHUB_TOKEN')]) {
def SETTINGS_XML_ID = '5d9884a1-178a-4d67-a3ac-9735d2df2cef'
def buildBranch = getBuildBranch()
def definitionFile = "https://raw.githubusercontent.com/\${GROUP:kiegroup}/optaplanner/${getDefinitionFileBranch()}/.ci/nightly-build-config.yaml"
def definitionFile = "https://raw.githubusercontent.com/\\\${GROUP:kiegroup}/optaplanner/${getDefinitionFileBranch()}/.ci/nightly-build-config.yaml"

configFileProvider([configFile(fileId: "${SETTINGS_XML_ID}", variable: 'PME_MAVEN_SETTINGS_XML')]) {
sh "build-chain build branch --token=${GITHUB_TOKEN} -f ${definitionFile} -b ${buildBranch} -o bc -p kiegroup/optaplanner --fullProjectDependencyTree --skipParallelCheckout"
Expand Down

0 comments on commit 9063482

Please sign in to comment.