Skip to content

Commit

Permalink
Updating log message on build skip
Browse files Browse the repository at this point in the history
  • Loading branch information
Soman,Akhil (BI X) BIX-DE-I committed Mar 7, 2019
1 parent fd730eb commit ac66796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/ods/OdsPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class OdsPipeline implements Serializable {
script.currentBuild.displayName = "#${context.tagversion}"

if (context.ciSkip){
logger.info 'Skipping Build ...'
logger.info 'Skipping build due to [ci skip] in the commit message ...'
script.currentBuild.result = 'NOT_BUILT'
setBitbucketBuildStatus('SUCCESSFUL')
return
Expand Down

0 comments on commit ac66796

Please sign in to comment.