Build artifacts for multi module applications
Last updated
Last updated
Application artifacts are prerequisite to create service definitions and deploy them using odin.
We have already seen the output for single application in the .
For multi module applications we'll follow similar steps. Let's say our multi module application has two applications APPLICATION_ONE and APPLICATION_TWO.
To get started we'll create the required structure for both the applications, to do the same run the below command in the working directory,
This will generate the below structure in your working directory.
Automation for application artifact generation is supported in jenkins jobs. This can be achieved by using automation via pr.jenkinsfile
. Adding the below stage in pr.jenkinsfile
Complete the build.sh
, pre-deploy.sh
and start.sh
as required.