fix agent config
[osm/UI.git] / Jenkinsfile
index dda86ae..c902e53 100644 (file)
@@ -1,5 +1,7 @@
 pipeline {
-       agent any
+       agent {
+               label "pipeline"
+       }
        stages {
                stage("Build") {
                        agent {