From 306546a3909576c7945f7195c0d3e121b3249b7f Mon Sep 17 00:00:00 2001 From: Swapnil Pise <52040517+swapnilpise@users.noreply.github.com> Date: Thu, 23 Jan 2025 11:49:01 +0530 Subject: [PATCH 1/2] Update Jenkinsfile --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 84530c2..3433ddb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,19 +6,19 @@ pipeline { stage('Install Dependencies') { steps { - sh 'npm install' + echo ''Install dependencies...." } } stage('Test') { steps { - sh 'echo "testing application..."' + echo "testing application..." } } stage("Deploy application") { steps { - sh 'echo "deploying application..."' + echo "deploying application..." } } From 3af4e89e69d0c08c5bb0df865d5b6bda419a48ba Mon Sep 17 00:00:00 2001 From: Swapnil Pise <52040517+swapnilpise@users.noreply.github.com> Date: Thu, 23 Jan 2025 11:49:41 +0530 Subject: [PATCH 2/2] Update-1 Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3433ddb..941a5aa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { stage('Install Dependencies') { steps { - echo ''Install dependencies...." + echo ''check dependencies...." } } @@ -16,7 +16,7 @@ pipeline { } } - stage("Deploy application") { + stage("validate application") { steps { echo "deploying application..." }