This is an automated email from the ASF dual-hosted git repository. jstastnycz pushed a commit to branch radtriste-fix-pipelines in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
commit af7ec5298644aec4a20d11ac5ffd71550f709cef Author: Jan Stastny <[email protected]> AuthorDate: Fri Nov 3 12:15:45 2023 +0100 kie-issues#671: add missing import (#1115) Co-authored-by: jstastny-cz <[email protected]> --- dsl/scripts/pr_check.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dsl/scripts/pr_check.groovy b/dsl/scripts/pr_check.groovy index bc7475ff..2fa68b28 100644 --- a/dsl/scripts/pr_check.groovy +++ b/dsl/scripts/pr_check.groovy @@ -1,3 +1,5 @@ +import org.kie.jenkins.MavenCommand + // TODO Docker image and args could be passed as env or anything ? dockerGroups = [ 'docker', --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
