blob: 665c44dd67e584745c350f042fee08853d4f9cdf [file] [log] [blame]
Arthur She78ffb1c2022-01-25 13:22:58 -08001- 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 She193e43b2025-06-02 09:43:03 -07006 disabled: true
Arthur She13f3fec2022-03-14 14:00:37 -07007 days-to-keep: 70
Arthur She78ffb1c2022-01-25 13:22:58 -08008 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 She7944e5d2022-03-01 13:59:52 -080019 <repoOwner>ARMmbed</repoOwner>
Arthur She78ffb1c2022-01-25 13:22:58 -080020 <repository>mbedtls-test</repository>
Arthur She59657e32022-03-08 18:40:26 -080021 <repositoryUrl>https://github.com/ARMmbed/mbedtls-test.git</repositoryUrl>
Arthur She78ffb1c2022-01-25 13:22:58 -080022 </scm>
23 </retriever>
Arthur She86648252022-03-08 14:32:51 -080024 <defaultVersion>master</defaultVersion>
Arthur She78ffb1c2022-01-25 13:22:58 -080025 <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 Shea13e6222022-03-08 21:06:58 -080034 credentials-id: mbedtls-github-token
Arthur She78ffb1c2022-01-25 13:22:58 -080035 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