diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 0b40c68..be0668c 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -22,7 +22,10 @@
-
+
+
+
+
@@ -207,13 +210,6 @@
1598862102028
-
- 1599562380701
-
-
-
- 1599562380701
-
1599562495034
@@ -550,7 +546,14 @@
1601385148596
-
+
+ 1601385478522
+
+
+
+ 1601385478522
+
+
@@ -701,13 +704,13 @@
-
+
-
+
diff --git a/Jenkinsfile b/Jenkinsfile
index b6a873a..d147957 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -14,13 +14,13 @@ pipeline {
sh "docker-compose up -d"
sh "ssh jenkins@s5000xvn echo 'Dupa dupa dupa'"
sh "export DOCKER_HOST=tcp://jenkins@s5000xvn:22"
- sh "docker-compose up -d"
+ sh "echo $DOCKER_HOST"
+ sh "DOCKER_HOST=“tcp://jenkins@s5000xvn:22” docker-compose up -d"
}
}
stage('Logs') {
steps {
sleep time: 1, unit: 'MINUTES'
- sh "export DOCKER_HOST=tcp://jenkins@s5000xvn:22"
sh 'docker logs klaus'
}
}