Notify about salt-formulas test results in test_reclass_notify channel
Change-Id: Ia15619c4dc4da03bb19c4cc4877121c4813d5582
diff --git a/test-salt-formulas-pipeline.groovy b/test-salt-formulas-pipeline.groovy
index 3c75950..1d74a00 100644
--- a/test-salt-formulas-pipeline.groovy
+++ b/test-salt-formulas-pipeline.groovy
@@ -159,6 +159,8 @@
common.errorMsg("----------------KITCHEN LOG:---------------")
println readFile(".kitchen/logs/kitchen.log")
}
+ def slack = new com.mirantis.mcp.SlackNotification()
+ slack.jobResultNotification("success", "#test_reclass_notify")
common.sendNotification(currentBuild.result, "", ["slack"])
}
}