diff --git a/Jenkinsfile b/Jenkinsfile index 81b1a0286c4..c7f47a2d0bd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { disableConcurrentBuilds(abortPrevious: true) } agent { - label "centos-latest" + label "ubuntu-latest" } tools { maven 'apache-maven-latest'