e7b03893 by Israel Amaral

Update helloWorld.groovy

1 parent fe3d8aff
1 def call() { 1 def call(String name, String dayOfWeek) {
2 sh "echo hello world" 2 sh "echo Ola ${name}. Hoje e ${dayOfWeek}."
3 } 3 }
...\ No newline at end of file ...\ 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!