Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

CI/CD provisioning for Adobe Campaign Standard

Avatar

Level 2

I am looking for CI/CD provisioning for adobe campaign standard, is this possible? if so thoughts please.

1 Accepted Solution

Avatar

Correct answer by
Level 8

As I mentioned earlier this is very rare use case and I don't see any Adobe Campaign Standard Core API for packages, please check below list of rest apis which ACS supports

https://github.com/adobe/aio-lib-campaign-standard/blob/master/spec/api.json

https://docs.adobe.com/content/help/en/campaign-standard/using/working-with-apis/get-started-apis.ht...

 

 

View solution in original post

3 Replies

Avatar

Level 8

What exactly you are trying to achieve with CI/CD, I think if you can provide little bit more details on this will help the community to answer you question.

Based on my understanding, If you want to build packages or export/backup workflows, etc through ACS Rest Api's ( custom code) then you can use Jenkins to automate this by creating maven project. 

But, I see this use case very rare.

 

 

Avatar

Level 2

I will be maintaining a code-base(packages) in GIT and I will have DevOps setup which will deploy the package to corresponding instance upon commits. I am looking for ACS Rest Api's which can help me achieve this(i.e installation of packages))

 

and also you were saying there is Rest API(Custom code) for exporting packages can you give the reference for that.

Avatar

Correct answer by
Level 8

As I mentioned earlier this is very rare use case and I don't see any Adobe Campaign Standard Core API for packages, please check below list of rest apis which ACS supports

https://github.com/adobe/aio-lib-campaign-standard/blob/master/spec/api.json

https://docs.adobe.com/content/help/en/campaign-standard/using/working-with-apis/get-started-apis.ht...