Add alpine

This commit is contained in:
2022-02-07 15:37:38 -06:00
parent 55e4b45cf2
commit 18e3b0844c

1
Jenkinsfile vendored
View File

@@ -11,6 +11,7 @@ podTemplate(
yaml: functions.podYaml( yaml: functions.podYaml(
repo: repository, repo: repository,
templateName: templateName, templateName: templateName,
alpine: true,
[ [
[ [
name: "compile", name: "compile",