diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 23f6efb..4e0bb7b 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,7 +4,7 @@
-
+
@@ -104,7 +104,15 @@
1766794599689
-
+
+
+ 1766797588970
+
+
+
+ 1766797588970
+
+
@@ -114,7 +122,8 @@
-
+
+
true
diff --git a/jenkinsfile b/jenkinsfile
index 40cba20..ad17304 100644
--- a/jenkinsfile
+++ b/jenkinsfile
@@ -3,7 +3,7 @@ pipeline {
stages {
stage('Build backend') {
steps {
- bat '.\\backend\\mvnw.cmd -DskipTests=true package'
+ bat 'cd backend && mvnw.cmd -DskipTests=true package'
}
}
}