🧊Blocks

A Block is a component made of a Code in a specific Language. It might have parameters (available as ENV variables to the code), defaults, and a Pre-Code in Shell to execute before the main. It may also be directly attached to a file in Github.

  • Any files created during execution will be saved as Artifacts.

  • Outputs can be set by printing following syntax: ::set-output key=value.

Creating a Block

Go to /block/create/

Fill in Basic Details

Fill In the Details

Fill your Block's Parameters

Parameters

Write your Code or Choose from Github

Review and Create

Last updated