Merge pull request #32 from traeak/branch_nodes

change label over to branch
diff --git a/jenkins/branch/autest.pipeline b/jenkins/branch/autest.pipeline
index 171b410..4d9f59c 100644
--- a/jenkins/branch/autest.pipeline
+++ b/jenkins/branch/autest.pipeline
@@ -4,7 +4,7 @@
 			registryUrl 'https://controller.trafficserver.org/'
 			image 'controller.trafficserver.org/ats/centos:8'
 			args '--init --cap-add=SYS_PTRACE --network=host -v ${HOME}/ccache:/tmp/ccache:rw'
-			label 'docker'
+			label 'branch'
 		}
 	}
 	environment {
diff --git a/jenkins/branch/clang_analyzer.pipeline b/jenkins/branch/clang_analyzer.pipeline
index 52eac0b..64f9a45 100644
--- a/jenkins/branch/clang_analyzer.pipeline
+++ b/jenkins/branch/clang_analyzer.pipeline
@@ -4,7 +4,7 @@
 			registryUrl 'https://controller.trafficserver.org/'
 			image 'controller.trafficserver.org/ats/centos:8'
 			args '-v /home/jenkins/clang-analyzer:/tmp/clang-analyzer:rw'
-			label 'docker'
+			label 'branch'
 		}			
 	}			
 
diff --git a/jenkins/branch/clang_format.pipeline b/jenkins/branch/clang_format.pipeline
index 0f499aa..ab79dfa 100644
--- a/jenkins/branch/clang_format.pipeline
+++ b/jenkins/branch/clang_format.pipeline
@@ -3,7 +3,7 @@
 		docker {
 			registryUrl 'https://controller.trafficserver.org/'
 			image 'controller.trafficserver.org/ats/centos:8'
-			label 'docker'
+			label 'branch'
 			args '--network host'
 		}
 	}
diff --git a/jenkins/branch/coverage.pipeline b/jenkins/branch/coverage.pipeline
index 5e17495..babff77 100644
--- a/jenkins/branch/coverage.pipeline
+++ b/jenkins/branch/coverage.pipeline
@@ -4,7 +4,7 @@
 			registryUrl 'https://controller.trafficserver.org/'
 			image 'controller.trafficserver.org/ats/centos:8'
 			args '--init --cap-add=SYS_PTRACE --network=host -v ${HOME}/ccache:/tmp/ccache:rw'
-			label 'docker'
+			label 'branch'
 		}
 	}
 	environment {
diff --git a/jenkins/branch/in_tree.pipeline b/jenkins/branch/in_tree.pipeline
index 9a60a2a..a93068b 100644
--- a/jenkins/branch/in_tree.pipeline
+++ b/jenkins/branch/in_tree.pipeline
@@ -4,6 +4,7 @@
 			registryUrl 'https://controller.trafficserver.org/'
 			image 'controller.trafficserver.org/ats/centos:8'
 			args '-v "${HOME}"/ccache:/tmp/ccache:rw'
+			label 'branch'
 		}
 	}
 	
diff --git a/jenkins/branch/os_build.pipeline b/jenkins/branch/os_build.pipeline
index 93d444b..7e4d1c5 100644
--- a/jenkins/branch/os_build.pipeline
+++ b/jenkins/branch/os_build.pipeline
@@ -4,7 +4,7 @@
 			registryUrl 'https://controller.trafficserver.org/'
 			image 'controller.trafficserver.org/ats/${DISTRO}'
 			args '-v /home/jenkins/ccache:/tmp/ccache:rw --network=host'
-			label 'linux'
+			label 'branch'
 		}
 	}
 	environment {
diff --git a/jenkins/branch/out_of_tree.pipeline b/jenkins/branch/out_of_tree.pipeline
index cd598af..53f5123 100644
--- a/jenkins/branch/out_of_tree.pipeline
+++ b/jenkins/branch/out_of_tree.pipeline
@@ -4,6 +4,7 @@
 			registryUrl 'https://controller.trafficserver.org/'
 			image 'controller.trafficserver.org/ats/centos:8'
 			args '-v "${HOME}"/ccache:/tmp/ccache:rw'
+			label 'branch'
 		}
 	}
 	
diff --git a/jenkins/branch/rat.pipeline b/jenkins/branch/rat.pipeline
index 0f6aad9..b79f563 100644
--- a/jenkins/branch/rat.pipeline
+++ b/jenkins/branch/rat.pipeline
@@ -3,7 +3,7 @@
 		docker {
 			registryUrl 'https://controller.trafficserver.org/'
 			image 'controller.trafficserver.org/ats/centos:8'
-			label 'docker'
+			label 'branch'
 			// We need host networking for clang-format to download
 			args '--network host'
 		}