We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad3444 commit be54f35Copy full SHA for be54f35
Jenkinsfile
@@ -5,7 +5,7 @@ pipeline {
5
disableConcurrentBuilds(abortPrevious: true)
6
}
7
agent {
8
- label "centos-latest"
+ label "ubuntu-latest"
9
10
tools {
11
maven 'apache-maven-latest'
0 commit comments