diff --git a/vars/hello.groovy b/vars/hello.groovy new file mode 100644 index 0000000..cfc12dd --- /dev/null +++ b/vars/hello.groovy @@ -0,0 +1,3 @@ +def prepare() { + steps.echo 'Hello from Test PR' +}