How can I fetch source code from synergy using Jenkins -
i have installed synergy plugin jenkins.
i want fetch code synergy db.
how can using jenkins?
i have given details in scm section of jenkins db value, engine, username , password.
well, stated in comments, reason behind following original issue error related path:
cannot run program "ccm" (in directory "c:\program files\jenkins\jobs\test\workspace"): createprocess error=2, system cannot find file specified...
for second issue i.e.,
cannot run program "c:\program files\ibm\rational\synergy\7.1\bin" (in directory "c:\program files\jenkins\jobs\test\workspace"): createprocess error=5, access denied
it seems have not specified full path executable shown in above error message.
hopefully, changing
"c:\program files\ibm\rational\synergy\7.1\bin"
to
"c:\program files\ibm\rational\synergy\7.1\bin\executable_name.exe"
should trick.
Comments
Post a Comment