Hi,
Cloud Manager Stage Pipeline is stuck.
It's our sandbox environment, the pipeline was running then probably the system hibernated overnight.
The pipeline is stuck thereafter.
Steps I already tried out:
It's two days now, it's still not reaching completion.
How do I terminate the pipeline?
Can someone from your side do it?
Attached are some screenshots.
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @acroabhi ,
Only certain steps in the pipeline can be "advanced" or "cancelled" from your end. Kindly refer documentation [1] which mentions only BUILD, SECURITY TEST, PERFORMANCE TEST, AND SCHEDULE STEPS can work with cancel operation when performed through the Cloud Manager UI or programmatically. The pipeline you've mentioned here is failing in the deploy step hence you're unable to cancel the pipeline (through UI/aio cli).
However, CSE (AMS) usually have permissions to force cancel pipelines from their end. Kindly raise a support ticket for your CSE to help you with your request.
Thanks!
We cannot terminate from cloud manager console.
Better to raise the support ticket at p1 level.
Thanks
Himanshu
Hi @acroabhi,
You can use cmcli tool to cancel pipeline. For that please make sure that your Adobe ID is a member of the "Cloud Manager- Deployment Manager" profile in Adobe Admin console.
For canceling the pipeline, below command can be used:
cmcli cancel pipeline --pipelineId XXXXX --programId YYYY
Thanks!!
Throws "Step may not be cancellable"
Ran the following:
aio cloudmanager:program:list-pipelines Pipeline Id Name Status ─────────── ─────────────── ────── 9328744 Acrolinx Demo BUSY 9100863 Acrolinx Deploy IDLE aio cloudmanager:current-execution:cancel 9328744 cancelling execution... failed › Error: [CloudManagerSDK:ERROR_FIND_CANCEL_LINK] Cannot find a cancel link for › the current step (deploy). Step may not be cancellable. › Code: ERROR_FIND_CANCEL_LINK › Reference: Timestamp: 2022-06-29T11:26:46.839Z
Hello @acroabhi ,
Only certain steps in the pipeline can be "advanced" or "cancelled" from your end. Kindly refer documentation [1] which mentions only BUILD, SECURITY TEST, PERFORMANCE TEST, AND SCHEDULE STEPS can work with cancel operation when performed through the Cloud Manager UI or programmatically. The pipeline you've mentioned here is failing in the deploy step hence you're unable to cancel the pipeline (through UI/aio cli).
However, CSE (AMS) usually have permissions to force cancel pipelines from their end. Kindly raise a support ticket for your CSE to help you with your request.
Thanks!