e7b03893 by Israel Amaral

Update helloWorld.groovy

1 parent fe3d8aff
def call() {
sh "echo hello world"
def call(String name, String dayOfWeek) {
sh "echo Ola ${name}. Hoje e ${dayOfWeek}."
}
\ No newline at end of file
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!