diff --git a/Jenkinsfile b/Jenkinsfile index 97ac1e9..18a6c27 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ def dockerImage def runArgs = '--entrypoint \'\'' pipeline { agent { - label 'linux_x64' + label 'linux-x64' } options { buildDiscarder(logRotator(numToKeepStr: '100', artifactNumToKeepStr: '20'))