Changes in Jenkinsfile agent
[osm/RO.git] / Jenkinsfile
index 833bcff..342f586 100644 (file)
@@ -1,5 +1,7 @@
 pipeline {
-       agent any
+       agent {
+               label "pipeline"
+       }
        stages {
                stage("Build") {
                        agent {