mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 09:25:15 +00:00 
			
		
		
		
	Re-order post testing steps
This commit is contained in:
		
							
								
								
									
										8
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -93,14 +93,14 @@ pipeline {
 | 
				
			|||||||
			}
 | 
								}
 | 
				
			||||||
			post {
 | 
								post {
 | 
				
			||||||
				always {
 | 
									always {
 | 
				
			||||||
					junit 'test/results/junit/*'
 | 
										// Dumps to analyze later
 | 
				
			||||||
 | 
										sh 'mkdir -p debug'
 | 
				
			||||||
 | 
										sh 'docker-compose logs fullstack | gzip > debug/docker_fullstack.log.gz'
 | 
				
			||||||
					// Cypress videos and screenshot artifacts
 | 
										// Cypress videos and screenshot artifacts
 | 
				
			||||||
					dir(path: 'test/results') {
 | 
										dir(path: 'test/results') {
 | 
				
			||||||
						archiveArtifacts allowEmptyArchive: true, artifacts: '**/*', excludes: '**/*.xml'
 | 
											archiveArtifacts allowEmptyArchive: true, artifacts: '**/*', excludes: '**/*.xml'
 | 
				
			||||||
					}
 | 
										}
 | 
				
			||||||
					// Dumps to analyze later
 | 
										junit 'test/results/junit/*'
 | 
				
			||||||
					sh 'mkdir -p debug'
 | 
					 | 
				
			||||||
					sh 'docker-compose logs fullstack | gzip > debug/docker_fullstack.log.gz'
 | 
					 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user