blob: 801cf4a07c8f084d5fbc36001340826305984ff1 [file] [log] [blame]
Arthur Sheabd51672023-07-20 09:09:59 -07001- job:
2 concurrent: true
3 description: Mbed TLS job to gather timestamps from various jobs' runs
4 name: mbedtls-gather-timestamps
Arthur She8999c542023-07-22 20:03:42 -07005 disabled: false
Arthur Sheabd51672023-07-20 09:09:59 -07006 pipeline-scm:
7 lightweight-checkout: true
8 scm:
9 - git:
10 branches:
11 - master
12 url: https://github.com/Mbed-TLS/mbedtls-test.git
13 script-path: vars/mbedtls-gather-timestamps-Jenkinsfile
14 project-type: pipeline
15 properties:
16 - speed-durability:
17 hint: performance-optimized
18 - build-discarder:
19 artifact-days-to-keep: -1
20 artifact-num-to-keep: -1
21 days-to-keep: 120
22 num-to-keep: 120
23 triggers:
24 - timed: 0 8 * * *