needed to set the correct build containers

This commit is contained in:
Hyatt 2022-01-27 08:31:44 -06:00
parent 30a673a7c7
commit b7bed15755

View File

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