I have created a pipeline to pass variables to pipeline manually but its not prompting to enter the variables values. Below is the sample yaml file for the same.
pipelines:
custom:
custom-name-and-region: #name of this pipeline
- variables: #list variable names under here
- name: Username
- name: Region
- step:
script:
- echo "User name is $Username"
- echo "and they are in $Region"
while executing pipeline it should ask Username and Region but unfortunately its not asking anything and running with empty variables values.
I am on free plan. Please let me know what i am doing wrong and how to correct this.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.