diff --git a/Jenkinsfile b/Jenkinsfile index 525b69a..27aaaf8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,6 @@ pipeline { agent any tools { - // Install the Maven version configured as "M3" and add it to the path. maven "maven_jenkins" } @@ -17,10 +16,12 @@ pipeline { sh 'mvn test' } } + stage ('Installing Stage') { steps { sh 'mvn install' } } + } } \ No newline at end of file