Skip to content

Enhance <exec> action with environment variables #189

Description

@end2endzone

Is your feature request related to a problem? Please describe.
There is no way to define a custom environment when starting a process with <exec> action.

Describe the solution you'd like
The <exec> action could be enhanced with the following child node:

<execpath="cmd.exe"wait="true"arguments="/k &quot;ffmpeg -version&quot;">
<variablename="TEMP"value="c:\my-temp"/>
<variablename="PATH"value="${env.PATH};c:\myapps\ffmpeg\bin"/>
</exec>

Describe alternatives you've considered
N/A

Additional context
N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions