Skip to content

Commit

Permalink
[10.0.x] NO-ISSUE: Fix sonataflow {builder,devmode} image release jobs (
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed Sep 25, 2024
1 parent 683be53 commit 9c55075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/jenkins/release-jobs/Jenkinsfile.kogito-swf-builder
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pipeline {
steps {
dir('kie-tools') {
script {
defaultSettingsFile = 'packages/sonataflow-image-common/resources/modules/kogito-maven/common/maven/settings.xml'
defaultSettingsFile = 'packages/sonataflow-image-common/resources/modules/kogito-maven/common/maven/maven-m2-repo-via-http-settings.xml.envsubst'
sh """#!/bin/bash -el
rm -rf "${defaultSettingsFile}"
cp "${env.MAVEN_SETTINGS_PATH}" "${defaultSettingsFile}"
Expand Down
2 changes: 1 addition & 1 deletion .ci/jenkins/release-jobs/Jenkinsfile.kogito-swf-devmode
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pipeline {
steps {
dir('kie-tools') {
script {
defaultSettingsFile = 'packages/sonataflow-image-common/resources/modules/kogito-maven/common/maven/settings.xml'
defaultSettingsFile = 'packages/sonataflow-image-common/resources/modules/kogito-maven/common/maven/maven-m2-repo-via-http-settings.xml.envsubst'
sh """#!/bin/bash -el
rm -rf "${defaultSettingsFile}"
cp "${env.MAVEN_SETTINGS_PATH}" "${defaultSettingsFile}"
Expand Down

0 comments on commit 9c55075

Please sign in to comment.