Expand my Community achievements bar.

Join us in celebrating the outstanding achievement of our AEM Community Member of the Year!
SOLVED

How to check what triggered piplines in cloud manager

Avatar

Level 3

Recently I have observed that one of prod pipeline got triggered and deployment happened.

But no one triggered it manually and trigger is "Git Commit"

 

So I want to know is there any way we get to know who triggered the pipeline.

where can see the user activity.

 

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi @ganeshbyalebrillio ,

 

Please check in Cloud Manager 'Activity' tab to get the current pipeline execution details and also the previous pipeline histories.

 

kishorekumar14_0-1643890253074.png

 

If it's not sufficient, make use of Adobe Cloud Manager API Playground to get the pipeline execution details. Replace program id, pipeline id and execution id with yours.

 

https://www.adobe.io/experience-cloud/cloud-manager/reference/playground/#/api/program/{program id}/pipeline/{pipeline id}/execution/{execution id}

 

and check in below json keys.

 

"trigger": "MANUAL",
"user": "12333456@AdobeID",

View solution in original post

5 Replies

Avatar

Correct answer by
Level 10

Hi @ganeshbyalebrillio ,

 

Please check in Cloud Manager 'Activity' tab to get the current pipeline execution details and also the previous pipeline histories.

 

kishorekumar14_0-1643890253074.png

 

If it's not sufficient, make use of Adobe Cloud Manager API Playground to get the pipeline execution details. Replace program id, pipeline id and execution id with yours.

 

https://www.adobe.io/experience-cloud/cloud-manager/reference/playground/#/api/program/{program id}/pipeline/{pipeline id}/execution/{execution id}

 

and check in below json keys.

 

"trigger": "MANUAL",
"user": "12333456@AdobeID",

Avatar

Administrator

@ganeshbyalebrillio 

[Webinar | AEM GEMs] Looking under the hood - Cloud Manager 2022 | Register: https://adobe.ly/3t4jfgp  & Ask Questions related to this Webinar: https://adobe.ly/3O0rdzd 

Date &Time: Wednesday, June 15, 2022 - 8 am PDT OR 5 pm CET OR 8.30 pm IST
Speakers: Remus Stratulat & Shankari Panchapakesan

Share this within your Organisation and with your AEM peers!!



Kautuk Sahni