another agent fix
[osm/UI.git] / Jenkinsfile
index dda86ae..c1af24d 100644 (file)
@@ -1,5 +1,7 @@
 pipeline {
 pipeline {
-       agent any
+       agent {
+               label "pipeline"
+       }
        stages {
                stage("Build") {
                        agent {
        stages {
                stage("Build") {
                        agent {
@@ -11,6 +13,7 @@ pipeline {
                        }
                }
                stage("Repo Component") {
                        }
                }
                stage("Repo Component") {
+                       agent any
                        steps {
                                unstash "deb-files"
                                sh '''
                        steps {
                                unstash "deb-files"
                                sh '''