This is an automated email from the ASF dual-hosted git repository.
dhanak pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/main by this push:
new 2b0627ab NO-ISSUE: workaround buildchain jenkinsfile reference to
GITHUB_WORKSPACE (#1296)
2b0627ab is described below
commit 2b0627ab1f9815e2ac4b5edc5e1af8f711916732
Author: Jan Stastny <[email protected]>
AuthorDate: Tue Feb 24 11:59:31 2026 +0100
NO-ISSUE: workaround buildchain jenkinsfile reference to GITHUB_WORKSPACE
(#1296)
---
dsl/seed/jenkinsfiles/Jenkinsfile.buildchain | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dsl/seed/jenkinsfiles/Jenkinsfile.buildchain
b/dsl/seed/jenkinsfiles/Jenkinsfile.buildchain
index 000ca6c3..53535d59 100644
--- a/dsl/seed/jenkinsfiles/Jenkinsfile.buildchain
+++ b/dsl/seed/jenkinsfiles/Jenkinsfile.buildchain
@@ -57,6 +57,10 @@ pipeline {
timestamps()
timeout(time: timeoutValue, unit: 'MINUTES')
}
+ environment {
+ GITHUB_WORKSPACE = "${WORKSPACE}" // faking GITHUB_WORKSPACE env var
for the build-chain config mvn dependency:tree output
+ DEPENDENCY_TREE_FILE = "mvn_dependency_tree.txt"
+ }
stages {
stage('Initialize') {
steps {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]