diff options
| -rw-r--r-- | .ci/uhd-build-docker-container.yml | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/.ci/uhd-build-docker-container.yml b/.ci/uhd-build-docker-container.yml index 430243d15..d68ba535f 100644 --- a/.ci/uhd-build-docker-container.yml +++ b/.ci/uhd-build-docker-container.yml @@ -33,6 +33,12 @@ schedules:      include:      - UHD-4.1    always: true +- cron: "0 2 * * SUN" +  displayName: Weekly Docker Build UHD-4.2 branch +  branches: +    include: +    - UHD-4.2 +  always: true  variables:  - template: uhd-pipeline-vars.yml | 
