This module allow to execute an external shell command. The command is executed used the following arguments : $SHELL -c "command"
.
Parameter | Type | Description |
---|---|---|
command | string | The shell command to execute. |
<!-- Shell command step --> <step skip="false"> <module>shell</module> <parameters> <parameter> <name>command</name> <value>touch foo.txt</value> </parameter> </parameters> </step>