Nexus deploy of cloud manager artifacts | Community
Skip to main content
Shashi_Mulugu
Community Advisor
Community Advisor
April 7, 2021
Solved

Nexus deploy of cloud manager artifacts

  • April 7, 2021
  • 2 replies
  • 1481 views

Hello Team,

 

I wanted to push cloud manager artifacts such as "all" package and all "ui.apps" sub packages and "core" bundles to a nexus artifacts repository post deployment to an ams/cloud instances. Any help is much appreciated.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Asutosh_Jena_

Hi @shashi_mulugu 

 

As we can see cloud manager does not allow us to customize the deployment pipeline, so we will not be able to upload the package to nexus post deployment from the pipeline job.

 

As an workaround, we can try something below:

  1. We can keep a listener which will try to check for the package upload (with some pattern name) event and download those package into the file system.
  2. Once we have the files available with us (it's same as what was deployed to AEM), the same can be uploaded to Nexus using CURL or some custom coding.

It's just a thought and I never tried this 🙂

 

Thanks!

2 replies

Singaiah_Chintalapudi
Level 7
April 7, 2021

I don't think it does that. Mostly, we have very little/no control over the CM integrations.

 

Thanks,

Singaiah

Asutosh_Jena_
Community Advisor
Asutosh_Jena_Community AdvisorAccepted solution
Community Advisor
April 8, 2021

Hi @shashi_mulugu 

 

As we can see cloud manager does not allow us to customize the deployment pipeline, so we will not be able to upload the package to nexus post deployment from the pipeline job.

 

As an workaround, we can try something below:

  1. We can keep a listener which will try to check for the package upload (with some pattern name) event and download those package into the file system.
  2. Once we have the files available with us (it's same as what was deployed to AEM), the same can be uploaded to Nexus using CURL or some custom coding.

It's just a thought and I never tried this 🙂

 

Thanks!