This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/main by this push:
new 48d3d30b kie-issues#671: add missing import (#1115)
48d3d30b is described below
commit 48d3d30bdec0c272a42574d984e6c5e51ca25f59
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]