diff --git a/Jenkinsfile b/Jenkinsfile index 84530c2..2f1e6d3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,9 @@ pipeline { stage('Install Dependencies') { steps { - sh 'npm install' + + echo "sudo vaibhav patlll" + } } @@ -16,7 +18,7 @@ pipeline { } } - stage("Deploy application") { + stage("Deploy application ASAP") { steps { sh 'echo "deploying application..."' } diff --git a/README.md b/README.md index 5ac99db..af6a620 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ ### Setup nodejs packages on jenkins (needed for build) and application server (needed to deploy) 1. Enable nodejs packages on Linux server + echo is used only for this ```sh curl -sL https://rpm.nodesource.com/setup_15.x | bash - ```