pipeline { agent any stages { stage('Testing Express Node JS') { steps { echo "Testing Neutral" } } stage('Deploy Neutral') { steps { echo "Deploying Neutral" } } } }