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