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