-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: gerrit-trigger-plugin
-
Environment:Jenkins ver. 1.532.1
Gerrit Trigger 2.11.0
Gerrit Code Review (2.1.7)
Accidentally added a back quote '`' to the subject of the commit and it broke Jenkins build "/usr/bin/ant: 1: eval: Syntax error: EOF in backquote substitution".
Uploaded second patch set without back quote but fails because GERRIT_CHANGE_SUBJECT is stuck on the old value. I'm able to apply the change locally and verified the back quote is not present and can see from the Jenkins logs that it is using the second patch set except GERRIT_CHANGE_SUBJECT value is not correct.
Forced to abandon my change and re-upload as a separate code review.