blob: 29ae65235a4e947da8b8fb94604eaf7925be7b91 [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
Arthur Shea8afc1a2023-07-26 13:47:50 -07005 disabled: true
Arthur Shebcd24c62022-02-09 21:06:10 -08006 prune-dead-branches: true
7 script-path: tests/.jenkins/Jenkinsfile
8 properties:
9 - raw:
10 xml: |
11 <org.jenkinsci.plugins.workflow.libs.FolderLibraries plugin="workflow-cps-global-lib@2.9">
12 <libraries>
13 <org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
14 <name>mbedtls-test</name>
15 <retriever class="org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever">
16 <scm class="org.jenkinsci.plugins.github_branch_source.GitHubSCMSource" plugin="github-branch-source@2.9.1">
Arthur She33fe8c52022-03-31 17:31:12 -070017 <repoOwner>Mbed-TLS</repoOwner>
Arthur Shebcd24c62022-02-09 21:06:10 -080018 <repository>mbedtls-test</repository>
Arthur She33fe8c52022-03-31 17:31:12 -070019 <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl>
Arthur Shebcd24c62022-02-09 21:06:10 -080020 <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>
Arthur Sheefb84c82022-03-09 19:10:22 -080034 <defaultVersion>master</defaultVersion>
Arthur Shebcd24c62022-02-09 21:06:10 -080035 <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
Arthur Sheefb84c82022-03-09 19:10:22 -080044 credentials-id: mbedtls-github-token
Bence Szépkútia99f7f42022-04-01 17:13:49 +020045 repo-owner: Mbed-TLS
Arthur Shebcd24c62022-02-09 21:06:10 -080046 repo: mbedtls
Arthur Shebcd24c62022-02-09 21:06:10 -080047 branch-discovery: no-pr
48 discover-pr-origin: both
49 discover-pr-forks-strategy: both
50 discover-pr-forks-trust: permission
51 head-filter-regex: '(?!^PR-(1824)-(merge|head)$)(PR-\d+-(merge|head))'
52 property-strategies:
53 all-branches:
54 - suppress-scm-triggering: true
55 submodule:
56 disable: false
57 recursive: true
58 tracking: false
59 parent-credentials: false