diff --git a/.gitignore b/.gitignore index 4e338ee..b0f32a9 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ build/ .DS_Store ri_log action.xml +.idea/ diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index da684c9..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1663575347472 - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Jenkinsfile b/Jenkinsfile index 7b04363..d1cc0b4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline{ } stage('Build'){ steps{ - sh 'mvn -Dmaven.test.failure.ignore=true install test' + sh 'mvn -Dmaven.test.failure.ignore=true install' } post{ success{