Skip to content

Commit

Permalink
use plain ubuntu in Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed Nov 8, 2023
1 parent 7eb3d1d commit c85a93b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .ci/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

pipeline {
agent {
docker {
image env.AGENT_DOCKER_BUILDER_IMAGE
args env.AGENT_DOCKER_BUILDER_ARGS
}
label 'ubuntu'
}
options {
timeout(time: 120, unit: 'MINUTES')
Expand Down

0 comments on commit c85a93b

Please sign in to comment.