mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-10-31 08:03:43 +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
 | |
| 
 | |
| }
 | 
