Jenkinsfile updated to use agent any for the debian stage
[osm/RO.git] / Jenkinsfile
index 671b4c5..0964de5 100644 (file)
@@ -21,6 +21,7 @@ pipeline {
                        }
                }
                stage("Repo Component") {
+                       agent any
                        steps {
                                unstash "deb-files"
                                sh '''