Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[swtbot-dev] fixed configuration of swtbot-gerrit job

I came across the failing gerrit verification job when reviewing [1]
and found that the following configuration settings were wrong:
- "Choosing Strategy" (hidden behind second "Advanced" button of the git plugin configuration) was set to "Default" instead of "Gerrit Trigger"
- path for JUnit test results was empty, setting it to **/target/surefire-reports/*.xml fixed the corresponding error

I fixed both configuration issues (I am a deputy Hudson admin :) and retriggered the verification for change 9301 and it seems the job is now working properly [2].


--
Matthias

Back to the top