Merge branch 'v2.0'
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 {