diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index ba803ae..bf94fdf 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -22,7 +22,9 @@
-
+
+
+
@@ -207,20 +209,6 @@
1598862102028
-
- 1599579109981
-
-
-
- 1599579109981
-
-
- 1599636401406
-
-
-
- 1599636401406
-
1599641271632
@@ -550,7 +538,21 @@
1601386453295
-
+
+ 1601452178576
+
+
+
+ 1601452178576
+
+
+ 1601452392054
+
+
+
+ 1601452392054
+
+
@@ -589,13 +591,13 @@
-
-
+
+
@@ -701,13 +703,13 @@
-
+
-
+
diff --git a/Jenkinsfile b/Jenkinsfile
index ec4e7e1..c3aaa69 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -6,7 +6,9 @@ pipeline {
stages {
stage('Build') {
steps {
- sh "docker context create DEV ‐‐docker “host=ssh://jenkins@s5000xvn:22”"
+ sh "docker context create DEV \
+ --description “connection to DEV environment“ \
+ --docker “host=ssh://jenkins@s5000xvn:22”"
}
}
}