jstastny-cz opened a new pull request, #1296: URL: https://github.com/apache/incubator-kie-kogito-pipelines/pull/1296
In attempt to reduce size of logs, the applicable build-chain config was adjusted to write mvn dependency:tree verbose output into a file inside workspace. The primary focus was GitHub PR checks, so the destination is now defined as env.GITHUB_WORKSPACE. While this fits GitHub actions, obviously there's problem in jenkins, where the same build-chain configuration file is shared by the nightly jobs. There were two options: 1. refactor the build-chain configuration to use a different env variable, which then would need to be explicitly set in all the workflows (quite many all around the repos). 2. adjust Jenkinsfile that uses the shared build-chain configuration to "fake" env.GITHUB_WORKSPACE while providing explanation in a comment. Which isolates the change to a single Jenkinsfile. The PR here implements option 2 from the above. -- 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]
