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 7082f9bd41c Jenkins Pipelines - set MAVEN_ARGS to stages
7082f9bd41c is described below
commit 7082f9bd41c224489a8acf0075542724faee3544
Author: Eduardo Cerqueira <[email protected]>
AuthorDate: Mon Jun 2 22:28:21 2025 -0400
Jenkins Pipelines
- set MAVEN_ARGS to stages
---
.ci/jenkins/Jenkinsfile.release-candidate | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.ci/jenkins/Jenkinsfile.release-candidate
b/.ci/jenkins/Jenkinsfile.release-candidate
index ea1a3e3affe..d9a913aa9a2 100644
--- a/.ci/jenkins/Jenkinsfile.release-candidate
+++ b/.ci/jenkins/Jenkinsfile.release-candidate
@@ -88,7 +88,7 @@ pipeline {
steps {
dir('kie-tools') {
script {
- buildUtils.pnpmBootstrap()
+ buildUtils.pnpmBootstrap('', env.MAVEN_ARGS)
}
}
}
@@ -112,7 +112,7 @@ pipeline {
steps {
dir('kie-tools') {
script {
-
buildUtils.pnpmUpdateProjectVersion(params.RELEASE_VERSION)
+
buildUtils.pnpmUpdateProjectVersion(params.RELEASE_VERSION, env.MAVEN_ARGS)
}
}
}
@@ -122,7 +122,7 @@ pipeline {
steps {
dir('kie-tools') {
script {
-
buildUtils.pnpmUpdateKogitoVersion(params.RELEASE_VERSION,
params.RELEASE_VERSION)
+
buildUtils.pnpmUpdateKogitoVersion(params.RELEASE_VERSION,
params.RELEASE_VERSION, env.MAVEN_ARGS)
}
}
}
@@ -132,7 +132,7 @@ pipeline {
steps {
dir('kie-tools') {
script {
- buildUtils.pnpmUpdateStreamName(params.RELEASE_VERSION)
+
buildUtils.pnpmUpdateStreamName(params.RELEASE_VERSION, env.MAVEN_ARGS)
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]