jstastny-cz commented on issue #777: URL: https://github.com/apache/incubator-kie-issues/issues/777#issuecomment-1945909924
@cimbalek please check the pr_check.groovy script, it's the only appearance of scripted pipeline in our pipelines and we've missed it with the faulty labels adjustment: https://github.com/apache/incubator-kie-kogito-pipelines/blob/main/dsl/scripts/pr_check.groovy#L35 I believe wrapping as ``` node ("label"){ docker.image(builderImage).inside(dockerArgs.join(' ')) } ``` might do the trick https://www.jenkins.io/doc/pipeline/steps/workflow-durable-task-step/#node-allocate-node -- 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]
