add alpine to podtemplate
This commit is contained in:
@ -99,7 +99,8 @@ podTemplate(
|
||||
yaml: functions.podYaml(
|
||||
repo: repository,
|
||||
templateName: templateName,
|
||||
kaniko: true
|
||||
kaniko: true,
|
||||
alpine: true
|
||||
)
|
||||
) {
|
||||
node (label) {
|
||||
|
Reference in New Issue
Block a user