Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[task-loops] Support string input for iterate parameter #713

Merged
merged 1 commit into from
Mar 8, 2021

Commits on Mar 3, 2021

  1. [task-loops] Support string input for iterate parameter

    When the input parameter is dynamically generated, it is not
    possible to produce a list. Add support for newline separated
    list of items passed a single string.
    
    This makes it possible for a task to produce a result that
    is than used as iterate parameter in the task loop, and thus
    to programmatically define the list of tasks to be executed.
    
    Signed-off-by: Andrea Frittoli <andrea.frittoli@gmail.com>
    afrittoli committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    4d47107 View commit details
    Browse the repository at this point in the history