From 907d1619bf071d1bf8c46bca88a1dbeb4d750faf Mon Sep 17 00:00:00 2001 From: dhramns <61316484+dhramns@users.noreply.github.com> Date: Tue, 1 Aug 2023 21:52:03 +0100 Subject: [PATCH 1/8] Update Jenkinsfile --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c26780265..860edf7e1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,10 +3,10 @@ pipeline { environment{ registryCredential = 'ecr:eu-west-2:jenkins-awscred' - appRegistry = "175223620529.dkr.ecr.eu-west-2.amazonaws.com/capstoneproject" + appRegistry = "175223620529.dkr.ecr.eu-west-2.amazonaws.com/capstoneproject-test" capstoneRegistry = "https://175223620529.dkr.ecr.eu-west-2.amazonaws.com" cluster = "CapstoneProject" - service = "capstoneproject-prod" + service = "capstoneproject-test" } stages { @@ -44,7 +44,7 @@ pipeline { stage('Deploy to ecs'){ when { - branch "master" + branch "test" } steps{ withAWS(credentials: 'jenkins-awscred', region: 'eu-west-2'){ From 0dc838937f0e58f867c1b8a3476e7df3484216f5 Mon Sep 17 00:00:00 2001 From: dhramns <61316484+dhramns@users.noreply.github.com> Date: Tue, 1 Aug 2023 22:00:19 +0100 Subject: [PATCH 2/8] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c26780265..9ff047ecb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ pipeline { stage('Test Website') { steps { // Run tests on the website - sh 'echo "Running tests on the capstone website"' + sh 'echo "Running tests on the capstone website."' } } From 6db9543b38c575ba210ce84d4d3366466b3ae885 Mon Sep 17 00:00:00 2001 From: dhramns <61316484+dhramns@users.noreply.github.com> Date: Tue, 1 Aug 2023 22:25:00 +0100 Subject: [PATCH 3/8] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 3ee7b6e94..70c076ae2 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ Project -

Welcome to Naga-Peter Project!

+

Welcome to Naga-Peter Project!!

-

Hello world!

+

ITC!