diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index bf94fdf..912acb4 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -22,9 +22,7 @@
     
   
   
-    
-      
-    
+
@@ -209,13 +207,6 @@
       
       1598862102028
     
-    
-      1599641271632
-      
-      
-      
-      1599641271632
-    
     
       1599650846480
       
@@ -552,7 +543,14 @@
       
       1601452392054
     
-    
+    
+      1601453541752
+      
+      
+      
+      1601453541752
+    
+    
     
   
   
@@ -703,13 +701,13 @@
     
     
     
-    
+    
       
     
     
     
     
-    
+    
     
       
     
diff --git a/Jenkinsfile b/Jenkinsfile
index c3aaa69..de45d15 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -7,8 +7,8 @@ pipeline {
       stage('Build') {
               steps {
                  sh "docker context create DEV \
-                        --description “connection to DEV environment“ \
-                        --docker “host=ssh://jenkins@s5000xvn:22”"
+                        --description \\"connection to DEV environment\\" \
+                        --docker \\"host=ssh://jenkins@s5000xvn:22\\""
             }
         }
     }