AEM Deployments and Jenkins
Hi all,
In my projects, we have integrated Eclipse with AEM Author, so that when any Java code changes are saved in Eclipse, they are replicated to AEM.
Also, when we wanted to move the code to other environments, we manually create packages and deploy.
1. What are the other ways of deployments? How these deployments are handled?
Jenkins is a continuous integration tool (CI) for automating builds.
2. Do we need to write scripts for Jenkins deployment? If so, using what language? Java script or Maven or Ant or so?
Probably for most of the scenarios, it is just a configuration.
3. When do we need to write scripts for Jenkins, as opposed to just configuration?
4. If we want to simultaneously deploy code/content to more than one environment, like Test, Stage, Does Jenkins perform the task?
Appreciate your responses.
Thanks,
Rama.