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
Try to create a pipeline with a user that has no credit card set in gitlab or expired credit card
We get an error gitlab.exceptions.GitlabCreateError: 400: {'base': ['Credit card required to be on file in order to create a pipeline']}
gitlab.exceptions.GitlabCreateError: 400: {'base': ['Credit card required to be on file in order to create a pipeline']}
Should return a ValidationError asking the user to add a credit card in GitLab and explain why it's needed
The text was updated successfully, but these errors were encountered:
@abdounasser202 Thanks for your report.
Sorry, something went wrong.
tarekmokhtarjr
No branches or pull requests
Steps to reproduce
Try to create a pipeline with a user that has no credit card set in gitlab or expired credit card
Issue
We get an error
gitlab.exceptions.GitlabCreateError: 400: {'base': ['Credit card required to be on file in order to create a pipeline']}
Expected behaviour
Should return a ValidationError asking the user to add a credit card in GitLab and explain why it's needed
Screenshot
The text was updated successfully, but these errors were encountered: