diff --git a/Jenkinsfile b/Jenkinsfile index d5e65a9fc..11392f56d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,14 +5,17 @@ pipeline{ steps{ sh './mvnw compile' } + } stage("Test"){ steps{ sh './mvnw test' } + } stage("Install"){ steps{ sh './mvnw install' } + } stage("Deploy"){ steps{ sh './mvnw deploy'