diff --git a/Jenkinsfile b/Jenkinsfile index d45bf54..edc3d5d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ pipeline { - agent {label 'linux'} + agent {label 'main'} options { buildDiscarder(logRotator(numToKeepStr: '5')) } @@ -18,4 +18,4 @@ pipeline { ) } } -} \ No newline at end of file +}