diff --git a/Jenkinsfile b/Jenkinsfile index 476c558..91965ba 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ pipeline { - agent { node { label 'ubuntu'; } } + agent { node { label 'linux'; } } options { buildDiscarder(logRotator(numToKeepStr: '5')) }