add skip_parameters
This commit is contained in:
parent
94d71a1e12
commit
b14c215990
3 changed files with 21 additions and 8 deletions
|
@ -24,6 +24,7 @@ type Jenkins struct {
|
|||
Number string `mapstructure:"number" validate:"required"`
|
||||
DefaultParameters []map[string]interface{} `mapstructure:"default_parameters"`
|
||||
SpecialParameters []map[string]interface{} `mapstructure:"special_parameters"`
|
||||
SkipParameters []map[string]interface{} `mapstructure:"skip_parameters"`
|
||||
}
|
||||
|
||||
// Config represents the application configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue