Jenkinsfile updated to use agent any for the debian stage

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