gitgabrio commented on code in PR #1296:
URL:
https://github.com/apache/incubator-kie-kogito-pipelines/pull/1296#discussion_r2845457856
##########
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"
Review Comment:
HI @jstastny-cz
Many thanks for the quick fix.
My only doubt is that, in my original PRs, I had to create different "names"
to avoid clashing:
is there a way to check that for this PR ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]