stashbot
stashbot copied to clipboard
Per repository build customization
I see that there are VM files that dictate how stashbot generates builds. We do not have access to the plugin configuration itself due to our project being one of many in a hosted environment. Are there any plans to customize the build script that is used by the generated projects?
I can't comment about Palantir's priorities anymore, but my original plan was to "eventually" add the ability to edit the template used to enable the most customization with the smallest amount of work (on the plugin author's part). Alternative implementations might instead use something like the Jenkins Job DSL plugin to let the user write groovy to edit jobs allowing arbitrary programmatic editing (https://github.com/jenkinsci/job-dsl-plugin).