blob: ffc31c59dd47701f20e874ef81987a5749820b5f [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
Arthur She7f6bcef2023-06-26 09:45:03 -07005 disabled: true
Bence Szépkúti7dab2442023-03-20 20:47:50 +01006 pipeline-scm:
7 lightweight-checkout: true
8 scm:
9 - git:
10 branches:
Bence Szépkútiabb2f372023-03-21 11:00:45 +010011 - master
Bence Szépkúti7dab2442023-03-20 20:47:50 +010012 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
Bence Szépkútif2390222023-04-11 10:38:49 +020021 days-to-keep: 120
22 num-to-keep: 120
Bence Szépkúti7dab2442023-03-20 20:47:50 +010023 triggers:
24 - timed: 0 8 * * *