Bamboo yaml specs shouldn't require arguments, environment and subdirectory

Issue #34 resolved
Sergey Podobry created an issue

At the moment arguments, environment and subdirectory should be specified or there will be error. Remove this requirement. The minimal working YML should be:

  - any-task:
      plugin-key: com.stellarity.bamboo.powershell-task:powerShellTask
      configuration:
        psLocation: BODY
        psBody: Get-ChildItem Env:
        psLoadProfile: DEFAULT
        psBitness: ANY

Comments (1)

  1. Log in to comment