Expand my Community achievements bar.

SOLVED

Integrate SonarQube with Github and deploy code using jenkins

Avatar

Level 4

Hi all,

 

I want to run sonarqube analysis on committed code in github and push the code to aem using jenkins. This should be automated process. How can I achieve it?

 

Regards 

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi @rk39193348,

A while back I wrote a 4 part tutorial on how to set this up using Docker images: https://medium.com/@theopendle/github-jenkins-sonarqube-integration-for-java-maven-1-4-installation-... 

The tutorial will teach you step-by-step but I also uploaded the source code to GitHub: https://github.com/theopendle/docker-ci 

The end result is the following architecture (you will obviously need to adapt it to fit your environnement/network. This is what I used for my home developments):

architecture.png

The only stage you want to do which is not covered in that tutorial is the deployment, which can be done by uploading to AEM via the Package Manager API. You can find some example cURL commands here: https://helpx.adobe.com/lu_en/experience-manager/kb/common-AEM-Curl-commands.html#PACKAGES

 

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Hi @rk39193348,

A while back I wrote a 4 part tutorial on how to set this up using Docker images: https://medium.com/@theopendle/github-jenkins-sonarqube-integration-for-java-maven-1-4-installation-... 

The tutorial will teach you step-by-step but I also uploaded the source code to GitHub: https://github.com/theopendle/docker-ci 

The end result is the following architecture (you will obviously need to adapt it to fit your environnement/network. This is what I used for my home developments):

architecture.png

The only stage you want to do which is not covered in that tutorial is the deployment, which can be done by uploading to AEM via the Package Manager API. You can find some example cURL commands here: https://helpx.adobe.com/lu_en/experience-manager/kb/common-AEM-Curl-commands.html#PACKAGES

 

Avatar

Level 4
I have added jenkins url in github webhook, but It is giving error 'We couldn’t deliver this payload: failed to connect'.. Can you please let me know what can be done for this?