Jenkinsfile updated to use agent any for the debian stage 62/1662/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 24 Apr 2017 13:55:26 +0000 (15:55 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 24 Apr 2017 13:55:26 +0000 (15:55 +0200)
Change-Id: Ia34981f93d2896a24c6ec130360515a2bcb05004
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Jenkinsfile

index 671b4c5..0964de5 100644 (file)
@@ -21,6 +21,7 @@ pipeline {
                        }
                }
                stage("Repo Component") {
+                       agent any
                        steps {
                                unstash "deb-files"
                                sh '''