We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8e1d4 commit 17db5f3Copy full SHA for 17db5f3
.ci/jenkins/Jenkinsfile.branch
@@ -12,7 +12,7 @@ TARGET_BRANCH="newBranch"
12
13
pipeline {
14
agent {
15
- label "$AGENT_LABEL"
+ label util.avoidFaultyNodes(AGENT_LABEL)
16
}
17
options {
18
timestamps()
.ci/jenkins/Jenkinsfile.bump-up-version
@@ -10,6 +10,7 @@ pipeline {
10
docker {
11
image env.AGENT_DOCKER_BUILDER_IMAGE
args env.AGENT_DOCKER_BUILDER_ARGS
+ label util.avoidFaultyNodes()
0 commit comments