From 1f4101473b28f8a35ee965ebc90e35a8401c994f Mon Sep 17 00:00:00 2001 From: Anusuya-murugiah <133192318+Anusuya-murugiah@users.noreply.github.com> Date: Mon, 30 Sep 2024 00:34:22 +0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 84530c2..8018e67 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { stage('Install Dependencies') { steps { - sh 'npm install' + sh 'echo "npm install..."' } }