xebialabs-community / xld-tibcobw-plugin

XL Deploy plugin for Tibco Business Work
MIT License
1 stars 4 forks source link

Please provide plugin references to what fields are required in the dar #9

Open silvatyrant opened 6 years ago

silvatyrant commented 6 years ago

Getting error while attempting to deploy and execute EMS script with plugin.

`Step failed FreeMarker template error: The following has evaluated to null or missing: ==> targetDeployed [in template "tibcobw/ems/execute-script.sh.ftl" at line 12, column 128]

Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??

FTL stack trace ("~" means nesting-related): Failed at: #if targetDeployed.container.password?? [in template "tibcobw/ems/execute-script.sh.ftl" at line 12, column 123]`

Could some more comprehensive documentation be provided please? Thanks.

jdewinne commented 6 years ago

Are you trying to deploy a tibco.ExecutedEmsScript? Having the impression this is a bug, as targetDeployed isn't injected into the context for the corresponding rule.