This Jenkins pipeline has three steps to test CI-CD on a nodejs application:
Build
allows to clone repository and build applicationTest
allows to test the application throughMocka
.Deploy
allows execute a script in order to deploy the application viaSSH
on a remote server. Finally, you receive a notification fromSlack
if the pipeline's result was succesful.
0 comments:
Publicar un comentario