I have installed synergy plugin for Jenkins.
I want to fetch some code from synergy DB.
How can I do it using jenkins?
I have given all the details in SCM section of Jenkins like DB value, Engine, Username and password.
I have installed synergy plugin for Jenkins.
I want to fetch some code from synergy DB.
How can I do it using jenkins?
I have given all the details in SCM section of Jenkins like DB value, Engine, Username and password.
Copyright © 2021 Jogjafile Inc.
Well, as i stated in my comments, the reason behind the following original issue error was related to PATH:
For the second issue i.e.,
it seems you have not specified the full path to the executable as shown in the 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 do the trick.