Skip to content
Snippets Groups Projects
Commit 84baf398 authored by OZGCloud's avatar OZGCloud
Browse files

add deploy profile

parent f925db6f
Branches
Tags
No related merge requests found
...@@ -61,7 +61,7 @@ pipeline { ...@@ -61,7 +61,7 @@ pipeline {
FAILED_STAGE = env.STAGE_NAME FAILED_STAGE = env.STAGE_NAME
} }
configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) { configFileProvider([configFile(fileId: 'maven-settings', variable: 'MAVEN_SETTINGS')]) {
sh 'mvn -s $MAVEN_SETTINGS -DskipTests deploy' sh 'mvn -s $MAVEN_SETTINGS -Pdeploy -DskipTests deploy'
} }
} }
} //stage deploy } //stage deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment