Skip to content

Commit

Permalink
added right settings for deploying to SNAPSHOT (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbiarnes committed Aug 18, 2021
1 parent 228b487 commit 5865437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion job-dsls/jobs/kie/main/deploy_jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ for (repoConfig in REPO_CONFIGS) {
colorizeOutput()

configFiles {
mavenSettings("settings-local-maven-repo-nexus"){
mavenSettings("7774c60d-cab3-425a-9c3b-26653e5feba1"){
variable("SETTINGS_XML_FILE")
targetLocation("jenkins-settings.xml")
}
Expand Down
2 changes: 1 addition & 1 deletion job-dsls/jobs/kie/main/deploy_jobs_7_x.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ for (repoConfig in REPO_CONFIGS) {
colorizeOutput()

configFiles {
mavenSettings("settings-local-maven-repo-nexus"){
mavenSettings("7774c60d-cab3-425a-9c3b-26653e5feba1"){
variable("SETTINGS_XML_FILE")
targetLocation("jenkins-settings.xml")
}
Expand Down

0 comments on commit 5865437

Please sign in to comment.