This is an automated email from the ASF dual-hosted git repository.
rantunes pushed a commit to branch 10.0.x-test
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/10.0.x-test by this push:
new 167ed091 Fix SVN upload utility function
167ed091 is described below
commit 167ed09199fdd2ac2d143425f4cfb32ca526afa9
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Fri Aug 30 15:49:38 2024 -0300
Fix SVN upload utility function
---
.ci/jenkins/config/branch.yaml | 2 +-
jenkins-pipeline-shared-libraries/vars/releaseUtils.groovy | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.ci/jenkins/config/branch.yaml b/.ci/jenkins/config/branch.yaml
index 618b298f..88b74688 100644
--- a/.ci/jenkins/config/branch.yaml
+++ b/.ci/jenkins/config/branch.yaml
@@ -90,7 +90,7 @@ release:
key_credentials_id: GPG_KEY_FILE
passphrase_credentials_id: ''
svn:
- staging_repository: https://dist.apache.org/repos/dist/dev/incubator/kie
+ staging_repository:
https://dist.apache.org/repos/dist/release/incubator/kie
credentials_id: kie-dist-acct
jenkins:
email_creds_id: KOGITO_CI_NOTIFICATION_EMAILS
diff --git a/jenkins-pipeline-shared-libraries/vars/releaseUtils.groovy
b/jenkins-pipeline-shared-libraries/vars/releaseUtils.groovy
index be15e433..f72483a7 100644
--- a/jenkins-pipeline-shared-libraries/vars/releaseUtils.groovy
+++ b/jenkins-pipeline-shared-libraries/vars/releaseUtils.groovy
@@ -45,7 +45,7 @@ def svnUploadFileToRepository(String svnRepository, String
svnCredentialsId, Str
sh """
cd svn-kie
svn add . --force
- svn ci --non-interactive --no-auth-cache --username ${ASF_USERNAME}
--password ${ASF_PASSWORD} -m "Apache KIE ${releaseVersion} artifacts"
+ svn ci --non-interactive --no-auth-cache --username ${ASF_USERNAME}
--password '${ASF_PASSWORD}' -m "Apache KIE ${releaseVersion} artifacts"
rm -rf svn-kie
"""
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]