Skip to content

SSM Scala v2.2.0

Compare
Choose a tag to compare
@mbarton mbarton released this 08 Apr 15:47

Return exitCode 1 if any of the remote SSM send command invocations fail (#127)

Previously we returned 0 regardless of whether the remote commands returned an exit code. Now we return a generic exitCode 1 if any of the remote commands return any exit code other than 0. The output for each command includes the actual remote exit code.