diff --git a/Jenkinsfile b/Jenkinsfile index a3cac0d..bcc222f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ pipeline { - agent {label 'linux'} + agent any stages { stage('Build') { steps { @@ -17,4 +17,4 @@ pipeline { } } } -} \ No newline at end of file +}