blob: fbe04fc71c82f247b324af4efcb3f641a4f8bb2a [file] [log] [blame]
Arthur Shedd3b36b2022-11-14 22:33:40 -08001- job:
2 name: mbed-tls-restricted-pr
3 description: 'mbedtls restricted 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 days-to-keep: -1
9 num-to-keep: -1
10 script-path: tests/.jenkins/Jenkinsfile
11 properties:
12 - raw:
13 xml: |
14 <org.jenkinsci.plugins.workflow.libs.FolderLibraries plugin="workflow-cps-global-lib@2.9">
15 <libraries>
16 <org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
17 <name>mbedtls-test</name>
18 <retriever class="org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever">
19 <scm class="org.jenkinsci.plugins.github_branch_source.GitHubSCMSource" plugin="github-branch-source@2.9.1">
20 <repoOwner>Mbed-TLS</repoOwner>
21 <repository>mbedtls-test</repository>
22 <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl>
23 </scm>
24 </retriever>
25 <defaultVersion>master</defaultVersion>
26 <implicit>true</implicit>
27 <allowVersionOverride>true</allowVersionOverride>
28 <includeInChangesets>true</includeInChangesets>
29 </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
30 </libraries>
31 </org.jenkinsci.plugins.workflow.libs.FolderLibraries>
32 scm:
33 - github:
34 api-uri: https://api.github.com
35 credentials-id: mbedtls-github-token
36 repo-owner: Mbed-TLS
37 repo: mbedtls-restricted
Arthur Shedd3b36b2022-11-14 22:33:40 -080038 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-(758|759|850|906|916|919)-(merge|head)$)(PR-\d+-(merge|head))'
Bence Szépkútid61e9842023-03-22 16:31:24 +010043 property-strategies:
44 all-branches:
45 - pipeline-branch-durability-override: performance-optimized
Arthur Shedd3b36b2022-11-14 22:33:40 -080046 submodule:
47 disable: false
48 recursive: true
49 tracking: false
50 parent-credentials: false
51 ssh-checkout:
52 credentials: mbedtls-github-ssh