> I'll have a look to get more familiar with the config file provider
>
> So, your idea is to have a buildstep to expose a list of "config file"
> (groovy/schell/?) scripts
> Wouldn't this partially overlap with the groovy plugin
> https://wiki.jenkins-ci.org/display/JENKINS/Groovy+plugin ? We should
> expose groovy scripts as an alternative to manual editing
>
> No urgency, let me know when you have script implementation running, for
> sure it may be a first step before supporting other script languages and
> integration. I'll take a look at this plugin I'm not yet familiar with
>
>
>
>
> 2011/10/9 domi <do...@fortysix.ch>
>
> > Hi nicolas,
> >
> > good to hear from you!
> > I think we would be better to extend this plugin:
> > https://wiki.jenkins-ci.org/display/JENKINS/Config+File+Provider+Plugin
> > I'm already about to extend it to support editing shell scripts and
> > provide the script via build step. It will also allow to pass arguments
> > to the script at execution time.
> > So I think it would perfectly match to have the same for groovy.
> > btw. there is already a branch with the support for the script:
> > https://github.com/jenkinsci/config-file-provider-plugin/tree/script_buil
> > dstep If it is not to urgent for you, give me some more time and I'll