Skip to content

Commit

Permalink
chore: notify Slack on CodeVerification failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Denysenko committed Jun 15, 2023
1 parent 1dec92e commit 9c35fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ steps :
- mvn pmd:check --batch-mode -Dstyle.color=always -s ../maven-settings.xml -Ddeployer.username=$DEPLOYER_USERNAME -Ddeployer.password=$DEPLOYER_PASSWORD
- mvn com.github.spotbugs:spotbugs-maven-plugin:4.7.3.4:check -s ../maven-settings.xml -Ddeployer.username=$DEPLOYER_USERNAME -Ddeployer.password=$DEPLOYER_PASSWORD -Dspotbugs.xmlOutput=true -Dspotbugs.failOnError=true -Dspotbugs.excludeFilterFile=../spotbugs-exclude.xml -Dspotbugs.includeTests=true -Dstyle.color=always

- name : notify-failure-slack
- name : notify-slack-on-failure
image : plugins/slack
settings :
webhook :
Expand Down

0 comments on commit 9c35fd7

Please sign in to comment.