Hi everyone,
Support for including default values in custom pipelines has been a highly requested feature. We are happy to announce that this feature is now live.
Here is an example of a pipeline configuration:
pipelines:
custom:
custom-name-and-region:
- variables:
- name: Username
- name: Region
default: ap-southeast-2 # optionally provide a default value
- step:
script:
- echo "User name is $Username"
- echo "and they are in $Region"
Please read more details in the blog post.
Nadia Begicheva
0 comments