adds missing variable

This commit is contained in:
Hyatt 2022-03-18 09:32:34 -05:00
parent 065d1e424e
commit 3992417550
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

4
Jenkinsfile vendored
View File

@ -1,8 +1,8 @@
// cmake '-DCMAKE_TOOLCHAIN_FILE=cmake/toolchain-mingw.cmake' . #!groovy
def label = "jenkins-${UUID.randomUUID().toString()}" def label = "jenkins-${UUID.randomUUID().toString()}"
def repository = "registry.c.test-chamber-13.lan" def repository = "registry.c.test-chamber-13.lan"
def templateName = "pipeline-worker"
podTemplate( podTemplate(
label: label, label: label,
name: templateName, name: templateName,