diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 14ceb0b..e47a794 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -22,7 +22,10 @@
-
+
+
+
+
@@ -558,7 +561,6 @@
-
@@ -583,7 +585,8 @@
-
+
+
diff --git a/Jenkinsfile b/Jenkinsfile
index ab4d9dd..8defc42 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -11,9 +11,11 @@ pipeline {
sh "docker-compose up -d"
}
}
- stage('logs'){
+ stage('Deploy') {
+ steps {
sleep time: 1, unit: 'MINUTES'
sh 'docker logs klaus'
+ }
}
}
}