April 22, 2020
Estimated Post Reading Time ~

Continuous Integration for AEM in Linux OS

Statement: Continuous Integration for AEM
Solution:
Tools used for Continuous Integration for AEM

  1. Jenkins is a Continuous Integration system. It can be configured to work with any version control system, automatically pulling in your latest changes, compiling your source code, running your tests, and deploying your code. It is also commonly integrated with artifact repositories and static code analysis tools. 
  2. SonarQube is a free static code analysis tool that can be leveraged to measure and track code quality and technical debt.
  3. Nexus OSS is a free repository manager, allowing for the mirroring and storage of your Maven dependencies follow the below URL for configuration of CI.
http://books.sonatype.com/nexus-book/reference3/index.html https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Red+Hat+distributions https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner+for+Jenkins https://maven.apache.org/guides/mini/guide-encryption.html


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.