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

chore(dlcm-portal): change maven gaol

change maven gaol to deploy
parent 9e5a0ab7
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ pipeline{ ...@@ -46,7 +46,7 @@ pipeline{
stage ('Build & Deploying'){ stage ('Build & Deploying'){
steps { steps {
withMaven(maven: 'Maven 3.3.9', mavenSettingsConfig: '829b97c1-b457-48ad-a48b-f8140b5a5821', mavenLocalRepo: '.repository'){ withMaven(maven: 'Maven 3.3.9', mavenSettingsConfig: '829b97c1-b457-48ad-a48b-f8140b5a5821', mavenLocalRepo: '.repository'){
sh "mvn clean package" sh "mvn clean deploy"
} }
} }
} }
......
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