diff --git a/Jenkinsfile b/Jenkinsfile index 125ebe0..0ddd0d2 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'