diff --git a/Jenkinsfile b/Jenkinsfile index d0d27f3..e9b565c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ pipeline{ - agent { label 'slave-2'} + agent any stages{ stage('Build stage') { steps {