Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.

Post the package into Jenkins

Avatar

Level 4

Hello Community - I have a workflow, whenever it is executed, it will create a package in the package manager. I would like to post the package into Jenkins as part of workflow process. Can someone tell me how to achieve this.

2 Replies

Avatar

Community Advisor

@aemninja approach looks good for package build.. but instead of push to Jenkins..  have you tried pull from Jenkins job with package url..

 

{Domain}/etc/packages/mypacks/custom-package.zip

Avatar

Level 4

@Shashi_Mulugu - Thanks for your reply. I haven't tried pulling the package from Jenkins. My requirement is only to push it to Jenkins.