commit | e4b831b7d4fee2b3c216769d9acb7508ee316823 | [log] [tgz] |
---|---|---|
author | Dennis Dmitriev <ddmitriev@mirantis.com> | Wed Aug 15 17:16:10 2018 +0300 |
committer | Dennis Dmitriev <ddmitriev@mirantis.com> | Fri Aug 24 00:09:17 2018 +0300 |
tree | c7e67e541caaa1a218b5fce3f9d3bd2c779af95e | |
parent | fa38889780fffcf7d647f31b8c4d485191ca95c8 [diff] [blame] |
Add testrail reporter for cicd deployments Related task: #PROD-21660 Change-Id: I7e1406b82697895db630ec0d470c05d93ac8c81f
diff --git a/jobs/pipelines/swarm-deploy-platform.groovy b/jobs/pipelines/swarm-deploy-platform.groovy index 2396656..54bc43d 100644 --- a/jobs/pipelines/swarm-deploy-platform.groovy +++ b/jobs/pipelines/swarm-deploy-platform.groovy
@@ -60,7 +60,7 @@ } } catch (e) { - common.printMsg("Job failed", "red") + common.printMsg("Job is failed:" + e.message, "red") throw e } finally { // TODO(ddmitriev): analyze the "def currentResult = currentBuild.result ?: 'SUCCESS'"