Skip to content

Commit

Permalink
[10.0.x] NO-ISSUE: Missing maven settings file updates on sonataflow …
Browse files Browse the repository at this point in the history
…image release jobs (apache#2643)

Co-authored-by: Rodrigo Antunes <[email protected]>
  • Loading branch information
rodrigonull and Rodrigo Antunes committed Oct 8, 2024
1 parent 5848cb3 commit f609448
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci/jenkins/release-jobs/Jenkinsfile.kn-plugin-workflow
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,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
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,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.npm-packages
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pipeline {
}

options {
timeout(time: 180, unit: 'MINUTES')
timeout(time: 240, unit: 'MINUTES')
}

parameters {
Expand Down
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 f609448

Please sign in to comment.