blob: 5a9b7f61acd0448261e22044308940a8da3cb09f [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 She13f3fec2022-03-14 14:00:37 -07006 days-to-keep: 70
Arthur She78ffb1c2022-01-25 13:22:58 -08007 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">
Arthur She7944e5d2022-03-01 13:59:52 -080018 <repoOwner>ARMmbed</repoOwner>
Arthur She78ffb1c2022-01-25 13:22:58 -080019 <repository>mbedtls-test</repository>
Arthur She59657e32022-03-08 18:40:26 -080020 <repositoryUrl>https://github.com/ARMmbed/mbedtls-test.git</repositoryUrl>
Arthur She78ffb1c2022-01-25 13:22:58 -080021 </scm>
22 </retriever>
Arthur She86648252022-03-08 14:32:51 -080023 <defaultVersion>master</defaultVersion>
Arthur She78ffb1c2022-01-25 13:22:58 -080024 <implicit>true</implicit>
25 <allowVersionOverride>true</allowVersionOverride>
26 <includeInChangesets>true</includeInChangesets>
27 </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
28 </libraries>
29 </org.jenkinsci.plugins.workflow.libs.FolderLibraries>
30 scm:
31 - github:
32 api-uri: https://api.github.com
Arthur Shea13e6222022-03-08 21:06:58 -080033 credentials-id: mbedtls-github-token
Arthur She78ffb1c2022-01-25 13:22:58 -080034 repo-owner: arthur-she
35 repo: mbedtls
36 repository-url: https://github.com/arthur-she/mbedtls.git
37 branch-discovery: no-pr
38 discover-pr-forks-strategy: both
39 discover-pr-forks-trust: permission
40 discover-pr-origin: both
41 head-filter-regex: '(?!^PR-(1824)-(merge|head)$)(PR-\d+-head)'
42 submodule:
43 disable: false
44 recursive: true
45 tracking: false
46 parent-credentials: false