jstastny-cz commented on code in PR #1296:
URL: 
https://github.com/apache/incubator-kie-kogito-pipelines/pull/1296#discussion_r2845467389


##########
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:
   You also used `-DappendOutput=true` , so it should not be problem during 
individual configuration's execution. And even if there's a matrix job in 
Jenkins (which I don't think there is such), each workspace is isolated in 
Jenkins. Perhaps not in GitHub action and that's why you introduced the 
distinction?



-- 
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]

Reply via email to