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