Expand my Community achievements bar.

Is it possible to install GIT in Adobe Campaign?

Avatar

Level 4

Hi Team,

 

I am trying to integrate Github and Adobe Campaign. I wanted to push a few items from Adobe's SFTP to the Github repository. Can anyone confirm whether we can install Git command tool in Adobe just like AWS CLI? If not, have any one did any such integrations?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Level 6

Hi, if you want to maintain code in the Github repository, you can create packages from Adobe campaign and export it as '.xml' files. Then you can maintain the code versioning in Github. Adobe campaign objects like schema, workflow, campaigns, delivery templates, deliveries, enumeration, js, jssp etc., all of them can be exported as xml packages.

 

Work with packages in ACC 

Work with CICD scripts

Avatar

Level 4

@somasundaram_h That I know and I have already setup the workflow to export packages to SFTP. What I need to know is how to push the files to Git. If we can install Git command tool, it is easy for me.