LoginSignup
0
0

DevOps Center のバグ

Last updated at Posted at 2023-05-08

バグ

既知の問題 

プロモーションの停止/プロモーションのブロックの例を投稿する

こんにちは。DevOps センターが外部サービスから操作ステータスを正しく受信または処理しないという既存のバグがあり、その修正に積極的に取り組んでいます。そのため、DevOps センターは依然として WI がソース段階にあると考えています。 。プロモーションが正常に完了したことがわかっている場合 (ブランチが正常にマージされ、変更がターゲット組織に展開された)、次の方法で WI のステータスを手動で更新できます。

Deployment_Result レコードのDeployment_Idフィールドを「unknown」に更新し、Completion_Date を過去の日付に更新します (この部分は完全に正しくするために重要ではありません)。
Status__c レコード (Async_Operation_Result_ c) を更新し、その Status_cフィールドを「Complete」に設定します。
開発者コンソールの使用に慣れている場合は、次のクエリを実行します。

SELECT Id, sf_devops__Status__c FROM sf_devops__Deployment_Result__c WHERE sf_devops__Status__r.sf_devops__Status__c = 'In Progress'

レコードを開き、デプロイメント IDフィールドを「不明」に設定します。次に、Async_Operation_Result__c レコード (Deployment_Result から Status__c フィールドを介して取得) で、Statusフィールドを「Complete」に変更します。

IMPORTANT If you’re working directly in GitHub, delays can occur between when these actions happen and when they’re reflected in DevOps Center. If you take subsequent actions on the related objects in DevOps Center before they are reflected, you're likely to see unexpected or inconsistent behavior. For metadata changes, we recommend that you wait for delayed events to be reflected in DevOps Center. For non-metadata changes, such as updates to the .forceignore file, you can continue with the promotion.

Work Outside of DevOps Center
https://help.salesforce.com/s/articleView?id=sf.devops_center_work_item_work_unconnected.htm&type=5

同じ GitHub リポジトリに 2 つのプロジェクトを含めることはできますか?

you should be able to create a new project using an existing repository. Unfortunately, we have a bug at the moment that shows the exception error. This will be fixed in an upcoming patch release.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0