diff --git a/Jenkinsfile b/Jenkinsfile index c37b314..02e433f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,7 @@ pipeline { - agent balaam + agent { + label "balaam" + } stages { stage('credits'){ @@ -9,4 +11,4 @@ pipeline { } } } -} \ No newline at end of file +}