上QQ阅读APP看书,第一时间看更新
Continuous deployment
We have completed the continuous integration step. When source code is updated in a GitHub project, our Jenkins server will build a .jar file. We need to deploy the updated code to a remote server. SSH is secure shell protocol widely used to securely log in to remote systems. In this sample application, we will be using the Publish Over SSH plugin. It is used to send build artifacts and execute commands on remote server using the SSH protocol.