Experts can be created using Groovy Script and simpler examples are given in the following KB articles. This article is a more comprehensive Groovy Script example that interrogates the changeset that makes up the delivery that the expert is being invoked on. It can be used as a template for developing your own Expert.
File Scanner Expert This article is a more comprehensive Groovy Script example that interrogates the changeset that makes up the delivery that the expert is being invoked on. It can be used as a template for developing your own Expert.
In this tutorial you will learn how to create a Deployment Automation plug-in that prints “Hello World!” to the console. The example Groovy and XML files are attached to this solution. Note:
1. A directory name to identify the plugin, under which the relevant plugin source and description files will exist 2. A . groovy files contains the source code that describes the actions of the plugin 3. Several .xml files that describe the plugin
Step 1: Customize the Groovy script Open \SBM\Common\tomcat\server\default\webapps\rlc\WEB-INF\classes\scripts\Debrecen Find the 'setCustomParameters.groovy' file, and make a copy of the file in same folder with a new name.