blob: 945260c03b808780833575fb95e2907a1adbfbcf [file] [log] [blame]
Leonardo Sandovalc5f0b542021-12-16 11:42:33 -06001- job:
2 name: mbed-tls-pr-head
3 description: 'Job for testing mbed tls PR heads'
4 project-type: multibranch
5 prune-dead-branches: true
Arthur Shed2a16382022-01-19 10:24:08 -08006 days-to-keep: 60
Leonardo Sandovalc5f0b542021-12-16 11:42:33 -06007 num-to-keep: 1000
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 <id>640a3c19-54ab-467e-8381-a2ef9f3896f4</id>
19 <apiUri>https://api.github.com</apiUri>
20 <credentialsId>mbedtls-test-github-token</credentialsId>
21 <repoOwner>lsandov1</repoOwner>
22 <repository>mbedtls-test</repository>
23 <repositoryUrl>https://github.com/lsandov1/mbedtls-test</repositoryUrl>
24 </scm>
25 </retriever>
26 <defaultVersion>mbedtls-open-ci</defaultVersion>
27 <implicit>true</implicit>
28 <allowVersionOverride>true</allowVersionOverride>
29 <includeInChangesets>true</includeInChangesets>
30 </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration>
31 </libraries>
32 </org.jenkinsci.plugins.workflow.libs.FolderLibraries>
33 scm:
34 - github:
35 api-uri: https://api.github.com
36 credentials-id: mbedtls-github-token
37 repo-owner: lsandov1
38 repo: mbedtls
39 repository-url: https://github.com/lsandov1/mbedtls.git
40 branch-discovery: no-pr
41 discover-pr-forks-strategy: both
42 discover-pr-forks-trust: permission
43 discover-pr-origin: both
44 head-filter-regex: '(?!^PR-(1824)-(merge|head)$)(PR-\d+-head)'
45 submodule:
46 disable: false
47 recursive: true
48 tracking: false
49 parent-credentials: false