I get (ec) in configuration for some configuration DSLs.

Issue #46 open
TravisS created an issue

Given...

task(type: 'deployPlugin',
        description: 'Deploy plugin',
        url: 'https://developer.stg.internal.atlassian.com',
        artifact: 'Viewports Theme',
        useAtlassianId: 'true',
        atlassianIdBaseURL: 'https://id.stg.internal.atlassian.com',
        atlassianIdUsername: 'dac-addon-deployer@atlassian.com',
        useAtlassianIdWebSudo: 'true',
        atlassianIdAppName: 'dac',
        atlassianIdPasswordVariable: '${bamboo.dac.stg.deploy.password}',
        product: 'confluence')

Of course this is limited to internal, but maybe something we should fix.

Comments (4)

  1. Joe Clark
    • changed status to open

    I think we can make it fail gracefully rather than throwing an exception and rendering a 500 page.

  2. Log in to comment