Hello Guys,  

This is one tricky question, Please review the problem statement and advise 
me how to  get into further.


I have pipeline code which is combined of groovy and sh script. Refer the 
below sample one, based on that the line 4 code should be execute once ssh 
commend done in the target server completely which meant the triggered 
shell script takes time to complete in target server, so its depends on 
load in the script, by that we cannot put static sleep time after the line 
3. what is the best way to achieve that.

node{
line 1 code
line 2 code
sh "ssh <usercredential>@<serverIP>: sh abc.sh or scb    // line 3
line 4 code
}

-- 
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/28a8b3da-d8e3-4051-a4a3-7f6144b7ef83%40googlegroups.com.

Reply via email to