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( yaml: functions.podYaml(
repo: repository, repo: repository,
templateName: templateName, templateName: templateName,
kaniko: true kaniko: true,
alpine: true
) )
) { ) {
node (label) { node (label) {