blob: 3a47e71c5a0e6c34bef30958f86375028dafffd5 [file] [log] [blame]
Arthur She670551e2022-02-20 21:19:11 -08001- job:
2 name: mbed-tls-restricted-pr-ci-testing
3 description: 'mbedtls CI testing 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: openci-bot-github-production-token
45 repo-owner: openci-bot
46 repo: mbedtls-restricted-openci
47 repository-url: https://github.com/openci-bot/mbedtls-restricted-openci.git
48 branch-discovery: no-pr
49 discover-pr-origin: both
50 head-filter-regex: '(.*ci-testing.*|PR-(631|653|663|758|759)-.*)'
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
59 ssh-checkout:
60 credentials: openci-bot-ssh-key