diff options
-rw-r--r-- | .ci/uhd-build-docker-container.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.ci/uhd-build-docker-container.yml b/.ci/uhd-build-docker-container.yml index 8712a5f58..43514f527 100644 --- a/.ci/uhd-build-docker-container.yml +++ b/.ci/uhd-build-docker-container.yml @@ -20,6 +20,20 @@ pr: - .ci/docker - .ci/uhd-build-docker-container.yml +schedules: +- cron: "0 18 * * SAT" + displayName: Weekly Docker Build master branch + branches: + include: + - master + always: true +- cron: "0 22 * * SAT" + displayName: Weekly Docker Build UHD-4.1 branch + branches: + include: + - UHD-4.1 + always: true + variables: - template: uhd-pipeline-vars.yml - name: linuxDockerImages |