Merge "Fix wrong method of convert variable"
diff --git a/test-salt-formulas-pipeline.groovy b/test-salt-formulas-pipeline.groovy
index d780f46..401628b 100644
--- a/test-salt-formulas-pipeline.groovy
+++ b/test-salt-formulas-pipeline.groovy
@@ -182,6 +182,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"])
}
}