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 ea01fd5ef9b Jenkins Pipelines - add stage to Update project, kogito
and stream name version
ea01fd5ef9b is described below
commit ea01fd5ef9b1407ff2beee670491bb6e213500b0
Author: Eduardo Cerqueira <[email protected]>
AuthorDate: Tue Jun 3 13:22:37 2025 -0400
Jenkins Pipelines
- add stage to Update project, kogito and stream name version
---
.../release-jobs/Jenkinsfile.vscode-extensions-prod | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.vscode-extensions-prod
b/.ci/jenkins/release-jobs/Jenkinsfile.vscode-extensions-prod
index 6745830eca6..ec9ddb7d3e6 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.vscode-extensions-prod
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.vscode-extensions-prod
@@ -44,7 +44,7 @@ pipeline {
RELEASE_ARTIFACTS_DIR = "${WORKSPACE}/release-artifacts"
PNPM_FILTER_STRING = '-F bpmn-vscode-extension... -F
dmn-vscode-extension... -F pmml-vscode-extension... -F
vscode-extension-kogito-bundle... -F swf-vscode-extension... -F
vscode-extension-kie-ba-bundle... -F vscode-extension-dashbuilder-editor... -F
yard-vscode-extension... -F extended-services-vscode-extension...'
- MAVEN_ARGS = "-Dmaven.repo.local=${WORKSPACE}/.maven"
+ MAVEN_ARGS = "-B -s ${WORKSPACE}/kie-settings.xml"
}
stages {
@@ -91,7 +91,7 @@ pipeline {
steps {
dir('kie-tools') {
script {
- buildUtils.setupPnpm()
+
buildUtils.setupPnpm("${pipelineVars.mavenSettingsReleaseConfigFileId}")
}
}
}
@@ -107,6 +107,18 @@ pipeline {
}
}
+ stage('Update project, kogito and stream name version') {
+ steps {
+ dir('kie-tools') {
+ script {
+
buildUtils.pnpmUpdateProjectVersion(params.RELEASE_VERSION, env.MAVEN_ARGS)
+
buildUtils.pnpmUpdateKogitoVersion(params.RELEASE_VERSION,
params.RELEASE_VERSION, env.MAVEN_ARGS)
+
buildUtils.pnpmUpdateStreamName(params.RELEASE_VERSION, env.MAVEN_ARGS)
+ }
+ }
+ }
+ }
+
stage('Build') {
steps {
dir('kie-tools') {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]