We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When creating a release and the git repo has issues (invalid repo, invalid credentials) it shows this error
When saving the step in the deployment process though, it was all valid.
Validate the referenced git repository when the user saves their Deployment Process, instead of when they're creating a Release.
Existing experience - issue with git reference doesn't get raised until the user attempts to create a release:
Desired - git reference validation error is raised when the user attempts to save their deployment process:
The text was updated successfully, but these errors were encountered:
Release notes: Git credentials will now be validated when saving a Deployment Process (previously this check only happened when creating a Release)
Sorry, something went wrong.
No branches or pull requests
The enhancement
The Need
When creating a release and the git repo has issues (invalid repo, invalid credentials) it shows this error
When saving the step in the deployment process though, it was all valid.
Solution
Validate the referenced git repository when the user saves their Deployment Process, instead of when they're creating a Release.
Screenshots and Mockups
Existing experience - issue with git reference doesn't get raised until the user attempts to create a release:
Desired - git reference validation error is raised when the user attempts to save their deployment process:
The text was updated successfully, but these errors were encountered: