commit | b3d7817ba7a201b5079c2282a1a42c220d32a766 | [log] [tgz] |
---|---|---|
author | June Tate-Gans <jtgans@google.com> | Thu Apr 30 18:09:06 2020 -0400 |
committer | June Tate-Gans <jtgans@google.com> | Thu Apr 30 18:09:06 2020 -0400 |
tree | 9b2da7f2541a20399b15f73cbc8fb006db1787c4 | |
parent | 90060b287361ff82f589a3f0cd8321db4fa60ed5 [diff] |
Fix a missing variable. Change-Id: I6ff2a63ed9c10b149d21c64943ceeeccf30d4d82
diff --git a/cicd/pipelines/tasks/task_update_mirrors.jenkins b/cicd/pipelines/tasks/task_update_mirrors.jenkins index 2299a05..f2725a3 100644 --- a/cicd/pipelines/tasks/task_update_mirrors.jenkins +++ b/cicd/pipelines/tasks/task_update_mirrors.jenkins
@@ -3,7 +3,7 @@ library 'functions' def workspacePath = "/home/jenkins/workspace" -def buildLabel = "${targetName}-${UUID.randomUUID().toString()}" +def buildLabel = "task.update.mirrors-${UUID.randomUUID().toString()}" def sourcePath = "${workspacePath}/src" // FIXME(jtgans): Get rid of privileged! This is a security risk!