helloWorld.groovy 91 Bytes Raw Blame History Permalink 1 2 3 def call(String name, String dayOfWeek) { sh "echo Ola ${name}. Hoje e ${dayOfWeek}." }