Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Pipeline []map[string]map[string]interface{} `yml:"pipeline"` Scm map[string]interface{} `yml:"scm"` Build map[string]interface{} `yml:"build"` Deploy map[string]interface{} `yml:"deploy"` Environments map[string]interface{} `yml:"environments"` }
func ReadConfig ¶
func (*Config) GetEnvironment ¶
Click to show internal directories.
Click to hide internal directories.