Skip to content

Commit

Permalink
Build on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Sep 18, 2024
1 parent 210716b commit 920089f
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 @@ -5,7 +5,7 @@ pipeline {
disableConcurrentBuilds(abortPrevious: true)
}
agent {
label "centos-8-8gb"
label "ubuntu-latest"
}
tools {
maven 'apache-maven-latest'
Expand Down

0 comments on commit 920089f

Please sign in to comment.