diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 71535c4..142d95a 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -22,11 +22,7 @@
-
-
-
-
-
+
@@ -199,13 +195,6 @@
1598862102028
-
- 1598875744348
-
-
-
- 1598875744348
-
1598962802209
@@ -542,7 +531,14 @@
1601286141137
-
+
+ 1601287462400
+
+
+
+ 1601287462400
+
+
@@ -685,13 +681,13 @@
-
+
-
+
diff --git a/Jenkinsfile b/Jenkinsfile
index 790a007..ff2e49a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,6 +1,11 @@
pipeline {
agent any
stages {
+ stage('build') {
+ steps {
+ sh "mvn clean package"
+ }
+ }
stage('docker-compose') {
steps {
sh "docker-compose build"