Skip to content

Commit

Permalink
ci: increasing the size of the agent
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed May 18, 2024
1 parent 46318b8 commit 05468ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pipeline {

agent {
docker {
label "do && c-8"
label "do && c-16"
image "nemerosa/ontrack-build:4.0.2"
args "--volume /var/run/docker.sock:/var/run/docker.sock --network host"
}
Expand Down

0 comments on commit 05468ec

Please sign in to comment.