blob: a20e84fba32570bf0ed854fa5a7566501087b958 [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:
Bence Szépkútiabb2f372023-03-21 11:00:45 +010010 - master
Bence Szépkúti7dab2442023-03-20 20:47:50 +010011 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 * * *