This is an automated email from the ASF dual-hosted git repository.

mcimbalek pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-serverless-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new eadb4ae1 kie-issues#777: Allow restricting jenkins agent labels for 
pipelines (#399)
eadb4ae1 is described below

commit eadb4ae15770e2b004f7987a8114511c41e6e190
Author: Martin Cimbalek <[email protected]>
AuthorDate: Mon Feb 19 18:25:02 2024 +0100

    kie-issues#777: Allow restricting jenkins agent labels for pipelines (#399)
---
 .ci/jenkins/Jenkinsfile               | 1 +
 .ci/jenkins/Jenkinsfile.deploy        | 1 +
 .ci/jenkins/Jenkinsfile.e2e.cluster   | 1 +
 .ci/jenkins/Jenkinsfile.promote       | 1 +
 .ci/jenkins/Jenkinsfile.setup-branch  | 1 +
 .ci/jenkins/Jenkinsfile.weekly.deploy | 1 +
 6 files changed, 6 insertions(+)

diff --git a/.ci/jenkins/Jenkinsfile b/.ci/jenkins/Jenkinsfile
index 55a7be25..5648fb75 100644
--- a/.ci/jenkins/Jenkinsfile
+++ b/.ci/jenkins/Jenkinsfile
@@ -11,6 +11,7 @@ pipeline {
         docker { 
             image env.AGENT_DOCKER_BUILDER_IMAGE
             args env.AGENT_DOCKER_BUILDER_ARGS
+            label util.avoidFaultyNodes()
         }
     }
     options {
diff --git a/.ci/jenkins/Jenkinsfile.deploy b/.ci/jenkins/Jenkinsfile.deploy
index 947de5c5..d41047a9 100644
--- a/.ci/jenkins/Jenkinsfile.deploy
+++ b/.ci/jenkins/Jenkinsfile.deploy
@@ -9,6 +9,7 @@ pipeline {
         docker { 
             image env.AGENT_DOCKER_BUILDER_IMAGE
             args env.AGENT_DOCKER_BUILDER_ARGS
+            label util.avoidFaultyNodes()
         }
     }
 
diff --git a/.ci/jenkins/Jenkinsfile.e2e.cluster 
b/.ci/jenkins/Jenkinsfile.e2e.cluster
index 9719256c..d1ffd387 100644
--- a/.ci/jenkins/Jenkinsfile.e2e.cluster
+++ b/.ci/jenkins/Jenkinsfile.e2e.cluster
@@ -13,6 +13,7 @@ pipeline {
         docker { 
             image env.AGENT_DOCKER_BUILDER_IMAGE
             args env.AGENT_DOCKER_BUILDER_ARGS
+            label util.avoidFaultyNodes()
         }
     }
 
diff --git a/.ci/jenkins/Jenkinsfile.promote b/.ci/jenkins/Jenkinsfile.promote
index 02eb68db..05cd15cd 100644
--- a/.ci/jenkins/Jenkinsfile.promote
+++ b/.ci/jenkins/Jenkinsfile.promote
@@ -9,6 +9,7 @@ pipeline {
         docker { 
             image env.AGENT_DOCKER_BUILDER_IMAGE
             args env.AGENT_DOCKER_BUILDER_ARGS
+            label util.avoidFaultyNodes()
         }
     }
 
diff --git a/.ci/jenkins/Jenkinsfile.setup-branch 
b/.ci/jenkins/Jenkinsfile.setup-branch
index 68cb5822..233fdb62 100644
--- a/.ci/jenkins/Jenkinsfile.setup-branch
+++ b/.ci/jenkins/Jenkinsfile.setup-branch
@@ -8,6 +8,7 @@ pipeline {
         docker { 
             image env.AGENT_DOCKER_BUILDER_IMAGE
             args env.AGENT_DOCKER_BUILDER_ARGS
+            label util.avoidFaultyNodes()
         }
     }
 
diff --git a/.ci/jenkins/Jenkinsfile.weekly.deploy 
b/.ci/jenkins/Jenkinsfile.weekly.deploy
index 36dd1dd2..bb90b3fd 100644
--- a/.ci/jenkins/Jenkinsfile.weekly.deploy
+++ b/.ci/jenkins/Jenkinsfile.weekly.deploy
@@ -7,6 +7,7 @@ pipeline {
         docker {
             image env.AGENT_DOCKER_BUILDER_IMAGE
             args env.AGENT_DOCKER_BUILDER_ARGS
+            label util.avoidFaultyNodes()
         }
     }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to