Hi,

You can set env vars (for any/every job) in config.json like this:

{
  "name"    : "...",
  "include" :[...  ],
  "export" : [....],
  "default-job" : "source-hybrid",
  "let":  { ... },
  "jobs" :
  {
    "<your job name>" :
    {
        "environment" :
        {
          .........
          "customerID": "<GUID  anything>",
           ........
        }
    }
}

Please find config_schema.json and base.json in qooxdoo SDK. Is that you
looked for?
You can define any custom job that includes another job (see base.json
carefully).

TBRDs,
Ivan



On Thu, Apr 7, 2016 at 3:37 PM, Raymond Rösch <q...@roeschinformatik.ch>
wrote:

> Good Moring
>
> I would like to set different environment keys in config.json file.
>
> As far as I can understand it must be done in the settings for jobs in
> "source-script" and "build-script"
>
> Where ist the default setting for "source-script"?
>
> Would it be possible to setup different build-scripts - one per customer
> like build<custid>-script?
>
> Thanks a lot.
> Raymond
>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to