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