blob: 8fb40211e6011a838c7cce9e8e5435a2867732aa [file] [log] [blame]
#!/usr/bin/env groovy
pipelineJob("task.mirror.update") {
description("Update all apt mirrors")
definition {
cpsScm {
scm {
git {
remote {
url('https://coral.googlesource.com/gke-jenkins')
}
branches('*/master')
}
}
scriptPath("cicd/pipelines/tasks/task_update_mirrors.jenkins")
}
}
}