Arthur She | 78ffb1c | 2022-01-25 13:22:58 -0800 | [diff] [blame] | 1 | - job: |
| 2 | name: arthur-mbed-tls-pr-head |
| 3 | description: 'Job for testing mbed tls PR heads' |
| 4 | project-type: multibranch |
| 5 | prune-dead-branches: true |
Arthur She | 193e43b | 2025-06-02 09:43:03 -0700 | [diff] [blame] | 6 | disabled: true |
Arthur She | 13f3fec | 2022-03-14 14:00:37 -0700 | [diff] [blame] | 7 | days-to-keep: 70 |
Arthur She | 78ffb1c | 2022-01-25 13:22:58 -0800 | [diff] [blame] | 8 | num-to-keep: 1000 |
| 9 | script-path: tests/.jenkins/Jenkinsfile |
| 10 | properties: |
| 11 | - raw: |
| 12 | xml: | |
| 13 | <org.jenkinsci.plugins.workflow.libs.FolderLibraries plugin="workflow-cps-global-lib@2.9"> |
| 14 | <libraries> |
| 15 | <org.jenkinsci.plugins.workflow.libs.LibraryConfiguration> |
| 16 | <name>mbedtls-test</name> |
| 17 | <retriever class="org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever"> |
| 18 | <scm class="org.jenkinsci.plugins.github_branch_source.GitHubSCMSource" plugin="github-branch-source@2.9.1"> |
Arthur She | 7944e5d | 2022-03-01 13:59:52 -0800 | [diff] [blame] | 19 | <repoOwner>ARMmbed</repoOwner> |
Arthur She | 78ffb1c | 2022-01-25 13:22:58 -0800 | [diff] [blame] | 20 | <repository>mbedtls-test</repository> |
Arthur She | 59657e3 | 2022-03-08 18:40:26 -0800 | [diff] [blame] | 21 | <repositoryUrl>https://github.com/ARMmbed/mbedtls-test.git</repositoryUrl> |
Arthur She | 78ffb1c | 2022-01-25 13:22:58 -0800 | [diff] [blame] | 22 | </scm> |
| 23 | </retriever> |
Arthur She | 8664825 | 2022-03-08 14:32:51 -0800 | [diff] [blame] | 24 | <defaultVersion>master</defaultVersion> |
Arthur She | 78ffb1c | 2022-01-25 13:22:58 -0800 | [diff] [blame] | 25 | <implicit>true</implicit> |
| 26 | <allowVersionOverride>true</allowVersionOverride> |
| 27 | <includeInChangesets>true</includeInChangesets> |
| 28 | </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration> |
| 29 | </libraries> |
| 30 | </org.jenkinsci.plugins.workflow.libs.FolderLibraries> |
| 31 | scm: |
| 32 | - github: |
| 33 | api-uri: https://api.github.com |
Arthur She | a13e622 | 2022-03-08 21:06:58 -0800 | [diff] [blame] | 34 | credentials-id: mbedtls-github-token |
Arthur She | 78ffb1c | 2022-01-25 13:22:58 -0800 | [diff] [blame] | 35 | repo-owner: arthur-she |
| 36 | repo: mbedtls |
| 37 | repository-url: https://github.com/arthur-she/mbedtls.git |
| 38 | branch-discovery: no-pr |
| 39 | discover-pr-forks-strategy: both |
| 40 | discover-pr-forks-trust: permission |
| 41 | discover-pr-origin: both |
| 42 | head-filter-regex: '(?!^PR-(1824)-(merge|head)$)(PR-\d+-head)' |
| 43 | submodule: |
| 44 | disable: false |
| 45 | recursive: true |
| 46 | tracking: false |
| 47 | parent-credentials: false |