From a3800ed860297ce824e80c97e189ea8cf29f8f5e Mon Sep 17 00:00:00 2001 From: Demco001 <118616227+Demco001@users.noreply.github.com> Date: Sun, 23 Jul 2023 01:23:31 +0100 Subject: [PATCH 01/17] Update helloWorld.groovy --- vars/helloWorld.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/helloWorld.groovy b/vars/helloWorld.groovy index 2fdb8e3f..d558c0b2 100644 --- a/vars/helloWorld.groovy +++ b/vars/helloWorld.groovy @@ -1,3 +1,3 @@ -def call(Map config = [:]) { - sh "echo Hello ${config.name}. Today is ${config.dayOfWeek}." +def call() { + sh "echo Hello World" } From 7c0741cb3dbc81738d055ad5f90cc330b03761b7 Mon Sep 17 00:00:00 2001 From: Demco001 <118616227+Demco001@users.noreply.github.com> Date: Sun, 23 Jul 2023 17:49:20 +0100 Subject: [PATCH 02/17] Update helloWorld.groovy name and day of week name and day of week --- vars/helloWorld.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/helloWorld.groovy b/vars/helloWorld.groovy index d558c0b2..98f15439 100644 --- a/vars/helloWorld.groovy +++ b/vars/helloWorld.groovy @@ -1,3 +1,3 @@ -def call() { - sh "echo Hello World" +def call(String name,String dayOfWeek) { + sh "echo Hello ${name}. Today is ${dayOfWeek}" } From 7226969494c9646e08aa03702a6464f6d5c1f270 Mon Sep 17 00:00:00 2001 From: Demco001 <118616227+Demco001@users.noreply.github.com> Date: Sun, 23 Jul 2023 18:01:37 +0100 Subject: [PATCH 03/17] Update helloWorld.groovy - Hello World Hello World -01 --- vars/helloWorld.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/helloWorld.groovy b/vars/helloWorld.groovy index 98f15439..1224317b 100644 --- a/vars/helloWorld.groovy +++ b/vars/helloWorld.groovy @@ -1,3 +1,3 @@ def call(String name,String dayOfWeek) { - sh "echo Hello ${name}. Today is ${dayOfWeek}" + sh "echo Hello World" } From 48b50e18649450da79ee752e74fdc6581051003d Mon Sep 17 00:00:00 2001 From: Demco001 <118616227+Demco001@users.noreply.github.com> Date: Sun, 23 Jul 2023 18:04:18 +0100 Subject: [PATCH 04/17] Update helloWorld.groovy Hello World-02 --- vars/helloWorld.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/helloWorld.groovy b/vars/helloWorld.groovy index 1224317b..f270c00d 100644 --- a/vars/helloWorld.groovy +++ b/vars/helloWorld.groovy @@ -1,3 +1,3 @@ def call(String name,String dayOfWeek) { - sh "echo Hello World" + sh "echo Hello World-02" } From 6428db1daf14cc3d37ca42b3219c40741daaf863 Mon Sep 17 00:00:00 2001 From: Demco001 <118616227+Demco001@users.noreply.github.com> Date: Sun, 23 Jul 2023 19:18:19 +0100 Subject: [PATCH 05/17] Update helloWorld.groovy - hello world hello world --- vars/helloWorld.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/helloWorld.groovy b/vars/helloWorld.groovy index f270c00d..4884559d 100644 --- a/vars/helloWorld.groovy +++ b/vars/helloWorld.groovy @@ -1,3 +1,3 @@ def call(String name,String dayOfWeek) { - sh "echo Hello World-02" + sh "echo hello world" } From 7fd0446ef501fe1c0723ba2bbd80dc627c61a54d Mon Sep 17 00:00:00 2001 From: Demco001 <118616227+Demco001@users.noreply.github.com> Date: Sun, 23 Jul 2023 19:19:10 +0100 Subject: [PATCH 06/17] Update helloWorld.groovy hello world01 hello world01 --- vars/helloWorld.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/helloWorld.groovy b/vars/helloWorld.groovy index 4884559d..a5a85f8e 100644 --- a/vars/helloWorld.groovy +++ b/vars/helloWorld.groovy @@ -1,3 +1,3 @@ -def call(String name,String dayOfWeek) { +def call() { sh "echo hello world" } From 0e3443549789d7558720a012691d1fbe63cf2599 Mon Sep 17 00:00:00 2001 From: Demco001 <118616227+Demco001@users.noreply.github.com> Date: Sun, 23 Jul 2023 19:25:12 +0100 Subject: [PATCH 07/17] Update helloWorld.groovy - Hello World Hello World --- vars/helloWorld.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/helloWorld.groovy b/vars/helloWorld.groovy index a5a85f8e..d558c0b2 100644 --- a/vars/helloWorld.groovy +++ b/vars/helloWorld.groovy @@ -1,3 +1,3 @@ def call() { - sh "echo hello world" + sh "echo Hello World" } From a6d8513486ee0a147ad1e9f08b697cdfc6ccbf95 Mon Sep 17 00:00:00 2001 From: Demco001 <118616227+Demco001@users.noreply.github.com> Date: Mon, 24 Jul 2023 20:17:19 +0100 Subject: [PATCH 08/17] Update helloWorld.groovy - Hello Day of Week Hello Day of Week --- vars/helloWorld.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/helloWorld.groovy b/vars/helloWorld.groovy index d558c0b2..41dfd2c2 100644 --- a/vars/helloWorld.groovy +++ b/vars/helloWorld.groovy @@ -1,3 +1,3 @@ -def call() { - sh "echo Hello World" +def call(String name,String dayOfWeek) { + sh "echo Hello ${name}. Today is ${dayOfWeek}." } From d410c9774fac9329425ea7acf35b2b9252ea98bd Mon Sep 17 00:00:00 2001 From: Demco001 <118616227+Demco001@users.noreply.github.com> Date: Mon, 24 Jul 2023 20:30:59 +0100 Subject: [PATCH 09/17] Update helloWorld.groovy - Map config. --- vars/helloWorld.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/helloWorld.groovy b/vars/helloWorld.groovy index 41dfd2c2..2fdb8e3f 100644 --- a/vars/helloWorld.groovy +++ b/vars/helloWorld.groovy @@ -1,3 +1,3 @@ -def call(String name,String dayOfWeek) { - sh "echo Hello ${name}. Today is ${dayOfWeek}." +def call(Map config = [:]) { + sh "echo Hello ${config.name}. Today is ${config.dayOfWeek}." } From 71578f8c9db48014d4713ac63543d4416c9477e9 Mon Sep 17 00:00:00 2001 From: Demco001 <118616227+Demco001@users.noreply.github.com> Date: Mon, 24 Jul 2023 20:54:42 +0100 Subject: [PATCH 10/17] Update helloWorld.groovy --- vars/helloWorld.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/helloWorld.groovy b/vars/helloWorld.groovy index 2fdb8e3f..22271192 100644 --- a/vars/helloWorld.groovy +++ b/vars/helloWorld.groovy @@ -1,3 +1,3 @@ -def call(Map config = [:]) { - sh "echo Hello ${config.name}. Today is ${config.dayOfWeek}." +def call() { + sh "Hello World" } From 659a6d8733afe09b8d80263b0d7eb7b7e13b1605 Mon Sep 17 00:00:00 2001 From: Demco001 <118616227+Demco001@users.noreply.github.com> Date: Mon, 24 Jul 2023 20:58:37 +0100 Subject: [PATCH 11/17] Update helloWorld.groovy --- vars/helloWorld.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/helloWorld.groovy b/vars/helloWorld.groovy index 22271192..66c750c9 100644 --- a/vars/helloWorld.groovy +++ b/vars/helloWorld.groovy @@ -1,3 +1,3 @@ def call() { - sh "Hello World" + sh "echo Hello World" } From 9b4bf04c30f1b535df1a1c753181d1a6e778585a Mon Sep 17 00:00:00 2001 From: Demco001 <118616227+Demco001@users.noreply.github.com> Date: Mon, 24 Jul 2023 21:18:37 +0100 Subject: [PATCH 12/17] Update helloWorld.groovy --- vars/helloWorld.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/helloWorld.groovy b/vars/helloWorld.groovy index 66c750c9..41dfd2c2 100644 --- a/vars/helloWorld.groovy +++ b/vars/helloWorld.groovy @@ -1,3 +1,3 @@ -def call() { - sh "echo Hello World" +def call(String name,String dayOfWeek) { + sh "echo Hello ${name}. Today is ${dayOfWeek}." } From 91def17996b3aee29f1ebe6a1b267e055a4c8673 Mon Sep 17 00:00:00 2001 From: Demco001 <118616227+Demco001@users.noreply.github.com> Date: Mon, 24 Jul 2023 21:22:54 +0100 Subject: [PATCH 13/17] Update helloWorld.groovy --- vars/helloWorld.groovy | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vars/helloWorld.groovy b/vars/helloWorld.groovy index 41dfd2c2..4fdb9620 100644 --- a/vars/helloWorld.groovy +++ b/vars/helloWorld.groovy @@ -1,3 +1,4 @@ -def call(String name,String dayOfWeek) { - sh "echo Hello ${name}. Today is ${dayOfWeek}." +def call(Map config = [:]) { + sh "echo Hello ${config.name}. Today is ${config.dayOfWeek}." } + From f03b2ad6d8ad658c96d58942f8a15a90e78f6e7a Mon Sep 17 00:00:00 2001 From: Demco001 <118616227+Demco001@users.noreply.github.com> Date: Tue, 25 Jul 2023 23:28:04 +0100 Subject: [PATCH 14/17] Update helloWorld.groovy --- vars/helloWorld.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/helloWorld.groovy b/vars/helloWorld.groovy index 4fdb9620..4f0758ef 100644 --- a/vars/helloWorld.groovy +++ b/vars/helloWorld.groovy @@ -1,4 +1,4 @@ def call(Map config = [:]) { - sh "echo Hello ${config.name}. Today is ${config.dayOfWeek}." + sh "echo Hello ${config.name}. Tomorrow is ${config.dayOfWeek}." } From 07b5c4998193f656a68915713249759b30cbbf2d Mon Sep 17 00:00:00 2001 From: Demco001 <118616227+Demco001@users.noreply.github.com> Date: Thu, 27 Jul 2023 21:37:02 +0100 Subject: [PATCH 15/17] Update helloWorld.groovy --- vars/helloWorld.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/helloWorld.groovy b/vars/helloWorld.groovy index 4f0758ef..2a284862 100644 --- a/vars/helloWorld.groovy +++ b/vars/helloWorld.groovy @@ -1,4 +1,4 @@ def call(Map config = [:]) { - sh "echo Hello ${config.name}. Tomorrow is ${config.dayOfWeek}." + sh "echo Hello ${config.name}. Yesterday was ${config.dayOfWeek}." } From 24c1980bdcefcbd36b6e1f5f6199e690208c366a Mon Sep 17 00:00:00 2001 From: Demco001 <118616227+Demco001@users.noreply.github.com> Date: Thu, 27 Jul 2023 21:39:24 +0100 Subject: [PATCH 16/17] Update helloWorld.groovy --- vars/helloWorld.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/helloWorld.groovy b/vars/helloWorld.groovy index 2a284862..af29232b 100644 --- a/vars/helloWorld.groovy +++ b/vars/helloWorld.groovy @@ -1,4 +1,4 @@ def call(Map config = [:]) { - sh "echo Hello ${config.name}. Yesterday was ${config.dayOfWeek}." + sh "echo Hello ${config.name}. Next tomorrow is ${config.dayOfWeek}." } From 171d5b8b84cd4c44ab274acb5194fb940e060f8b Mon Sep 17 00:00:00 2001 From: Demco001 <118616227+Demco001@users.noreply.github.com> Date: Thu, 27 Jul 2023 21:40:32 +0100 Subject: [PATCH 17/17] Update helloWorld.groovy --- vars/helloWorld.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/helloWorld.groovy b/vars/helloWorld.groovy index af29232b..b294e309 100644 --- a/vars/helloWorld.groovy +++ b/vars/helloWorld.groovy @@ -1,4 +1,4 @@ def call(Map config = [:]) { - sh "echo Hello ${config.name}. Next tomorrow is ${config.dayOfWeek}." + sh "echo Hello ${config.name}. Next tomorrow will be ${config.dayOfWeek}." }