Re: ssh agent failing on pipeline script running on slave

2017-05-24 Thread Aitkiar Salaran
e that the log lines that trick me in to think there was something wrong with the step where n the wrong order because of asynchronous logging or something similar. Thanks anyway El martes, 23 de mayo de 2017, 12:54:19 (UTC+2), Aitkiar Salaran escribió: > > Hi, > > I have pipeline j

ssh agent failing on pipeline script running on slave

2017-05-23 Thread Aitkiar Salaran
Hi, I have pipeline job that uses ssh agent step to set up credentials to connect to git repository and clone it. When i execute the job on the master jenkins, it runs flawlesly. When run it on a slave it fails because ssh agent closes before the git clone. This is an example of the code that