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 e5cb6cee3cd debug
e5cb6cee3cd is described below
commit e5cb6cee3cd64678bafdc3f03f0c6e8b6cc65648
Author: Eduardo Cerqueira <[email protected]>
AuthorDate: Fri May 16 18:28:57 2025 -0400
debug
---
.../release-jobs/Jenkinsfile.kn-plugin-workflow | 24 +---------------------
1 file changed, 1 insertion(+), 23 deletions(-)
diff --git a/.ci/jenkins/release-jobs/Jenkinsfile.kn-plugin-workflow
b/.ci/jenkins/release-jobs/Jenkinsfile.kn-plugin-workflow
index 8f9c8f421a0..a816792e539 100644
--- a/.ci/jenkins/release-jobs/Jenkinsfile.kn-plugin-workflow
+++ b/.ci/jenkins/release-jobs/Jenkinsfile.kn-plugin-workflow
@@ -48,28 +48,6 @@ pipeline {
}
stages {
- stage("debug") {
- steps {
- script {
- sh """
- #!/bin/bash -el
- pwd
- ls -laht
- echo "--------------------------------"
- ls -laht ${env.WORKSPACE}
- echo "--------------------------------"
- ls -laht ${env.MAVEN_ARGS}
- echo "--------------------------------"
- cat ${env.MAVEN_SETTINGS_PATH}
- echo "--------------------------------"
- cat ${env.MAVEN_SETTINGS_PATH}
-
- exit 1
- """
- }
- }
- }
-
stage('Load local shared scripts') {
steps {
script {
@@ -114,7 +92,7 @@ pipeline {
steps {
dir('kie-tools') {
script {
- buildUtils.setupPnpm()
+
buildUtils.setupPnpm("${pipelineVars.mavenSettingsReleaseConfigFileId}")
}
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]