blob: bb4a8c7ca213deed88cefb2c5cafcf55534e1d35 [file] [log] [blame]
Arthur Shebcd24c62022-02-09 21:06:10 -08001- 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 <apiUri>https://api.github.com</apiUri>
17 <repoOwner>arthur-she</repoOwner>
18 <repository>mbedtls-test</repository>
19 <repositoryUrl>https://github.com/arthur-she/mbedtls-test</repositoryUrl>
20 <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>
34 <defaultVersion>leo-mbedtls-open-ci-notify-github</defaultVersion>
35 <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-2-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