add alpine to podtemplate

This commit is contained in:
2022-01-28 10:42:44 -06:00
parent 8892d38463
commit c2729d733a

View File

@ -99,7 +99,8 @@ podTemplate(
yaml: functions.podYaml(
repo: repository,
templateName: templateName,
kaniko: true
kaniko: true,
alpine: true
)
) {
node (label) {