Skip to content

Commit

Permalink
IM-98 Deploy only api module
Browse files Browse the repository at this point in the history
* skipTests by default
  • Loading branch information
iperdomo committed Jan 19, 2024
1 parent f630adf commit 893a3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pipeline {
stage('Maven deploy') {
steps {
configFileProvider([configFile(fileId: '1f5f24a2-9839-4194-b2ad-0613279f9fba', variable: 'MAVEN_SETTINGS_XML')]) {
sh './mvnw --settings $MAVEN_SETTINGS_XML deploy'
sh './mvnw --settings $MAVEN_SETTINGS_XML deploy -pl :api -DskipTests'
}
}
}
Expand Down

0 comments on commit 893a3e8

Please sign in to comment.