/secure-post-script-plugin

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.

Primary LanguageJavaMIT LicenseMIT

secure-post-script

Build Status Contributors Jenkins Plugin GitHub release Jenkins Plugin Installs

Introduction

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. secure post script configuration

Variables could be used in groovy script

- All Jenkins Environment Variables are available(use `printenv` to print out).
- `out.println()` could be used to print out information on build log.

Getting started

sample code

out.println("Job: $JOB_NAME build number: $BUILD_NUMBER has been built on $NODE_NAME ")

Contributing

Refer to our contribution guidelines

LICENSE

Licensed under MIT, see LICENSE