Skip to content

SSH Session step whitelists children #12

@arnau-bergas-keysight

Description

@arnau-bergas-keysight

The SSH Session step doesn't allow other children that are not: SSH Command, Upload File, Download File from the code:

    [AllowChildrenOfType(typeof(SshCommandStep))]
    [AllowChildrenOfType(typeof(ScpUploadFileStep))]
    [AllowChildrenOfType(typeof(ScpDownloadFileStep))]

A part from being able to add other steps such as basic steps or flow control, it would be nice that other custom steps could interact with the SSH Session.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions