ricardozanini commented on PR #1709: URL: https://github.com/apache/incubator-kie-kogito-images/pull/1709#issuecomment-1789646030
@baldimir we are using this repo: https://github.com/kiegroup/jenkins-pipeline-shared-libraries/tree/main/src/org/kie/jenkins in the `Jenkinsfile`. Are we going to bring it to Apache too or..? What's the plan? Looks like we need to set the following ENVs: ```jenkinsfile agent { docker { image env.AGENT_DOCKER_BUILDER_IMAGE args env.AGENT_DOCKER_BUILDER_ARGS } } ``` Do you know which envs are these? -- 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]
