diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 912acb4..c746b1a 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -22,7 +22,10 @@
-
+
+
+
+
@@ -207,13 +210,6 @@
1598862102028
-
- 1599650846480
-
-
-
- 1599650846480
-
1599658106007
@@ -550,7 +546,14 @@
1601453541752
-
+
+ 1601453886631
+
+
+
+ 1601453886631
+
+
diff --git a/Jenkinsfile b/Jenkinsfile
index de45d15..9def891 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -6,9 +6,7 @@ pipeline {
stages {
stage('Build') {
steps {
- sh "docker context create DEV \
- --description \\"connection to DEV environment\\" \
- --docker \\"host=ssh://jenkins@s5000xvn:22\\""
+ sh 'docker context create DEV --description \\\"connection to DEV environment\\\" --docker \\\"host=ssh://jenkins@s5000xvn:22\\\"'
}
}
}