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 59195532 Fix SVN upload utility function
59195532 is described below

commit 59195532ee033b32975720d39d10e44f48dc10b5
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Fri Aug 30 15:16:38 2024 -0300

    Fix SVN upload utility function
---
 jenkins-pipeline-shared-libraries/vars/releaseUtils.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins-pipeline-shared-libraries/vars/releaseUtils.groovy 
b/jenkins-pipeline-shared-libraries/vars/releaseUtils.groovy
index f72483a7..be15e433 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]

Reply via email to