- job: | |
concurrent: true | |
description: Mbed TLS job to gather timestamps from various jobs' runs | |
name: mbedtls-gather-timestamps | |
disabled: true | |
pipeline-scm: | |
lightweight-checkout: true | |
scm: | |
- git: | |
branches: | |
- master | |
url: https://github.com/Mbed-TLS/mbedtls-test.git | |
script-path: vars/mbedtls-gather-timestamps-Jenkinsfile | |
project-type: pipeline | |
properties: | |
- speed-durability: | |
hint: performance-optimized | |
- build-discarder: | |
artifact-days-to-keep: -1 | |
artifact-num-to-keep: -1 | |
days-to-keep: 120 | |
num-to-keep: 120 | |
triggers: | |
- timed: 0 8 * * * |