ci: Build weekly
Some checks failed
Aimee OS/container-images/pipeline/head There was a failure building this commit

This commit is contained in:
2025-01-05 16:34:58 -06:00
parent 3bd4d4e642
commit 628c504161

4
ci/Jenkinsfile vendored
View File

@@ -1,4 +1,8 @@
pipeline {
triggers {
cron 'H H * * H'
}
agent {
kubernetes {
yamlFile 'ci/podTemplate.yaml'