Skip to content
Ioannis K. Moutsatsos edited this page Aug 25, 2014 · 1 revision

Welcome to the jenkins-scriptlets wiki!

Sriptlets are small pieces of groovy code that are managed and executed on a Jenkins-CI server through the Scriptler Plugin. Scriptler (among other things) allows you to use these groovy scripts (or scriptlets, as I call them) as distinct build step in a Jenkins project, providing considerable flexibility and power to your builds.

Importantly, scriptlets can be parameterized with build parameter and environment variables making them easily re-usable across different projects.

Scriptlets can pre-process, fetch, copy and move artifacts, make web service calls, generate HTML, XML, JSON and other formatted output and in general provide modular and managed code that you can use and re-use throughout your builds with minimal fuss!