<< Back to previous view |
![]() |
[QB-3239] Add a step type to run groovy script from specified file
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | 9.0.0 |
Type: | Improvement | Priority: | Trivial |
Reporter: | narwhal | Assigned To: | Robin Shen |
Resolution: | Fixed | Votes: | 1 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown | ||
Environment: | core plugins, steps |
Description |
Premise:
Make QuickBuild able to define steps which execute a script from disk as a build step without clever use of groovy shell Reasoning: Being able to version control groovy scripts for the build system independently gives QuickBuild a built in way for scripts to be versioned beyond versioning the configuration alone. Implementation: This should be a Step which allows you to specify a script location and working directory like any other similar step type like Shell commands. Related thread: https://support.pmease.com/PMEase/QuickBuild/topics/2125/storing-groovy-scripts-in-version-control |