Skip to content

Commit

Permalink
Jenkinsfile.nightly pointing to rhba-prod-master maven settings (kieg…
Browse files Browse the repository at this point in the history
…roup#1589)

* Jenkinsfile.nightly pointing to rhba-7.11.prod maven settings

* Jenkinsfile.nightly pointing to rhba-prod-master maven settings
  • Loading branch information
Ginxo committed Feb 15, 2021
1 parent fe6c0ec commit 260b182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile.nightly
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pipeline {
def pipelineHelper = new PipelineHelper(this)
pipelineHelper.retry(
{
def SETTINGS_XML_ID = "5d9884a1-178a-4d67-a3ac-9735d2df2cef"
def SETTINGS_XML_ID = "rhba-prod-master"

// This is the map project, variable to store the version from this project
def repositoryListPath = "./script/repository-list.txt"
Expand Down Expand Up @@ -170,4 +170,4 @@ pipeline {
cleanWs()
}
}
}
}

0 comments on commit 260b182

Please sign in to comment.