-
Notifications
You must be signed in to change notification settings - Fork 78
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
SF Project Deploy Resume returns - No job found for Id: 0Af68... #2498
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
@divinedragon We recently made some changes to support "nomadic deploys" (e.g validate deploy on one machine, resume on another - see discussion). Can you try v2.11.8 to see if that resolves your issue? Thanks! |
I am trying to update the
Am I missing anything? |
As mentioned by @mnunezdm in the comment, Caching and Restoring the |
@divinedragon you need to update to latest release candidate with |
@divinedragon |
Since saving the cache folder ( We can close this issue. |
Summary
I am trying to setup our CI/CD Pipeline to use the latest sf commands. We plan to have 3 steps in our pipeline.
sf project deploy validate --async
sf project deploy resume --job-id
It is at this Step 3 where, when we are trying to resume with the validation, the command returns
No job found for ID: 0Af68...
Steps To Reproduce
Commands as part of Step 1
Commands as part of Step 3
Expected result
Expecting the
sf project deploy resume
to locate the job and continue.Actual result
Command returns Job not found
System Information
Terminal - Bash
System - Ubuntu
Additional information
Node Version -
node --version
Salesforce CLI version -
sf version
Result for
sf org login access-token
Result for
sf org list
Result for
sf doctor
Job Response from Rest API -
/metadata/deployRequest/0Af68XXXXX
The text was updated successfully, but these errors were encountered: