From c078a8c26ba1395b18a8d0c57572f1b46bf05185 Mon Sep 17 00:00:00 2001 From: Shankar Date: Wed, 3 Feb 2021 11:55:13 +0530 Subject: [PATCH 1/4] updated readme file --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 697c36f..24ed17f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ yum -y install nodejs ``` - Setup Jenkins job From 6ebdc637a563bf1ccdddc256b7041e3f811a2f7a Mon Sep 17 00:00:00 2001 From: Shankar Date: Wed, 3 Feb 2021 12:20:02 +0530 Subject: [PATCH 2/4] updated jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index db8d3f5..84530c2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { } } - stage("Deploy nodejs application") { + stage("Deploy application") { steps { sh 'echo "deploying application..."' } @@ -25,4 +25,4 @@ pipeline { } - } \ No newline at end of file + } From 4fdf11faf9287eb576bb6c6b128a32e69603dc7f Mon Sep 17 00:00:00 2001 From: Shankar Date: Wed, 3 Feb 2021 12:23:37 +0530 Subject: [PATCH 3/4] updated readme file --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 24ed17f..c25a886 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ Setup Jenkins job - ## Fork nodejs applicaton onto your repository Github URL: https://github.com/ravdy/nodejs.git From 12a7824b31a710f6057afd2a3433e6cbe804d64e Mon Sep 17 00:00:00 2001 From: ravdy <30906888+ravdy@users.noreply.github.com> Date: Tue, 16 Aug 2022 05:49:53 +0530 Subject: [PATCH 4/4] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c25a886..5ac99db 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,6 @@ Github URL: https://github.com/ravdy/nodejs.git Using simple "hello world" application from the [nodejs.org](https://nodejs.org/en/docs/guides/getting-started-guide/) website - ## On Jenkins GUI 1. Create the new FreeStyle Project