| Summary: | authorizeGerritBuild.sh does not allow committers to retrigger builds after switching to Jenkins | ||
|---|---|---|---|
| Product: | Community | Reporter: | Sam Davis <sam.davis> |
| Component: | CI-Jenkins | Assignee: | CI Admin Inbox <ci.admin-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | eclipse, mikael.barbero, webmaster |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 10 | ||
| Whiteboard: | |||
|
Description
Sam Davis
Please give it another try. I've tweaked the script to take into account changes in Jenkins output. Seems to be working now, thanks! closing Not working for me. Please see https://ci.eclipse.org/mylyn/job/gerrit-mylyn-builds/427/. @Sam: Please try to retrigger the job. Maybe it is a problem with my account. (In reply to Frank Becker from comment #4) > Not working for me. Please see > https://ci.eclipse.org/mylyn/job/gerrit-mylyn-builds/427/. > > @Sam: Please try to retrigger the job. Maybe it is a problem with my account. Per Foundation records, you're not a committer on mylyn.builds project but you're whitelisted, so the script should allow you to re-trigger the build. AFAICT, Jenkins tells us that the job has been retriggered by "eclipse@Frank-Becker.de" while you're whitelisted with the all lowercase email "eclipse@frank-becker.de". I've added some email normalization to the script. It should fix the issue. Please try again. Thanks. (In reply to Mikaël Barbero from comment #5) > (In reply to Frank Becker from comment #4) > > Not working for me. Please see > > https://ci.eclipse.org/mylyn/job/gerrit-mylyn-builds/427/. > > > > @Sam: Please try to retrigger the job. Maybe it is a problem with my account. > > Per Foundation records, you're not a committer on mylyn.builds project but > you're whitelisted, so the script should allow you to re-trigger the build. > > AFAICT, Jenkins tells us that the job has been retriggered by > "eclipse@Frank-Becker.de" while you're whitelisted with the all lowercase > email "eclipse@frank-becker.de". > > I've added some email normalization to the script. It should fix the issue. > Please try again. Thanks. Yes now I can retriever the Job. See https://ci.eclipse.org/mylyn/job/gerrit-mylyn-builds/428. Thanks Frank |