Used only for testing the Jenkins Project infrastructure is working correctly for release and mirroring.
Note
|
Anyone can request access to this plugin via repository-permission-updater if they’re working in this area. |
By opening a pull request on this repos with the following content, you’ll be able to check your changes on ci.jenkins.io shared pipeline library:
--- jenkins-infra-test-plugin/Jenkinsfile
+++ jenkins-infra-test-plugin/Jenkinsfile
@@ -1,3 +1,4 @@
+ @Library('pipeline-library@pull/<pull-request-number>/head') _
buildPlugin(
useContainerAgent: true,
configurations: [
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
])