Skip to content
Snippets Groups Projects
Commit 92f4e5fb authored by Homada.Boumedane's avatar Homada.Boumedane
Browse files

chore(dlcm-portal): add maven tool

add maven tool version to the pipeline
parent 4f0961db
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ pipeline{
stage ('Build'){
steps {
withMaven(maven: 'Maven', mavenLocalRepo: '.repository'){
withMaven(maven: 'Maven 3.3.9', mavenLocalRepo: '.repository'){
sh "mvn clean package"
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment