mirror of
				https://github.com/vyos/vyos-build.git
				synced 2025-10-01 20:28:40 +02:00 
			
		
		
		
	Jenkins: builds can run 150 minutes and do not fail fast
This commit is contained in:
		
							parent
							
								
									700f566000
								
							
						
					
					
						commit
						45e05954f9
					
				
							
								
								
									
										3
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@ -97,8 +97,7 @@ node('Docker') {
 | 
			
		||||
pipeline {
 | 
			
		||||
    options {
 | 
			
		||||
        disableConcurrentBuilds()
 | 
			
		||||
        timeout(time: 120, unit: 'MINUTES')
 | 
			
		||||
        parallelsAlwaysFailFast()
 | 
			
		||||
        timeout(time: 150, unit: 'MINUTES')
 | 
			
		||||
        timestamps()
 | 
			
		||||
        buildDiscarder(logRotator(numToKeepStr: '20'))
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user