Skip to content

Commit

Permalink
Missing docker closure in agent
Browse files Browse the repository at this point in the history
  • Loading branch information
pibizza committed Aug 1, 2024
1 parent 267d2e5 commit 5873307
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .ci/jenkins/Jenkinsfile.tools.update-jenkins-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ branchCreated = false

pipeline {
agent {
image env.AGENT_DOCKER_BUILDER_IMAGE
args env.AGENT_DOCKER_BUILDER_ARGS
label util.avoidFaultyNodes('ubuntu')
docker {
image env.AGENT_DOCKER_BUILDER_IMAGE
args env.AGENT_DOCKER_BUILDER_ARGS
label util.avoidFaultyNodes('ubuntu')
}
}

options {
Expand Down

0 comments on commit 5873307

Please sign in to comment.