From 4a3c8075707d8a78fefa1cc7c3169d6846e3fffc Mon Sep 17 00:00:00 2001 From: Wanda Carlson <87515018+wanda-carlson@users.noreply.github.com> Date: Fri, 6 Dec 2024 09:12:20 +0500 Subject: [PATCH 01/10] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2984a8f3..5eab0887 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { stage('Test') { steps { echo 'Testing..' - sleep(10) + sleep(11) } } stage('Deploy') { From 5a224681304e72eefaab35625feefe08251b595c Mon Sep 17 00:00:00 2001 From: Wanda Carlson <87515018+wanda-carlson@users.noreply.github.com> Date: Wed, 5 Feb 2025 22:48:56 -0800 Subject: [PATCH 02/10] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5eab0887..ea73a4d1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { stage('Test') { steps { echo 'Testing..' - sleep(11) + sleep(5) } } stage('Deploy') { From c734bd8c6b004ad35619a76ef8e6f22f31952e40 Mon Sep 17 00:00:00 2001 From: Wanda Carlson <87515018+wanda-carlson@users.noreply.github.com> Date: Wed, 5 Feb 2025 23:17:44 -0800 Subject: [PATCH 03/10] Update Jenkinsfile --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index ea73a4d1..4ef0759a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,6 +12,7 @@ pipeline { steps { echo 'Testing..' sleep(5) + echo 'ready to go!' } } stage('Deploy') { From a4ba55e8eef826b00d0ee0686654b714ade8bf9d Mon Sep 17 00:00:00 2001 From: Wanda Carlson <87515018+wanda-carlson@users.noreply.github.com> Date: Wed, 5 Feb 2025 23:23:49 -0800 Subject: [PATCH 04/10] Update Jenkinsfile --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4ef0759a..3dbda277 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,8 @@ pipeline { steps { echo 'Testing..' sleep(5) - echo 'ready to go!' + echo 'RED' + sleep(5) } } stage('Deploy') { From 5b3f4254be7b9a8adb91a0391edacf981834e1fe Mon Sep 17 00:00:00 2001 From: Wanda Carlson <87515018+wanda-carlson@users.noreply.github.com> Date: Wed, 5 Feb 2025 23:25:34 -0800 Subject: [PATCH 05/10] Yellow --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 3dbda277..de4acf4f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,6 +14,7 @@ pipeline { sleep(5) echo 'RED' sleep(5) + echo 'YELLOW' } } stage('Deploy') { From 21a35a773bfd3be7c1afa845d9aca823ab6dcea0 Mon Sep 17 00:00:00 2001 From: Wanda Carlson <87515018+wanda-carlson@users.noreply.github.com> Date: Wed, 5 Feb 2025 23:32:04 -0800 Subject: [PATCH 06/10] Update Jenkinsfile --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index de4acf4f..f75699ba 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,6 +15,7 @@ pipeline { echo 'RED' sleep(5) echo 'YELLOW' + sleep(5) } } stage('Deploy') { From e41d0bcbf36c82582e97d1c4b37bafdb7e3d4fdd Mon Sep 17 00:00:00 2001 From: Wanda Carlson <87515018+wanda-carlson@users.noreply.github.com> Date: Wed, 5 Feb 2025 23:43:41 -0800 Subject: [PATCH 07/10] Green --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index f75699ba..bf90270b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,6 +16,7 @@ pipeline { sleep(5) echo 'YELLOW' sleep(5) + echo 'GREEN' } } stage('Deploy') { From 2577b6eaa775ee92f24445eac07e9dd5f8ea4102 Mon Sep 17 00:00:00 2001 From: "Henry R." <87513666+henry-richard@users.noreply.github.com> Date: Thu, 6 Feb 2025 11:45:37 +0400 Subject: [PATCH 08/10] jenkinsfile henry --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index bf90270b..6e8b495f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { echo 'RED' sleep(5) echo 'YELLOW' - sleep(5) + sleep(10) echo 'GREEN' } } From 9717906fcc6c6a1862299a071ba3a6e5091edb95 Mon Sep 17 00:00:00 2001 From: "Henry R." <87513666+henry-richard@users.noreply.github.com> Date: Thu, 6 Feb 2025 11:47:16 +0400 Subject: [PATCH 09/10] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6e8b495f..c866cfb3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { stage('Test') { steps { echo 'Testing..' - sleep(5) + sleep(10) echo 'RED' sleep(5) echo 'YELLOW' From 9a0f116aa35abf71b3cfa644097e99a5f34136f9 Mon Sep 17 00:00:00 2001 From: "Henry R." <87513666+henry-richard@users.noreply.github.com> Date: Thu, 6 Feb 2025 11:49:34 +0400 Subject: [PATCH 10/10] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c866cfb3..9ffef84e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { echo 'Testing..' sleep(10) echo 'RED' - sleep(5) + sleep(10) echo 'YELLOW' sleep(10) echo 'GREEN'