This is an automated email from the ASF dual-hosted git repository.
rantunes pushed a commit to branch 10.0.x
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 by this push:
new 4ab513ed [10.0.x] NO-ISSUE: Fix kogito apps git reference in the
release cloud job (#1243)
4ab513ed is described below
commit 4ab513ed5bf860be38c2b5196213198309f4b43d
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Wed Aug 28 10:53:01 2024 -0300
[10.0.x] NO-ISSUE: Fix kogito apps git reference in the release cloud job
(#1243)
* Fix kogito apps git reference in the release cloud job
* Fix kogito apps git reference in the release cloud job
---
.ci/jenkins/Jenkinsfile.release.cloud | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/jenkins/Jenkinsfile.release.cloud
b/.ci/jenkins/Jenkinsfile.release.cloud
index 86ccc37b..a5e22c40 100644
--- a/.ci/jenkins/Jenkinsfile.release.cloud
+++ b/.ci/jenkins/Jenkinsfile.release.cloud
@@ -59,7 +59,7 @@ pipeline {
steps {
script {
env.APPS_URI = params.APPS_URI ?:
(getReleaseProperty('apps.uri') ?:
"https://github.com/${getGitAuthor()}/incubator-kie-kogito-apps")
- env.APPS_REF = params.APPS_REF ?:
(getReleaseProperty('apps.ref') ?: getReleaseVersion())
+ env.APPS_REF = params.APPS_REF ?:
(getReleaseProperty('apps.ref') ?: getGitTagName())
echo "Got apps uri ${env.APPS_URI}"
echo "Got apps ref ${env.APPS_REF}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]