blob: eb8268ca1366f2a2f7c49eb74a2cff6186dce7c7 [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:
Bence Szépkútidbf2b892024-09-06 19:12:46 +020011 - main
Bence Szépkúti6deeb822024-09-12 14:23:53 +020012 credentials-id: mbedtls-github-ssh
13 url: ssh://git@github.com/Mbed-TLS/mbedtls-test.git
Arthur Sheabd51672023-07-20 09:09:59 -070014 script-path: vars/mbedtls-gather-timestamps-Jenkinsfile
15 project-type: pipeline
16 properties:
17 - speed-durability:
18 hint: performance-optimized
19 - build-discarder:
20 artifact-days-to-keep: -1
21 artifact-num-to-keep: -1
22 days-to-keep: 120
23 num-to-keep: 120
24 triggers:
25 - timed: 0 8 * * *