Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin cf74948db8 wip: ci: Build in Kubernetes
dustin/dustin.web/pipeline/pr-master There was a failure building this commit Details
2022-12-02 21:36:03 -06:00
1 changed files with 1 additions and 1 deletions

2
ci/Jenkinsfile vendored
View File

@ -3,7 +3,7 @@
pipeline {
agent {
kubernetes {
yamlFile 'ci/podTemplate.yaml'
yaml 'ci/podTemplate.yaml'
}
}