文件 AWS SDK AWS 範例 SDK 儲存庫中有更多可用的
本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
AcknowledgeJob
搭配 CLI 使用
下列程式碼範例示範如何使用 AcknowledgeJob
。
- CLI
-
- AWS CLI
-
擷取指定任務的相關資訊
此範例會傳回指定任務的相關資訊,包括該任務存在時的狀態。這僅用於工作工作者和自訂動作。若要判斷 nonce 和任務 ID 的值,請使用 aws codepipeline poll-for-jobs。
命令:
aws codepipeline acknowledge-job --job-id
f4f4ff82-2d11-EXAMPLE
--nonce3
輸出:
{ "status": "InProgress" }
-
如需 API 詳細資訊,請參閱 AWS CLI 命令參考中的 AcknowledgeJob
。
-
- PowerShell
-
- for PowerShell 工具
-
範例 1:此範例會取得指定任務的狀態。
Confirm-CPJob -JobId f570dc12-5ef3-44bc-945a-6e133EXAMPLE -Nonce 3
輸出:
Value ----- InProgress
-
如需 API 詳細資訊,請參閱 AWS Tools for PowerShell Cmdlet 參考中的 AcknowledgeJob。
-
動作
CreateCustomActionType