-
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
Unable to perform Quick Deploy using 15 character deployment job Id #2591
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. |
@rajeswaropsera I was unable to reproduce this with the following and sf 2.21.1
Can you provide any more details on how I might be able to reproduce it? Thanks! |
@mdonnalley We are able to reproduce the same using v 2.21.1 as well, with multiple Orgs as well. I went ahead and tried with some dummy ID as well, and looks like the error response seems to be the same (highlighted one) |
@rajeswaropsera two questions:
|
This issue has been linked to a new work item: W-14800653 |
I was able to repro this on latest sf:
If do step 4 with So the bug happens when you try to quick deploy to an org with a 15-char deploy ID and it's not in the local cache. |
Summary
We are getting an error while trying to run below quick deploy command using the 15 character job id. The command works fine when the 18 character id is provided. We have verified that Quick Deploy option is also visible in Salesforce under the Deployment Status page.
This behaviour is replicable from sf cli version 2.11.8 onwards.
This was not the case using sfdx cli command and we were able to perform quick deploy using either the 15 or 18 character job id.
sfdx force:source:deploy -u <username> -q <job-id-15-character>
This is breaking some of the automated pipelines we have created, and the error message that cli throws is causing confusion for all.
Steps To Reproduce
sf project deploy quick -o <username> -i <job-id-15-character>
Expected result
Actual result
Error (1): No job found for ID: <job-id-15-character>
System Information
Additional information
Below is the command and the error message snapshot when using sf cli command
Salesforce Deployment Status page, showing the job id
Below is the snapshot of successful run using sfdx cli command
Below is the snapshot of successful run using sf cli command after providing 18 character job Id
The text was updated successfully, but these errors were encountered: