initial revision.
[pipelinelib] / vars / echotest.groovy
1
2
3 def call(String name) { 
4   echo "Hello, ${name}"
5 }
6
7