Skip to content

Commit

Permalink
IM-98 Attempt to execute mvn deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
iperdomo committed Jan 19, 2024
1 parent 90425e9 commit f630adf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ pipeline {
}
}

stage('Maven deploy') {
steps {
configFileProvider([configFile(fileId: '1f5f24a2-9839-4194-b2ad-0613279f9fba', variable: 'MAVEN_SETTINGS_XML')]) {
sh './mvnw --settings $MAVEN_SETTINGS_XML deploy'
}
}
}

stage('Push products') {
when {
expression { env.PRODUCTS_GEN == "yes" }
Expand Down

0 comments on commit f630adf

Please sign in to comment.