diff --git a/vars/jenkinsNotify.groovy b/vars/jenkinsNotify.groovy new file mode 100644 index 0000000..d78f92e --- /dev/null +++ b/vars/jenkinsNotify.groovy @@ -0,0 +1,3 @@ +def call(Map params = [:]) { + echo "currentBuild.result=${currentBuild.result}" +} \ No newline at end of file