updates variables

This commit is contained in:
2022-01-06 12:09:11 -06:00
parent 16f6490c5a
commit f42b5d746a
2 changed files with 7 additions and 6 deletions

View File

@@ -1,12 +1,14 @@
#!groovy
def label = podTemplates.podLabel()
def repository = "registry.c.test-chamber-13.lan"
def repositoryCreds = "harbor-repository-creds"
podTemplate(
label: label,
name: "pipeline-worker",
yaml: podTemplates.podYaml(
repo: repository,
kaniko: true,
alpine: true,
),