How to use special command line characters in ant? -
good morning,
i trying call create-job task of jenkins-cli right ant. problem is, ant won't let me use "<" char.
here try do: jenkins-cli -s http://localhost:8080/ create-job < path/to/build.xml dummy
is there way this? in advance!
ant buildfiles xml, need use either entity or escape sequence. entity need <
Comments
Post a Comment