Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploy status #144

Open
3 tasks
Tracked by #5
dufoli opened this issue Jun 28, 2024 · 0 comments
Open
3 tasks
Tracked by #5

deploy status #144

dufoli opened this issue Jun 28, 2024 · 0 comments
Milestone

Comments

@dufoli
Copy link
Owner

dufoli commented Jun 28, 2024

  • check deploy status and unit test status
  • check bulk api status
  • check unit test

https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_deployrequest.htm

SELECT AllowMissingFiles, AutoUpdatePackage, CanceledById, ChangeSetName, CheckOnly, CompletedDate, CreatedById, CreatedDate, ErrorMessage, ErrorStatusCode, Id, IgnoreWarnings, IsDeleted, LastModifiedById, LastModifiedDate, NumberComponentErrors, NumberComponentsDeployed, NumberComponentsTotal, NumberTestErrors, NumberTestsCompleted, NumberTestsTotal, PurgeOnDelete, RollbackOnError, RunTestsEnabled, SinglePackage, StartDate, StateDetail, Status, SystemModstamp, TestLevel, Type
FROM DeployRequest order by CreatedDate desc limit 5

https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_rest_deploy_checkstatus.htm

to get detail 2 solutions :
https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_deploydetails.htm
https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_rest_deploy_checkstatus.htm
with includeDetails=true query param

@dufoli dufoli mentioned this issue Jun 28, 2024
96 tasks
@dufoli dufoli added this to the 1.29 milestone Jul 12, 2024
@dufoli dufoli moved this to Todo in Roadmap next release Jul 26, 2024
@dufoli dufoli modified the milestones: 1.29, 1.30, 1.31 Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant