Hi guys

Is it possible to define pipeline parameters of type array? i have tested 
this two options.

    parameters:
      TERRAFORM_FOLDER: folder_name
      SITE_NAME: site
      SITE_NAME_DOMAINS: ['automation.domain.com', 
'automation.dev.saongroup.aws']

    parameters:
      TERRAFORM_FOLDER: folder_name
      SITE_NAME: site
      SITE_NAME_DOMAINS:
        - automation.domain.com
        - automation.dev.saongroup.aws


Thanks 

Regards
Manuel

-- 
You received this message because you are subscribed to the Google Groups 
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to go-cd+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/go-cd/5997c2b9-ec28-4f4d-a9e7-bca3c5e435ec%40googlegroups.com.

Reply via email to