This is an automated email from the ASF dual-hosted git repository.
porcelli pushed a commit to branch 10.2.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/10.2.x by this push:
new d931ede362c release: [try] remove depednency of skipped artifact
(already built)
d931ede362c is described below
commit d931ede362cff56ca6fec0a520deebf8b9bba80b
Author: Alex Porcelli <[email protected]>
AuthorDate: Tue Mar 24 04:36:42 2026 -0400
release: [try] remove depednency of skipped artifact (already built)
---
.ci/jenkins/Jenkinsfile.release-build | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.ci/jenkins/Jenkinsfile.release-build
b/.ci/jenkins/Jenkinsfile.release-build
index 0dbf8ba966c..71d92028797 100644
--- a/.ci/jenkins/Jenkinsfile.release-build
+++ b/.ci/jenkins/Jenkinsfile.release-build
@@ -58,6 +58,7 @@ pipeline {
KOGITO_SWF_BUILDER_JOB_RESULT = 'SKIPPED'
KOGITO_SWF_DEVMODE_JOB_RESULT = 'SKIPPED'
KOGITO_SERVERLESS_OPERATOR_JOB_RESULT = 'SKIPPED'
+ SONATAFLOW_QUARKUS_DEVUI_JOB_RESULT = 'SKIPPED'
}
stages {
@@ -411,7 +412,7 @@ pipeline {
stage('Kn Plugin Workflow') {
when {
- expression { env.KN_PLUGIN_WORKFLOW == 'true'
&& (env.SONATAFLOW_QUARKUS_DEVUI_JOB_RESULT == 'SUCCESS') }
+ expression { env.KN_PLUGIN_WORKFLOW == 'true'
&& (env.SONATAFLOW_QUARKUS_DEVUI_JOB_RESULT == 'SUCCESS' ||
env.SONATAFLOW_QUARKUS_DEVUI_JOB_RESULT == 'SKIPPED') }
}
steps {
script {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]