Skip to content

Commit

Permalink
ci: upgrading the Docker agent
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Mar 10, 2024
1 parent 28c2125 commit ec7d8ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ pipeline {
agent {
docker {
label "do && c-8"
image "nemerosa/ontrack-build:4.0.2"
args "--volume /var/run/docker.sock:/var/run/docker.sock --network host"
image "openjdk:11"
}
}

Expand Down

0 comments on commit ec7d8ee

Please sign in to comment.