This plugin allows you to configure a global groovy script with assistance of secure-script plugins, and at which condition the script will be executed.

- All Jenkins Environment Variables are available(use `printenv` to print out).
- `out.println()` could be used to print out information on build log.
sample code
out.println("Job: $JOB_NAME build number: $BUILD_NUMBER has been built on $NODE_NAME ")Refer to our contribution guidelines
Licensed under MIT, see LICENSE