RicardoTaipe / nodejs-jenkins-CI-CD

This Jenkins pipeline has three steps to test CI-CD on a nodejs application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jenkins Pipeline

This Jenkins pipeline has three steps to test CI-CD on a nodejs application:

  • Build allows to clone repository and build application
  • Test allows to test the application through Mocka.
  • Deploy allows execute a script in order to deploy the application via SSH on a remote server. Finally, you receive a notification from Slack if the pipeline's result was succesful. pipeline

Slack Notification

slack jenkins

About

This Jenkins pipeline has three steps to test CI-CD on a nodejs application


Languages

Language:JavaScript 67.8%Language:Shell 32.2%