Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin 308a9478c8 wip: ci: Build in Kubernetes
dustin/dustin.web/pipeline/pr-master Something is wrong with the build of this commit Details
2022-12-02 21:40:11 -06:00
1 changed files with 1 additions and 1 deletions

2
ci/Jenkinsfile vendored
View File

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