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