blob: 551f2b9c0c22e414c65a95cb88358c04ccba2a3a [file] [log] [blame]
Leonardo Sandoval419d2e12021-12-06 10:34:56 -06001- job:
2 name: lsandov1-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 <id>37889fee-3fa8-4469-a8c8-8e4b8a52ad06</id>
17 <apiUri>https://api.github.com</apiUri>
18 <credentialsId>mbedtls-test-github-token</credentialsId>
19 <repoOwner>lsandov1</repoOwner>
20 <repository>mbedtls-test</repository>
21 <repositoryUrl>https://github.com/lsandov1/mbedtls-test</repositoryUrl>
22 <traits>
23 <org.jenkinsci.plugins.github__branch__source.BranchDiscoveryTrait>
24 <strategyId>1</strategyId>
25 </org.jenkinsci.plugins.github__branch__source.BranchDiscoveryTrait>
26 <org.jenkinsci.plugins.github__branch__source.OriginPullRequestDiscoveryTrait>
27 <strategyId>2</strategyId>
28 </org.jenkinsci.plugins.github__branch__source.OriginPullRequestDiscoveryTrait>
29 <org.jenkinsci.plugins.github__branch__source.ForkPullRequestDiscoveryTrait>
30 <strategyId>2</strategyId>
31 <trust class="org.jenkinsci.plugins.github_branch_source.ForkPullRequestDiscoveryTrait$TrustPermission"/>
32 </org.jenkinsci.plugins.github__branch__source.ForkPullRequestDiscoveryTrait>
33 </traits>
34 </scm>
35 </retriever>
Leonardo Sandoval1d6dee42021-12-06 10:55:13 -060036 <defaultVersion>mbedtls-open-ci</defaultVersion>
Leonardo Sandoval419d2e12021-12-06 10:34:56 -060037 <implicit>true</implicit>
38 <allowVersionOverride>true</allowVersionOverride>
39 <includeInChangesets>true</includeInChangesets>
40 </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
41 </libraries>
42 </org.jenkinsci.plugins.workflow.libs.FolderLibraries>
43 scm:
44 - github:
45 api-uri: https://api.github.com
46 credentials-id: mbedtls-github-token
47 repo-owner: lsandov1
48 repo: mbedtls
49 repository-url: https://github.com/lsandov1/mbedtls.git
50 branch-discovery: no-pr
51 discover-pr-origin: both
52 discover-pr-forks-strategy: both
53 discover-pr-forks-trust: permission
54 head-filter-regex: '(?!^PR-(1824)-(merge|head)$)(PR-\d+-(merge|head))'
55 property-strategies:
56 all-branches:
57 - suppress-scm-triggering: true
58 submodule:
59 disable: false
60 recursive: true
61 tracking: false
62 parent-credentials: false