Arthur She | abd5167 | 2023-07-20 09:09:59 -0700 | [diff] [blame] | 1 | - 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"> |
Bence Szépkúti | 6deeb82 | 2024-09-12 14:23:53 +0200 | [diff] [blame] | 18 | <credentialsId>mbedtls-github-token</credentialsId> |
Arthur She | abd5167 | 2023-07-20 09:09:59 -0700 | [diff] [blame] | 19 | <repoOwner>Mbed-TLS</repoOwner> |
| 20 | <repository>mbedtls-test</repository> |
| 21 | <repositoryUrl>https://github.com/Mbed-TLS/mbedtls-test.git</repositoryUrl> |
Bence Szépkúti | 6deeb82 | 2024-09-12 14:23:53 +0200 | [diff] [blame] | 22 | <traits> |
Bence Szépkúti | 4720863 | 2025-06-11 15:29:00 +0200 | [diff] [blame] | 23 | <jenkins.plugins.git.traits.CloneOptionTrait plugin="git@5.2.1"> |
| 24 | <extension class="hudson.plugins.git.extensions.impl.CloneOption"> |
| 25 | <shallow>true</shallow> |
| 26 | <noTags>true</noTags> |
| 27 | <reference/> |
| 28 | <honorRefspec>true</honorRefspec> |
| 29 | </extension> |
| 30 | </jenkins.plugins.git.traits.CloneOptionTrait> |
Bence Szépkúti | 6deeb82 | 2024-09-12 14:23:53 +0200 | [diff] [blame] | 31 | <org.jenkinsci.plugins.github__branch__source.SSHCheckoutTrait> |
| 32 | <credentialsId>mbedtls-github-ssh</credentialsId> |
| 33 | </org.jenkinsci.plugins.github__branch__source.SSHCheckoutTrait> |
| 34 | </traits> |
Arthur She | abd5167 | 2023-07-20 09:09:59 -0700 | [diff] [blame] | 35 | </scm> |
| 36 | </retriever> |
Bence Szépkúti | dbf2b89 | 2024-09-06 19:12:46 +0200 | [diff] [blame] | 37 | <defaultVersion>main</defaultVersion> |
Arthur She | abd5167 | 2023-07-20 09:09:59 -0700 | [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: Mbed-TLS |
| 49 | repo: mbedtls-restricted |
Arthur She | abd5167 | 2023-07-20 09:09:59 -0700 | [diff] [blame] | 50 | branch-discovery: no-pr |
| 51 | discover-pr-forks-strategy: both |
Bence Szépkúti | 18bb548 | 2023-10-12 11:25:08 +0200 | [diff] [blame] | 52 | discover-pr-forks-trust: nobody |
Arthur She | abd5167 | 2023-07-20 09:09:59 -0700 | [diff] [blame] | 53 | discover-pr-origin: both |
Bence Szépkúti | 9111fcb | 2025-06-02 19:27:52 +0200 | [diff] [blame] | 54 | head-filter-regex: '(?!^PR-(758|759|806|850|906|916|919|1225|1227|1233|1357|1358)-(merge|head)$)(PR-\d+-(merge|head))' |
Bence Szépkúti | 0888a7f | 2023-08-18 17:38:26 +0200 | [diff] [blame] | 55 | status-checks: |
| 56 | skip: true |
| 57 | skip-branch-source-notifications: true |
Arthur She | abd5167 | 2023-07-20 09:09:59 -0700 | [diff] [blame] | 58 | property-strategies: |
| 59 | all-branches: |
| 60 | - pipeline-branch-durability-override: performance-optimized |
Bence Szépkúti | 4720863 | 2025-06-11 15:29:00 +0200 | [diff] [blame] | 61 | shallow-clone: true |
| 62 | do-not-fetch-tags: true |
| 63 | honor-refspec: true |
Arthur She | abd5167 | 2023-07-20 09:09:59 -0700 | [diff] [blame] | 64 | submodule: |
Bence Szépkúti | 5bbc808 | 2025-06-11 17:17:29 +0200 | [diff] [blame] | 65 | disable: true |
Arthur She | abd5167 | 2023-07-20 09:09:59 -0700 | [diff] [blame] | 66 | ssh-checkout: |
| 67 | credentials: mbedtls-github-ssh |