remove specific node label

Change-Id: I96f9c60c4b06179270cbb820dc67a2c37188a3ae
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/Jenkinsfile b/Jenkinsfile
index 0964de5..13a85d0 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,7 +1,5 @@
 pipeline {
-	agent {
-		label "pipeline"
-	}
+	agent any
 	stages {
 		stage("Build") {
 			agent {