Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Introducing default values for custom pipeline variables

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.

0 comments

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events