mirror of
				https://github.com/Rudd-O/qubes-network-server.git
				synced 2025-11-03 21:19:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			237 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			237 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
// https://github.com/Rudd-O/shared-jenkins-libraries
 | 
						|
@Library('shared-jenkins-libraries@master') _
 | 
						|
 | 
						|
 | 
						|
def test_step() {
 | 
						|
    return {
 | 
						|
        println "Tests disabled"
 | 
						|
    }
 | 
						|
}
 | 
						|
 | 
						|
genericFedoraRPMPipeline(null, null, null, null, test_step())
 |