diff --git a/Jenkinsfile b/Jenkinsfile index f9217bc..821f559 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { buildDiscarder(logRotator(numToKeepStr:'5')) } agent { - label "centos-latest" + label "ubuntu-latest" } tools { maven 'apache-maven-latest'