mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-03 17:13:33 +00:00 
			
		
		
		
	Update Jenkinsfile
This commit is contained in:
		
							
								
								
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -52,9 +52,11 @@ pipeline {
 | 
			
		||||
  post {
 | 
			
		||||
    success {
 | 
			
		||||
      slackSend color: "#72c900", message: "SUCCESS: <${BUILD_URL}|${JOB_NAME}> build #${BUILD_NUMBER} - ${currentBuild.durationString}"
 | 
			
		||||
      sh 'figlet "SUCCESS"'
 | 
			
		||||
    }
 | 
			
		||||
    failure {
 | 
			
		||||
      slackSend color: "#d61111", message: "FAILED: <${BUILD_URL}|${JOB_NAME}> build #${BUILD_NUMBER} - ${currentBuild.durationString}"
 | 
			
		||||
      sh 'figlet "FAILURE"'
 | 
			
		||||
    }
 | 
			
		||||
    always {
 | 
			
		||||
      sh 'docker rmi  $TEMP_IMAGE_NAME'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user