blob: 86e933923ef52f251719591a5121fc52f83f6798 [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
Bence Szépkútif2390222023-04-11 10:38:49 +020020 days-to-keep: 120
21 num-to-keep: 120
Bence Szépkúti7dab2442023-03-20 20:47:50 +010022 triggers:
23 - timed: 0 8 * * *