-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
os.name Windows Server 2008 R2
jenkins 2.19
ant 1.3
gerrit-trigger 2.22.0
git 2.5.3
git-client 1.21.0
git-server 1.7
When using quotes in a git commit summary, all ant build fail due to wrong escaping.
Ant then wrongly interprets parts of the commit summary as an ant target, which does not exist.
Since the parameters are somehow forced on me by, idk - the git-plugin? i dont see a way to fix it myself, even though i dont even need the commit summary in my ant scripts.
See the attached screenshot for the commit details and build output.
thank you & best regards,
keydon
I don't understand how to duplicate the problem you're reporting. Based on the description and guesses from the screen shot, I assume you're using the gerrit trigger plugin and running an ant build step within your job.
The git plugin does not modify build steps, so it seems quite unlikely that the parameters are a result of the git plugin.