Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

integration of campaign classic with Gitlab

Avatar

Level 3

Hi team,

can you please share the steps or process of Integrating Adobe campaign classic instance with Gitlab.

 

thanks

 

1 Accepted Solution

Avatar

Correct answer by
Level 9
5 Replies

Avatar

Community Advisor

Hi,

 

I built a full integration with Gitlab recently, for allowing check-in/check-out and diffs of all objects from the console UI. It's just forms, an embedded jssp for diff, and git/packaging commands.

Most of the dev time was spent on a workaround for granting fine-grained access to non-privileged users, without logonEscalation(), though most clients shouldn't have this req.

 

Thanks,

-Jon

Avatar

Level 3
Hi Jon, Thanks for sharing. Can you please help me out by sharing steps in order to integrate and then export or import the packages from one environment of Adobe Campaign classic to other

Avatar

Community Advisor

It's not for the faint of heart, and is easy to get wrong with disastrous consequences- e.g. end-users can end up with root access to the app server/db or blow up an instance. Also generic object usage requires some chicanery with form templating. I can't recommend pursuing. Package import/export just have admins use the console UI.

Avatar

Correct answer by
Level 9