You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be beneficial for CI jobs to have an option to query the quick deploy status of a previous validation. This way we can take the decision if we should allow it to do the quick deploy or ask for re-validation. Currently, when running a CI job with a jobId that was previously validated but it cannot be quick deployed anymore because something else got deployed in the meantime, or another validation that failed ran, this is the output:
Error (CannotQuickDeployError): Job ID can't be used for quick deployment. Possible reasons include the deployment hasn't been validated, has already been deployed, or the validation expired because you ran it more than 10 days ago.
This is a nice error message but it still is, an error. It would be great to add an extra flag in the json reply when running project deploy report that shows the quick deploy status of that JobId. It could even be a boolean like "quickDeployAvailable": false or something similar.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
It would be beneficial for CI jobs to have an option to query the quick deploy status of a previous validation. This way we can take the decision if we should allow it to do the quick deploy or ask for re-validation. Currently, when running a CI job with a jobId that was previously validated but it cannot be quick deployed anymore because something else got deployed in the meantime, or another validation that failed ran, this is the output:
This is a nice error message but it still is, an error. It would be great to add an extra flag in the json reply when running
project deploy report
that shows the quick deploy status of that JobId. It could even be a boolean like"quickDeployAvailable": false
or something similar.Beta Was this translation helpful? Give feedback.
All reactions