-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: ci-game-plugin
-
None
It would be nice to add the cigame plugin using Job DSL without breaking into a config block.
//CI game
configure { project ->
project / publishers << 'hudson.plugins.cigame.GamePublisher' {}
}