Am 16.01.2018 um 09:25 schrieb Mayur Nagekar:

> I have no idea where that comes from ? And thats why my question.

Well, according to your other reply you do:

|
ssh -i ~/.ssh/id_rsa_jenkins -p 22<HOST_IP>declarative-linter <Jenkinsfile
|

So, you want to execute a program (/declarative-linter/ in this case) on
a remote host, but it is not found. Its directory either needs to be in
the $PATH variable (on that remote host) or you need to specify the
complete path, as in

|
ssh -i ~/.ssh/id_rsa_jenkins -p
22<HOST_IP>/full/path/to/declarative-linter <Jenkinsfile
|

HTH...

    Dirk
-- 
*Dirk Heinrichs*
Senior Systems Engineer, Delivery Pipeline
OpenText^TM Discovery | Recommind
*Email*: dirk.heinri...@recommind.com <mailto:dirk.heinri...@recommind.com>
*Website*: www.recommind.de <http://www.recommind.de>

Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach

Vertretungsberechtigte Geschäftsführer John Marshall Doolittle, Gordon
Davies, Roger Illing, Registergericht Amtsgericht Bonn, Registernummer
HRB 10646

This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese
E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail sind nicht gestattet.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/854273a6-c1fc-cc17-7e75-971b54cfb683%40opentext.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to