From e8537e1a1faf46b173361579dbaaad6722b48a4a Mon Sep 17 00:00:00 2001 From: Afeef244575 <76156968+Afeef244575@users.noreply.github.com> Date: Sat, 4 Jan 2025 13:10:17 -0500 Subject: [PATCH] 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..d81b87a5 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" }