aboutsummaryrefslogtreecommitdiffstats
path: root/app/install/db/constants.json
diff options
context:
space:
mode:
authoryayogev <yaronyogev@gmail.com>2017-08-31 16:45:23 +0300
committeryayogev <yaronyogev@gmail.com>2017-08-31 16:45:23 +0300
commit692489cc50c8025ede1646627a7a583a4feb3798 (patch)
tree531a2f2928ba8c9067265fa0c872cc6f016876b8 /app/install/db/constants.json
parentbc3767bad9f9f9cfb3f3f2c8871a81603e650df0 (diff)
US2876 handle SSH errors
ido not stop, but report as 'completed with errors' if there were any errors in SSH calls Change-Id: Ice7e6c4324686adc2d9eec27a9b6187f0fe6808f Signed-off-by: yayogev <yaronyogev@gmail.com>
Diffstat (limited to 'app/install/db/constants.json')
-rw-r--r--app/install/db/constants.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/app/install/db/constants.json b/app/install/db/constants.json
index e456873..7a5b795 100644
--- a/app/install/db/constants.json
+++ b/app/install/db/constants.json
@@ -402,10 +402,14 @@
{
"value" : "running",
"label" : "Running"
- },
+ },
{
- "value" : "completed",
+ "value" : "completed",
"label" : "Completed"
+ },
+ {
+ "value" : "completed_with_errors",
+ "label" : "Completed with errors"
},
{
"value" : "failed",