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