Skip to content

Commit

Permalink
update settings xml file used as part of prod nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira committed May 2, 2024
1 parent eabbb56 commit d5d5626
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 @@ -79,7 +79,7 @@ pipeline {
pipelineHelper.retry(
{
withCredentials([string(credentialsId: "kie-ci1-token", variable: 'GITHUB_TOKEN')]) {
def SETTINGS_XML_ID = '5d9884a1-178a-4d67-a3ac-9735d2df2cef'
def SETTINGS_XML_ID = 'osl-prod-main'
def buildBranch = getBuildBranch()
def definitionFile = "https://raw.githubusercontent.com/\\\${GROUP:kiegroup}/kogito-pipelines/${getDefinitionFileBranch()}/.ci/nightly-build-config.yaml"

Expand Down

0 comments on commit d5d5626

Please sign in to comment.