Leonardo Sandoval | 419d2e1 | 2021-12-06 10:34:56 -0600 | [diff] [blame] | 1 | - job: |
| 2 | name: lsandov1-mbedtls-pr-multibranch |
| 3 | description: 'mbedtls PR job' |
Arthur She | 193e43b | 2025-06-02 09:43:03 -0700 | [diff] [blame] | 4 | disabled: true |
Leonardo Sandoval | 419d2e1 | 2021-12-06 10:34:56 -0600 | [diff] [blame] | 5 | project-type: multibranch |
| 6 | prune-dead-branches: true |
| 7 | script-path: tests/.jenkins/Jenkinsfile |
| 8 | properties: |
| 9 | - raw: |
| 10 | xml: | |
| 11 | <org.jenkinsci.plugins.workflow.libs.FolderLibraries plugin="workflow-cps-global-lib@2.9"> |
| 12 | <libraries> |
| 13 | <org.jenkinsci.plugins.workflow.libs.LibraryConfiguration> |
| 14 | <name>mbedtls-test</name> |
| 15 | <retriever class="org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever"> |
| 16 | <scm class="org.jenkinsci.plugins.github_branch_source.GitHubSCMSource" plugin="github-branch-source@2.9.1"> |
| 17 | <id>37889fee-3fa8-4469-a8c8-8e4b8a52ad06</id> |
| 18 | <apiUri>https://api.github.com</apiUri> |
| 19 | <credentialsId>mbedtls-test-github-token</credentialsId> |
| 20 | <repoOwner>lsandov1</repoOwner> |
| 21 | <repository>mbedtls-test</repository> |
| 22 | <repositoryUrl>https://github.com/lsandov1/mbedtls-test</repositoryUrl> |
| 23 | <traits> |
| 24 | <org.jenkinsci.plugins.github__branch__source.BranchDiscoveryTrait> |
| 25 | <strategyId>1</strategyId> |
| 26 | </org.jenkinsci.plugins.github__branch__source.BranchDiscoveryTrait> |
| 27 | <org.jenkinsci.plugins.github__branch__source.OriginPullRequestDiscoveryTrait> |
| 28 | <strategyId>2</strategyId> |
| 29 | </org.jenkinsci.plugins.github__branch__source.OriginPullRequestDiscoveryTrait> |
| 30 | <org.jenkinsci.plugins.github__branch__source.ForkPullRequestDiscoveryTrait> |
| 31 | <strategyId>2</strategyId> |
| 32 | <trust class="org.jenkinsci.plugins.github_branch_source.ForkPullRequestDiscoveryTrait$TrustPermission"/> |
| 33 | </org.jenkinsci.plugins.github__branch__source.ForkPullRequestDiscoveryTrait> |
| 34 | </traits> |
| 35 | </scm> |
| 36 | </retriever> |
Leonardo Sandoval | 1d6dee4 | 2021-12-06 10:55:13 -0600 | [diff] [blame] | 37 | <defaultVersion>mbedtls-open-ci</defaultVersion> |
Leonardo Sandoval | 419d2e1 | 2021-12-06 10:34:56 -0600 | [diff] [blame] | 38 | <implicit>true</implicit> |
| 39 | <allowVersionOverride>true</allowVersionOverride> |
| 40 | <includeInChangesets>true</includeInChangesets> |
| 41 | </org.jenkinsci.plugins.workflow.libs.LibraryConfiguration> |
| 42 | </libraries> |
| 43 | </org.jenkinsci.plugins.workflow.libs.FolderLibraries> |
| 44 | scm: |
| 45 | - github: |
| 46 | api-uri: https://api.github.com |
| 47 | credentials-id: mbedtls-github-token |
| 48 | repo-owner: lsandov1 |
| 49 | repo: mbedtls |
| 50 | repository-url: https://github.com/lsandov1/mbedtls.git |
| 51 | branch-discovery: no-pr |
| 52 | discover-pr-origin: both |
| 53 | discover-pr-forks-strategy: both |
| 54 | discover-pr-forks-trust: permission |
| 55 | head-filter-regex: '(?!^PR-(1824)-(merge|head)$)(PR-\d+-(merge|head))' |
| 56 | property-strategies: |
| 57 | all-branches: |
| 58 | - suppress-scm-triggering: true |
| 59 | submodule: |
| 60 | disable: false |
| 61 | recursive: true |
| 62 | tracking: false |
| 63 | parent-credentials: false |