This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch 10.0.x
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-optaplanner-quickstarts.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 0085584a NO-ISSUE: fix docker agent config (#631)
0085584a is described below
commit 0085584a74976b66d8f43c1155012773c52e3fe1
Author: Jan Stastny <[email protected]>
AuthorDate: Wed Jul 17 14:21:16 2024 +0200
NO-ISSUE: fix docker agent config (#631)
Co-authored-by: jstastny-cz <[email protected]>
---
.ci/jenkins/Jenkinsfile.setup-branch | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/.ci/jenkins/Jenkinsfile.setup-branch
b/.ci/jenkins/Jenkinsfile.setup-branch
index a313c7df..c25faffc 100644
--- a/.ci/jenkins/Jenkinsfile.setup-branch
+++ b/.ci/jenkins/Jenkinsfile.setup-branch
@@ -7,13 +7,10 @@ optaplannerRepo = 'incubator-kie-optaplanner'
pipeline {
agent {
- label 'ubuntu'
- }
-
- tools {
docker {
image env.AGENT_DOCKER_BUILDER_IMAGE
args env.AGENT_DOCKER_BUILDER_ARGS
+ label util.avoidFaultyNodes('ubuntu')
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]