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
UI should present meaningful and actionable error messages. For above scenarios UI can display
Gray out Start button itself if there are no jobs to start, and/or display message that Cannot run builds because jobs are disabled, goto options page to enable them Or No jobs configured to run for Pull requests. Or No jobs configured to run for commit
SCM repository not found. Please reach out to Screwdriver admins to delete.
SCM Repository not found. Please reach out to Screwdriver admins
How to reproduce it:
The text was updated successfully, but these errors were encountered:
What happened:
Many cases Screwdriver displays error messages as it is from underlying SCM or backend layers without any context.
Examples
No jobs to run
messages whenStart
button is clicked because jobs are disabled from options.Not found
message when deleting pipelineNot found
message when starting pipeline.What you expected to happen:
UI should present meaningful and actionable error messages. For above scenarios UI can display
Start
button itself if there are no jobs to start, and/or display message thatCannot run builds because jobs are disabled, goto options page to enable them
OrNo jobs configured to run for Pull requests.
OrNo jobs configured to run for commit
How to reproduce it:
The text was updated successfully, but these errors were encountered: