- job: | |
concurrent: true | |
description: |- | |
This job exists to schedule the nightly repository scans. | |
There appears to be an issue with automatically scanning if there are more than one multibranch pipelines on the same repo. | |
disabled: true | |
dsl: |- | |
build job: "mbed-tls-pr-merge", wait: false, propagate: false | |
build job: "mbed-tls-pr-head", wait: false, propagate: false | |
build job: "mbed-tls-restricted-pr", wait: false, propagate: false | |
name: mbedtls-repo-scan-scheduler | |
project-type: pipeline | |
sandbox: true | |
triggers: | |
- timed: 0 20 * * * | |
properties: | |
- build-blocker: | |
block-level: GLOBAL | |
blocking-jobs: [] | |
queue-scanning: DISABLED | |
use-build-blocker: false |