Jenkinsfile updated to use agent any for the debian stage

Change-Id: Ia34981f93d2896a24c6ec130360515a2bcb05004
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/Jenkinsfile b/Jenkinsfile
index 671b4c5..0964de5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -21,6 +21,7 @@
 			}
 		}
 		stage("Repo Component") {
+			agent any
 			steps {
 				unstash "deb-files"
 				sh '''