This is an automated email from the ASF dual-hosted git repository.
eduardocerqueira pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 4cdf83c65c1 Jenkins Pipelines - attempt to fix issue with signing jars
for apache release - moved setup sign key to before pnpm bootstrap stage
4cdf83c65c1 is described below
commit 4cdf83c65c1a568ee60a28f3754ceece4050d2b0
Author: Eduardo Cerqueira <[email protected]>
AuthorDate: Fri Jun 13 13:17:23 2025 -0400
Jenkins Pipelines
- attempt to fix issue with signing jars for apache release
- moved setup sign key to before pnpm bootstrap stage
---
.../Jenkinsfile.jbpm-sonataflow-quarkus-devui | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.jbpm-sonataflow-quarkus-devui
b/.ci/jenkins/release-jobs/Jenkinsfile.jbpm-sonataflow-quarkus-devui
index 46188568e61..bd078f20949 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.jbpm-sonataflow-quarkus-devui
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.jbpm-sonataflow-quarkus-devui
@@ -94,16 +94,6 @@ pipeline {
}
}
- stage('PNPM Bootstrap') {
- steps {
- dir('kie-tools') {
- script {
- buildUtils.pnpmBootstrap(env.PNPM_FILTER_STRING,
env.MAVEN_ARGS)
- }
- }
- }
- }
-
stage('Setup signing key') {
when {
expression { !params.DRY_RUN &&
params.RELEASE_CANDIDATE_VERSION != '' }
@@ -115,6 +105,16 @@ pipeline {
}
}
+ stage('PNPM Bootstrap') {
+ steps {
+ dir('kie-tools') {
+ script {
+ buildUtils.pnpmBootstrap(env.PNPM_FILTER_STRING,
env.MAVEN_ARGS)
+ }
+ }
+ }
+ }
+
stage('Update project, kogito and stream name version') {
steps {
dir('kie-tools') {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]