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 |
| 6 | days-to-keep: 60 |
| 7 | num-to-keep: 1000 |
| 8 | script-path: tests/.jenkins/Jenkinsfile |
| 9 | properties: |
| 10 | - raw: |
| 11 | xml: | |
| 12 | <org.jenkinsci.plugins.workflow.libs.FolderLibraries plugin="workflow-cps-global-lib@2.9"> |
| 13 | <libraries> |
| 14 | <org.jenkinsci.plugins.workflow.libs.LibraryConfiguration> |
| 15 | <name>mbedtls-test</name> |
| 16 | <retriever class="org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever"> |
| 17 | <scm class="org.jenkinsci.plugins.github_branch_source.GitHubSCMSource" plugin="github-branch-source@2.9.1"> |
| 18 | <repository>mbedtls-test</repository> |
| 19 | <repositoryUrl>https://github.com/arthur-she/mbedtls-test</repositoryUrl> |
| 20 | </scm> |
| 21 | </retriever> |
| 22 | <defaultVersion>mbedtls-open-ci</defaultVersion> |
| 23 | <implicit>true</implicit> |
| 24 | <allowVersionOverride>true</allowVersionOverride> |
| 25 | <includeInChangesets>true</includeInChangesets> |
| 26 | </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration> |
| 27 | </libraries> |
| 28 | </org.jenkinsci.plugins.workflow.libs.FolderLibraries> |
| 29 | scm: |
| 30 | - github: |
| 31 | api-uri: https://api.github.com |
| 32 | credentials-id: arthur-mbedtls-github-token |
| 33 | repo-owner: arthur-she |
| 34 | repo: mbedtls |
| 35 | repository-url: https://github.com/arthur-she/mbedtls.git |
| 36 | branch-discovery: no-pr |
| 37 | discover-pr-forks-strategy: both |
| 38 | discover-pr-forks-trust: permission |
| 39 | discover-pr-origin: both |
| 40 | head-filter-regex: '(?!^PR-(1824)-(merge|head)$)(PR-\d+-head)' |
| 41 | submodule: |
| 42 | disable: false |
| 43 | recursive: true |
| 44 | tracking: false |
| 45 | parent-credentials: false |