Skip to content

Commit

Permalink
NO-ISSUE: fix docker agent config
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed Jul 17, 2024
1 parent 7d39512 commit 5b92d45
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .ci/jenkins/Jenkinsfile.setup-branch
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}
}

Expand Down

0 comments on commit 5b92d45

Please sign in to comment.