mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	Fix race condition with integration network
This commit is contained in:
		
							
								
								
									
										5
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							| @@ -100,8 +100,13 @@ pipeline { | |||||||
| 				} | 				} | ||||||
| 				stage('Cypress') { | 				stage('Cypress') { | ||||||
| 					steps { | 					steps { | ||||||
|  | 						// Creating will also create the network prior to | ||||||
|  | 						// using it in parallel stages below and mitigating | ||||||
|  | 						// a race condition. | ||||||
| 						sh 'docker-compose build cypress-sqlite' | 						sh 'docker-compose build cypress-sqlite' | ||||||
| 						sh 'docker-compose build cypress-mysql' | 						sh 'docker-compose build cypress-mysql' | ||||||
|  | 						sh 'docker-compose create cypress-sqlite' | ||||||
|  | 						sh 'docker-compose create cypress-mysql' | ||||||
| 					} | 					} | ||||||
| 				} | 				} | ||||||
| 			} | 			} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user