Skip to content
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

Cannot start build if author's email is not valid #2841

Open
adong opened this issue Mar 2, 2023 · 0 comments
Open

Cannot start build if author's email is not valid #2841

adong opened this issue Mar 2, 2023 · 0 comments
Labels

Comments

@adong
Copy link
Contributor

adong commented Mar 2, 2023

What happened:
Case 1:

If I created a github repo with an invalid user email, and used ssh key to upload repo to github

Then, I cannot onboard to screwdriver and start build,

will see "Not Found" error message without many details on what went wrong.

See:
image

Case 2:

If the existing repo can start build, and the newest commit got merged, if committer has no valid email info. The screwdriver jobs have ~commit cannot be triggered automatically, and manually click on start build will result to "Not Found" error message without many details on what went wrong.(similar to case 1)

See:
image

What you expected to happen:
I found the error message for the above actions in AWS (CloudWatch),
image

and these error messages should be propagated and show relevant error messages on the UI, rather than just Not Found.

How to reproduce it:

Try set the

git config --global user.name 'Alan Dong'
git config --global user.email "[email protected]"

and create a git repo, then onboard such git repo to screwdriver, to kick off a build

Or see commit histories on https://github.com/adong/artifacts-test/commits/master

@tkyi tkyi added the bug label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants