mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 09:25:15 +00:00 
			
		
		
		
	Pull cypress tests from correct location
This commit is contained in:
		
							
								
								
									
										4
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -93,7 +93,7 @@ pipeline {
 | 
				
			|||||||
				sh 'rm -rf test/results'
 | 
									sh 'rm -rf test/results'
 | 
				
			||||||
				sh 'docker-compose up cypress-sqlite'
 | 
									sh 'docker-compose up cypress-sqlite'
 | 
				
			||||||
				// Get results
 | 
									// Get results
 | 
				
			||||||
				sh 'docker cp -L "$(docker-compose ps -q cypress-sqlite):/results" test/'
 | 
									sh 'docker cp -L "$(docker-compose ps -q cypress-sqlite):/test/results" test/'
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			post {
 | 
								post {
 | 
				
			||||||
				always {
 | 
									always {
 | 
				
			||||||
@@ -119,7 +119,7 @@ pipeline {
 | 
				
			|||||||
				sh 'rm -rf test/results'
 | 
									sh 'rm -rf test/results'
 | 
				
			||||||
				sh 'docker-compose up cypress-mysql'
 | 
									sh 'docker-compose up cypress-mysql'
 | 
				
			||||||
				// Get results
 | 
									// Get results
 | 
				
			||||||
				sh 'docker cp -L "$(docker-compose ps -q cypress-mysql):/results" test/'
 | 
									sh 'docker cp -L "$(docker-compose ps -q cypress-mysql):/test/results" test/'
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			post {
 | 
								post {
 | 
				
			||||||
				always {
 | 
									always {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user