Arthur She | abd5167 | 2023-07-20 09:09:59 -0700 | [diff] [blame] | 1 | - job: |
| 2 | concurrent: true |
| 3 | description: Mbed TLS job to gather timestamps from various jobs' runs |
| 4 | name: mbedtls-gather-timestamps |
Arthur She | 8999c54 | 2023-07-22 20:03:42 -0700 | [diff] [blame] | 5 | disabled: false |
Arthur She | abd5167 | 2023-07-20 09:09:59 -0700 | [diff] [blame] | 6 | pipeline-scm: |
| 7 | lightweight-checkout: true |
| 8 | scm: |
| 9 | - git: |
| 10 | branches: |
Bence Szépkúti | dbf2b89 | 2024-09-06 19:12:46 +0200 | [diff] [blame] | 11 | - main |
Bence Szépkúti | 6deeb82 | 2024-09-12 14:23:53 +0200 | [diff] [blame] | 12 | credentials-id: mbedtls-github-ssh |
| 13 | url: ssh://git@github.com/Mbed-TLS/mbedtls-test.git |
Arthur She | abd5167 | 2023-07-20 09:09:59 -0700 | [diff] [blame] | 14 | 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 * * * |