mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-30 15:23:34 +00:00 
			
		
		
		
	CI prints
This commit is contained in:
		
							
								
								
									
										6
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							| @@ -248,7 +248,7 @@ pipeline { | ||||
| 		} | ||||
| 		success { | ||||
| 			juxtapose event: 'success' | ||||
| 			sh 'figlet "SUCCESS"' | ||||
| 			printSuccess() | ||||
| 		} | ||||
| 		failure { | ||||
| 			dir(path: 'test') { | ||||
| @@ -256,7 +256,7 @@ pipeline { | ||||
| 			} | ||||
| 			archiveArtifacts(artifacts: 'debug/*', allowEmptyArchive: true) | ||||
| 			juxtapose event: 'failure' | ||||
| 			sh 'figlet "FAILURE"' | ||||
| 			printFailure() | ||||
| 		} | ||||
| 		unstable { | ||||
| 			dir(path: 'test') { | ||||
| @@ -264,7 +264,7 @@ pipeline { | ||||
| 			} | ||||
| 			archiveArtifacts(artifacts: 'debug/*', allowEmptyArchive: true) | ||||
| 			juxtapose event: 'unstable' | ||||
| 			sh 'figlet "UNSTABLE"' | ||||
| 			printUnstable() | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user