add alpine to podtemplate
This commit is contained in:
parent
8892d38463
commit
c2729d733a
@ -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