blob: 9ea0e5e408212b8390d032cef51f8f10c8042dc6 [file] [log] [blame]
Arthur She20100052022-02-09 19:45:51 -08001- job:
2 name: arthur-mbedtls-pr-multibranch
3 description: 'mbedtls PR job'
Arthur She193e43b2025-06-02 09:43:03 -07004 disabled: true
Arthur She20100052022-02-09 19:45:51 -08005 project-type: multibranch
6 prune-dead-branches: true
7 script-path: tests/.jenkins/Jenkinsfile
8 properties:
9 - raw:
10 xml: |
11 <org.jenkinsci.plugins.workflow.libs.FolderLibraries plugin="workflow-cps-global-lib@2.9">
12 <libraries>
13 <org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
14 <name>mbedtls-test</name>
15 <retriever class="org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever">
16 <scm class="org.jenkinsci.plugins.github_branch_source.GitHubSCMSource" plugin="github-branch-source@2.9.1">
Arthur Shed7e55cd2022-03-09 19:04:41 -080017 <repoOwner>ARMmbed</repoOwner>
Arthur She20100052022-02-09 19:45:51 -080018 <repository>mbedtls-test</repository>
Arthur Shed7e55cd2022-03-09 19:04:41 -080019 <repositoryUrl>https://github.com/ARMmbed/mbedtls-test.git</repositoryUrl>
Arthur She20100052022-02-09 19:45:51 -080020 <traits>
21 <org.jenkinsci.plugins.github__branch__source.BranchDiscoveryTrait>
22 <strategyId>1</strategyId>
23 </org.jenkinsci.plugins.github__branch__source.BranchDiscoveryTrait>
24 <org.jenkinsci.plugins.github__branch__source.OriginPullRequestDiscoveryTrait>
25 <strategyId>2</strategyId>
26 </org.jenkinsci.plugins.github__branch__source.OriginPullRequestDiscoveryTrait>
27 <org.jenkinsci.plugins.github__branch__source.ForkPullRequestDiscoveryTrait>
28 <strategyId>2</strategyId>
29 <trust class="org.jenkinsci.plugins.github_branch_source.ForkPullRequestDiscoveryTrait$TrustPermission"/>
30 </org.jenkinsci.plugins.github__branch__source.ForkPullRequestDiscoveryTrait>
31 </traits>
32 </scm>
33 </retriever>
Arthur Shed7e55cd2022-03-09 19:04:41 -080034 <defaultVersion>master</defaultVersion>
Arthur She20100052022-02-09 19:45:51 -080035 <implicit>true</implicit>
36 <allowVersionOverride>true</allowVersionOverride>
37 <includeInChangesets>true</includeInChangesets>
38 </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
39 </libraries>
40 </org.jenkinsci.plugins.workflow.libs.FolderLibraries>
41 scm:
42 - github:
43 api-uri: https://api.github.com
44 credentials-id: arthur-mbedtls-github-token
45 repo-owner: arthur-she
46 repo: mbedtls
47 repository-url: https://github.com/arthur-she/mbedtls.git
48 branch-discovery: no-pr
49 discover-pr-origin: both
50 discover-pr-forks-strategy: both
51 discover-pr-forks-trust: permission
52 head-filter-regex: '(?!^PR-(1824)-(merge|head)$)(PR-\d+-(merge|head))'
53 property-strategies:
54 all-branches:
55 - suppress-scm-triggering: true
56 submodule:
57 disable: false
58 recursive: true
59 tracking: false
60 parent-credentials: false