blob: 062aaa3704de786094e7e288799ac760ee587a0f [file] [log] [blame]
#!/usr/bin/env groovy
pipelineJob("task.publish.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")
}
}
}