blob: cf0b73c05f8e3fb5e0c13dc5f3f2e2ca5c78923c [file] [log] [blame]
Arthur Shedd3b36b2022-11-14 22:33:40 -08001- job:
2 name: mbedtls-pr-multibranch
3 description: 'mbedtls PR job'
Arthur She7f6bcef2023-06-26 09:45:03 -07004 disabled: true
Arthur Shedd3b36b2022-11-14 22:33:40 -08005 project-type: multibranch
Arthur Shec38431f2023-07-26 13:52:14 -07006 disabled: true
Arthur Shedd3b36b2022-11-14 22:33:40 -08007 prune-dead-branches: true
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 <repoOwner>Mbed-TLS</repoOwner>
19 <repository>mbedtls-test</repository>
20 <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl>
21 <traits>
22 <org.jenkinsci.plugins.github__branch__source.BranchDiscoveryTrait>
23 <strategyId>1</strategyId>
24 </org.jenkinsci.plugins.github__branch__source.BranchDiscoveryTrait>
25 <org.jenkinsci.plugins.github__branch__source.OriginPullRequestDiscoveryTrait>
26 <strategyId>2</strategyId>
27 </org.jenkinsci.plugins.github__branch__source.OriginPullRequestDiscoveryTrait>
28 <org.jenkinsci.plugins.github__branch__source.ForkPullRequestDiscoveryTrait>
29 <strategyId>2</strategyId>
30 <trust class="org.jenkinsci.plugins.github_branch_source.ForkPullRequestDiscoveryTrait$TrustPermission"/>
31 </org.jenkinsci.plugins.github__branch__source.ForkPullRequestDiscoveryTrait>
32 </traits>
33 </scm>
34 </retriever>
35 <defaultVersion>master</defaultVersion>
36 <implicit>true</implicit>
37 <allowVersionOverride>true</allowVersionOverride>
38 <includeInChangesets>true</includeInChangesets>
39 </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
40 </libraries>
41 </org.jenkinsci.plugins.workflow.libs.FolderLibraries>
42 scm:
43 - github:
44 api-uri: https://api.github.com
45 credentials-id: mbedtls-github-token
46 repo-owner: Mbed-TLS
47 repo: mbedtls
Arthur Shedd3b36b2022-11-14 22:33:40 -080048 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