initial revision.
[pipelinelib] / vars / echotest.groovy
diff --git a/vars/echotest.groovy b/vars/echotest.groovy
new file mode 100644 (file)
index 0000000..3b32f2e
--- /dev/null
@@ -0,0 +1,7 @@
+
+
+def call(String name) { 
+  echo "Hello, ${name}"
+}
+
+