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-docs.git
The following commit(s) were added to refs/heads/main by this push:
new eadb38b22 kie-issues#777: Allow restricting jenkins agent labels for
pipelines (#538)
eadb38b22 is described below
commit eadb38b22deafec67d6c3737618d4ab47e7614f8
Author: Martin Cimbalek <[email protected]>
AuthorDate: Mon Feb 19 18:24:25 2024 +0100
kie-issues#777: Allow restricting jenkins agent labels for pipelines (#538)
---
.ci/jenkins/Jenkinsfile.post-release | 2 +-
.ci/jenkins/Jenkinsfile.setup-branch | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.ci/jenkins/Jenkinsfile.post-release
b/.ci/jenkins/Jenkinsfile.post-release
index 203c401e6..f0217268d 100644
--- a/.ci/jenkins/Jenkinsfile.post-release
+++ b/.ci/jenkins/Jenkinsfile.post-release
@@ -23,7 +23,7 @@ import org.jenkinsci.plugins.workflow.libs.Library
pipeline {
agent {
- label 'ubuntu'
+ label util.avoidFaultyNodes('ubuntu')
}
options {
diff --git a/.ci/jenkins/Jenkinsfile.setup-branch
b/.ci/jenkins/Jenkinsfile.setup-branch
index 889f5f87b..4560937ce 100644
--- a/.ci/jenkins/Jenkinsfile.setup-branch
+++ b/.ci/jenkins/Jenkinsfile.setup-branch
@@ -23,7 +23,7 @@ import org.jenkinsci.plugins.workflow.libs.Library
pipeline {
agent {
- label 'ubuntu'
+ label util.avoidFaultyNodes('ubuntu')
}
options {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]