From f289811e9020e3200d4cdeb5130745038e7fec22 Mon Sep 17 00:00:00 2001 From: pugalmaniks <95239450+pugalmaniks@users.noreply.github.com> Date: Wed, 1 Dec 2021 19:54:49 +0530 Subject: [PATCH 1/3] Update Jenkinsfile --- Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index db8d3f5..1c2fae5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,23 +6,23 @@ pipeline { stage('Install Dependencies') { steps { - sh 'npm install' + echo "testing application..." } } stage('Test') { steps { - sh 'echo "testing application..."' + echo "testing application..." } } stage("Deploy nodejs application") { steps { - sh 'echo "deploying application..."' + echo "testing application..." } } } - } \ No newline at end of file + } From f3f0bd356760a57b381312b1d1ab49ff2d0b34da Mon Sep 17 00:00:00 2001 From: pugalmaniks <95239450+pugalmaniks@users.noreply.github.com> Date: Wed, 1 Dec 2021 19:56:08 +0530 Subject: [PATCH 2/3] Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1c2fae5..5215d23 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { stage('Install Dependencies') { steps { - echo "testing application..." + echo "build application..." } } @@ -18,7 +18,7 @@ pipeline { stage("Deploy nodejs application") { steps { - echo "testing application..." + echo "deploy application..." } } From c8bb99ce7976493460e47b30f6ba4a9d088f490f Mon Sep 17 00:00:00 2001 From: pugalmaniks <95239450+pugalmaniks@users.noreply.github.com> Date: Thu, 2 Dec 2021 12:28:48 +0530 Subject: [PATCH 3/3] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5215d23..b839810 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { stage('Install Dependencies') { steps { - echo "build application..." + echo "build the application..." } }