wanted to divide the AEM Maven Build and Deploy in Jenkins
Hi Team,
I wanted to divide the build and deploy jobs in Jenkins for the AEM maven project. Is that something can be able to do?or what other options do I have?
Thanks In Advance.
Hi Team,
I wanted to divide the build and deploy jobs in Jenkins for the AEM maven project. Is that something can be able to do?or what other options do I have?
Thanks In Advance.
You should define one Maven profile per environment (dev, qa, uat, prod) and for each one of them, you have to define all steps required to build and deploy (e.g: custom steps, ips configuration, etc) per environment.
The options are:
1) To create one job per environment and configure each of them (parameters, maven command, etc) depending on the environment selected, or
2) Have one job to build and deploy all environments, which implies to read all properties (environments and parameters per environments) and depending on the environment selected.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.