From 9cc7a138a642fb499a19708991713f90a22184c6 Mon Sep 17 00:00:00 2001 From: sureshgitnew <53163973+sureshgitnew@users.noreply.github.com> Date: Sun, 8 Dec 2024 22:43:20 +0530 Subject: [PATCH 1/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ac99db..eeeb029 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ```sh yum groupinstall 'Development Tools' ``` - +---- 1. Install nodejs ```sh yum -y install nodejs From bfe3df0cb994d0a30544a165d9d21fcd5c0d2df6 Mon Sep 17 00:00:00 2001 From: sureshgitnew <53163973+sureshgitnew@users.noreply.github.com> Date: Mon, 9 Dec 2024 07:59:35 +0530 Subject: [PATCH 2/5] Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 84530c2..5c3e2e2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,9 +4,9 @@ pipeline { stages { - stage('Install Dependencies') { + stage('build') { steps { - sh 'npm install' + sh 'echo "build application..."' } } From a9f9ed8d2173c0c0b94c287aadde9a3ff0d3c4eb Mon Sep 17 00:00:00 2001 From: sureshgitnew <53163973+sureshgitnew@users.noreply.github.com> Date: Tue, 21 Jan 2025 21:28:04 +0530 Subject: [PATCH 3/5] Create newfile --- newfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 newfile diff --git a/newfile b/newfile new file mode 100644 index 0000000..c8632c3 --- /dev/null +++ b/newfile @@ -0,0 +1 @@ +test4 files From ff168db04611a83fb18229581c394314568ed1b3 Mon Sep 17 00:00:00 2001 From: sureshgitnew <53163973+sureshgitnew@users.noreply.github.com> Date: Tue, 21 Jan 2025 21:30:03 +0530 Subject: [PATCH 4/5] Update newfile --- newfile | 1 + 1 file changed, 1 insertion(+) diff --git a/newfile b/newfile index c8632c3..8531a40 100644 --- a/newfile +++ b/newfile @@ -1 +1,2 @@ test4 files +....................updating my latest file From e256031817be6e7ed857011452696764b93e6c25 Mon Sep 17 00:00:00 2001 From: sureshgitnew <53163973+sureshgitnew@users.noreply.github.com> Date: Fri, 2 May 2025 20:37:42 +0530 Subject: [PATCH 5/5] Update Jenkinsfile --- Jenkinsfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5c3e2e2..b065b0a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,12 +10,6 @@ pipeline { } } - stage('Test') { - steps { - sh 'echo "testing application..."' - } - } - stage("Deploy application") { steps { sh 'echo "deploying application..."'