Skip to content

Commit

Permalink
[Build] Run Jenkins pipeline on 'ubuntu-latest' agents
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell authored and akurtakov committed Sep 26, 2024
1 parent 0b4b655 commit 3d1eb82
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 @@ -6,7 +6,7 @@ pipeline {
timestamps()
}
agent {
label "centos-latest"
label "ubuntu-latest"
}
tools {
maven 'apache-maven-3.9.9'
Expand Down

0 comments on commit 3d1eb82

Please sign in to comment.