Revert "Add notification about start jobs in gating-pipeline."
https://mirantis.jira.com/browse/PROD-28062
This reverts commit f5545b5739ae46204806eaddfabc8d3fc317ae02.
Change-Id: I2fabe5b03ea2621c5a1b98ee5b0ececa3f108be3
diff --git a/gating-pipeline.groovy b/gating-pipeline.groovy
index ad2ac5a..7cbdfa0 100644
--- a/gating-pipeline.groovy
+++ b/gating-pipeline.groovy
@@ -43,7 +43,6 @@
def skipProjectsVerify = ['mk/docker-jnlp-slave']
stage("test") {
- ssh.agentSh(String.format("ssh -p %s %s@%s gerrit review %s,%s --message \'Build Started %s %s\'", defGerritPort, GERRIT_NAME, GERRIT_HOST, GERRIT_CHANGE_NUMBER, GERRIT_PATCHSET_NUMBER, BUILD_URL, STARTED_STATS))
//check Code-Review
if (!gerrit.patchsetHasApproval(gerritChange.currentPatchSet, "Code-Review", "+")) {
throw new Exception('Change don\'t have a CodeReview+1, reject gate')