Skip to content

Commit

Permalink
IM-473 Fix the deployment of org.integratedmodelling.klab.api module
Browse files Browse the repository at this point in the history
  • Loading branch information
iperdomo committed Nov 20, 2024
1 parent 123786e commit 34ec4d6
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 @@ -105,7 +105,7 @@ pipeline {
}
steps {
configFileProvider([configFile(fileId: '1f5f24a2-9839-4194-b2ad-0613279f9fba', variable: 'MAVEN_SETTINGS_XML')]) {
sh './mvnw --settings $MAVEN_SETTINGS_XML deploy -pl :api -DskipTests'
sh './mvnw --settings $MAVEN_SETTINGS_XML deploy -pl org.integratedmodelling:org.integratedmodelling.klab.api -DskipTests'
}
}
}
Expand Down

0 comments on commit 34ec4d6

Please sign in to comment.