blob: a012e4ec5ea1996a2feebffcd01dabbc5c17276e [file] [log] [blame]
Arthur She5bfd6322022-02-20 20:42:38 -08001- job:
2 name: mbed-tls-restricted-pr
3 description: 'mbedtls restricted PR job'
4 project-type: multibranch
5 prune-dead-branches: true
6 days-to-keep: -1
7 num-to-keep: -1
8 script-path: tests/.jenkins/Jenkinsfile
9 properties:
10 - raw:
11 xml: |
12 <org.jenkinsci.plugins.workflow.libs.FolderLibraries plugin="workflow-cps-global-lib@2.9">
13 <libraries>
14 <org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
15 <name>mbedtls-test</name>
16 <retriever class="org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever">
17 <scm class="org.jenkinsci.plugins.github_branch_source.GitHubSCMSource" plugin="github-branch-source@2.9.1">
18 <apiUri>https://api.github.com</apiUri>
19 <repoOwner>arthur-she</repoOwner>
20 <repository>mbedtls-test</repository>
21 <repositoryUrl>https://github.com/arthur-she/mbedtls-test</repositoryUrl>
22 </scm>
23 </retriever>
24 <defaultVersion>leo-mbedtls-open-ci-notify-github</defaultVersion>
25 <implicit>true</implicit>
26 <allowVersionOverride>true</allowVersionOverride>
27 <includeInChangesets>true</includeInChangesets>
28 </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
29 </libraries>
30 </org.jenkinsci.plugins.workflow.libs.FolderLibraries>
31 scm:
32 - github:
33 api-uri: https://api.github.com
34 credentials-id: openci-bot-github-token
35 repo-owner: openci-bot
36 repo: mbedtls-restricted-openci
37 repository-url: https://github.com/openci-bot/mbedtls-restricted.git
38 branch-discovery: no-pr
39 discover-pr-forks-strategy: both
40 discover-pr-forks-trust: permission
41 discover-pr-origin: both
42 head-filter-regex: '(?!^PR-(631|653|663|758|759)-(merge|head)$)(PR-\d+-(merge|head))'
43 submodule:
44 disable: false
45 recursive: true
46 tracking: false
47 parent-credentials: false
48 ssh-checkout:
49 credentials: openci-bot-ssh-key