From 31dca6cd49b4c781f9f977e0c38c9397a113821b Mon Sep 17 00:00:00 2001 From: vaibhav9191 <68327363+vaibhav9191@users.noreply.github.com> Date: Sat, 14 Jan 2023 11:47:10 +0530 Subject: [PATCH 1/5] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 84530c2..faf1bde 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { stage('Install Dependencies') { steps { - sh 'npm install' + sh 'mvn clean install' } } From 059cab4be2454de434d01efc1b3045115a0294c1 Mon Sep 17 00:00:00 2001 From: vavavava Date: Sat, 14 Jan 2023 06:54:32 +0000 Subject: [PATCH 2/5] Ddd --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 84530c2..a12c660 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { } } - stage("Deploy application") { + stage("Deploy application ASAP") { steps { sh 'echo "deploying application..."' } From 12715c966d11fb9dfc9bf280d91216f1a7f2a13b Mon Sep 17 00:00:00 2001 From: vavavava Date: Sat, 14 Jan 2023 07:07:57 +0000 Subject: [PATCH 3/5] checking git version --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a12c660..26fa5de 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { stage('Install Dependencies') { steps { - sh 'npm install' + sh 'sudo git --version' } } From 2cbb2930334c87b8a2381018381f939ce417faca Mon Sep 17 00:00:00 2001 From: vaibhav9191 <68327363+vaibhav9191@users.noreply.github.com> Date: Sat, 14 Jan 2023 12:42:49 +0530 Subject: [PATCH 4/5] nn --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 26fa5de..2f781e3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { stage('Install Dependencies') { steps { - sh 'sudo git --version' + echo "sudo vaibhav patlll" } } From 8ed00ce139a7ca95887a5f5b042da1ca0dc0be74 Mon Sep 17 00:00:00 2001 From: vavavava Date: Sat, 14 Jan 2023 12:16:45 +0000 Subject: [PATCH 5/5] readmechnaged --- README.md | 1 + 1 file changed, 1 insertion(+) 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 - ```