Shorten the build label further.
diff --git a/vars/functions.groovy b/vars/functions.groovy
index 056fdc0..ebcc1f5 100644
--- a/vars/functions.groovy
+++ b/vars/functions.groovy
@@ -62,7 +62,7 @@
 
 def buildPackagePipeline(boardName, repoType, packageName, needsNative = false) {
     def workspacePath = "/home/jenkins/workspace"
-    def buildLabel = "build-${packageName}-${UUID.randomUUID().toString()}"
+    def buildLabel = "${packageName}-${UUID.randomUUID().toString()}"
     def sourcePath = "${workspacePath}/src"
 
     // FIXME(jtgans): Get rid of privileged! This is a security risk!