Leonardo Sandoval | c5f0b54 | 2021-12-16 11:42:33 -0600 | [diff] [blame] | 1 | - job: |
| 2 | name: mbed-tls-pr-merge |
| 3 | description: 'Job for testing PRs merged with the target branch head' |
| 4 | project-type: multibranch |
| 5 | prune-dead-branches: true |
Arthur She | d2a1638 | 2022-01-19 10:24:08 -0800 | [diff] [blame] | 6 | days-to-keep: 60 |
Leonardo Sandoval | c5f0b54 | 2021-12-16 11:42:33 -0600 | [diff] [blame] | 7 | 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+-merge)' |
| 45 | submodule: |
| 46 | disable: false |
| 47 | recursive: true |
| 48 | tracking: false |
| 49 | parent-credentials: false |