mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #21193 from caesarxuchao/linkchecker-jenkins
Auto commit by PR queue bot
This commit is contained in:
		
							
								
								
									
										33
									
								
								hack/jenkins/job-configs/test-linkchecker.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										33
									
								
								hack/jenkins/job-configs/test-linkchecker.yaml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,33 @@
 | 
				
			|||||||
 | 
					- job:
 | 
				
			||||||
 | 
					    name: 'kubernetes-test-linkchecker'
 | 
				
			||||||
 | 
					    description: |
 | 
				
			||||||
 | 
					        Grab the latest from GitHub, then run hack/verify-linkcheck.sh.<br>
 | 
				
			||||||
 | 
					        Test Owner: Build Cop
 | 
				
			||||||
 | 
					    logrotate:
 | 
				
			||||||
 | 
					        numToKeep: 200
 | 
				
			||||||
 | 
					    builders:
 | 
				
			||||||
 | 
					        - shell: './hack/verify-linkcheck.sh'
 | 
				
			||||||
 | 
					    publishers:
 | 
				
			||||||
 | 
					        - claim-build
 | 
				
			||||||
 | 
					        - gcs-uploader
 | 
				
			||||||
 | 
					        - email-ext:
 | 
				
			||||||
 | 
					            recipients: 'xuchao@google.com'
 | 
				
			||||||
 | 
					    scm:
 | 
				
			||||||
 | 
					        - git:
 | 
				
			||||||
 | 
					            url: https://github.com/kubernetes/kubernetes
 | 
				
			||||||
 | 
					            branches:
 | 
				
			||||||
 | 
					                - 'master'
 | 
				
			||||||
 | 
					            browser: githubweb
 | 
				
			||||||
 | 
					            browser-url: https://github.com/kubernetes/kubernetes
 | 
				
			||||||
 | 
					            wipe-workspace: false
 | 
				
			||||||
 | 
					            skip-tag: true
 | 
				
			||||||
 | 
					    triggers:
 | 
				
			||||||
 | 
					        - timed: '@daily'
 | 
				
			||||||
 | 
					    wrappers:
 | 
				
			||||||
 | 
					        - ansicolor:
 | 
				
			||||||
 | 
					            colormap: xterm
 | 
				
			||||||
 | 
					        - timeout:
 | 
				
			||||||
 | 
					            timeout: 60
 | 
				
			||||||
 | 
					            fail: true
 | 
				
			||||||
 | 
					        - timestamps
 | 
				
			||||||
 | 
					        - workspace-cleanup
 | 
				
			||||||
		Reference in New Issue
	
	Block a user