On 17.01.2014, at 18:29, Maneesh M P <[email protected]> wrote:

> I am curious know why is that different from groovy plugin? Also there a 
> document available to find out these information of groovy post build plugin 
> and groovy plugin?

Well, both have Wiki pages that describe what each individually does.

Groovy plugin
* provides a global tool configuration for managing Groovy versions, similar to 
what Ant and Maven plugins have.
* provides a build step that runs standalone Groovy scripts (essentially 
launches the 'groovy' program) using the configured Groovy versions.
* provides a build step ("system Groovy") that runs a Groovy script within 
Jenkins which is only available for Admins/users with 'run scripts' permission.

Groovy Postbuild Plugin
* provides build badges and build summary actions that can be used from scripts
* provides a publisher (post-build step) for running Groovy scripts within 
Jenkins
  - a helper object 'manager' makes access to the current build, log pattern 
matching, and the included build badges and summary action particularly easy
  - has an ineffective security option, so that anyone able to configure any 
job can run arbitrary code in Jenkins (JENKINS-15212)

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to