Merge pull request #22 from RightBrain-Networks/pipeline/bugfix
CleanWS -> updateGithubCommitStatus
This commit is contained in:
		
							
								
								
									
										5
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@ -86,9 +86,8 @@ pipeline {
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 post { 
 | 
			
		||||
      always {
 | 
			
		||||
        cleanWS()
 | 
			
		||||
      }
 | 
			
		||||
   success { updateGithubCommitStatus(GITHUB_URL, 'Passed build and test', 'SUCCESS') }
 | 
			
		||||
   failure { updateGithubCommitStatus(GITHUB_URL, 'Failed build and test', 'FAILURE') }
 | 
			
		||||
  }
 | 
			
		||||
  
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user