blob: 6b74a16e5ceee9c51ac33a7645af9e6cc7c8ee44 [file] [log] [blame]
Bence Szépkúti7dab2442023-03-20 20:47:50 +01001- job:
2 concurrent: true
3 description: Mbed TLS job to gather timestamps from various jobs' runs
4 name: mbedtls-gather-timestamps
5 pipeline-scm:
6 lightweight-checkout: true
7 scm:
8 - git:
9 branches:
10 - 'master'
11 url: https://github.com/Mbed-TLS/mbedtls-test.git
12 script-path: vars/mbedtls-gather-timestamps-Jenkinsfile
13 project-type: pipeline
14 properties:
15 - speed-durability:
16 hint: performance-optimized
17 - build-discarder:
18 artifact-days-to-keep: -1
19 artifact-num-to-keep: -1
20 days-to-keep: 60
21 num-to-keep: 100
22 triggers:
23 - timed: 0 8 * * *