blob: 73453027b193f744cf2f8a9e3b45c7e1336a61b7 [file] [log] [blame]
Arthur She5bfd6322022-02-20 20:42:38 -08001- job:
2 name: mbed-tls-restricted-pr
3 description: 'mbedtls restricted PR job'
4 project-type: multibranch
5 prune-dead-branches: true
6 days-to-keep: -1
7 num-to-keep: -1
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 She33fe8c52022-03-31 17:31:12 -070018 <repoOwner>Mbed-TLS</repoOwner>
Arthur She5bfd6322022-02-20 20:42:38 -080019 <repository>mbedtls-test</repository>
Arthur She33fe8c52022-03-31 17:31:12 -070020 <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl>
Arthur She5bfd6322022-02-20 20:42:38 -080021 </scm>
22 </retriever>
Arthur Sheaec7d862022-03-29 22:11:31 -070023 <defaultVersion>master</defaultVersion>
Arthur She5bfd6322022-02-20 20:42:38 -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 Sheaec7d862022-03-29 22:11:31 -070033 credentials-id: mbedtls-github-token
Bence Szépkúti57ef6bb2022-09-07 16:07:21 +010034 repo-owner: Mbed-TLS
35 repo: mbedtls-restricted
Arthur She5bfd6322022-02-20 20:42:38 -080036 branch-discovery: no-pr
37 discover-pr-forks-strategy: both
38 discover-pr-forks-trust: permission
39 discover-pr-origin: both
Bence Szépkúti57ef6bb2022-09-07 16:07:21 +010040 head-filter-regex: '(?!^PR-(758|759|850|906|916|919)-(merge|head)$)(PR-\d+-(merge|head))'
Arthur Shedee96b72023-06-18 10:14:54 -070041 property-strategies:
42 all-branches:
43 - pipeline-branch-durability-override: performance-optimized
Arthur She5bfd6322022-02-20 20:42:38 -080044 submodule:
45 disable: false
46 recursive: true
47 tracking: false
48 parent-credentials: false
49 ssh-checkout:
Arthur Sheaec7d862022-03-29 22:11:31 -070050 credentials: mbedtls-github-ssh