Problems integrating Jenkins and Mercurial -
i getting next error:
java]started user anonymous building in workspace c:\program files (x86)\jenkins\jobs\test1\workspace $ hg clone --rev default --noupdate ssh://locahost/*/test1 "c:\program files (x86)\jenkins\jobs\test1\workspace" remote: unable open connection: remote: host not existabort: no suitable response remote hg! error: failed clone ssh://locahost/*/test1 error: failed clone ssh://locahost/*/test1 finished: failure
in mercurial pluging jenkins console have used
repository url: ssh://locahost/*/test1
the rest options in default
any idea?
thanks
i don't know why have *
character in path remote repository, seems culprit particular error (it generates similar errors against own hg server).
Comments
Post a Comment