Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 461 Bytes

README.adoc

File metadata and controls

11 lines (6 loc) · 461 Bytes

Toulouse JAM - Librairie partagée Jenkins Pipeline

Available methods :

copyFileTo(username, hostname, localpath, remotepath) : copie a file to a remote location using SCP

sshExec(username, hostname, command) : execute a command on a remote host via SSH

stopApplicationGracefully(username, hostname) : stop the remote java application (not very gracefully :-))