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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
0 comments