mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 01:53:42 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			129 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			129 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
// Only run on Linux atm
 | 
						|
wrappedNode(label: 'ubuntu && ec2 && docker-edge') {
 | 
						|
  deleteDir()
 | 
						|
  stage "checkout"
 | 
						|
  checkout scm
 | 
						|
 | 
						|
}
 |