diff --git a/Jenkinsfile b/Jenkinsfile index 64e7582..2e3f3c0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ pipeline{ agent{ - label any + label { label 'jenkins'} } stages{ stage('Build') {