Added max project size starting point
This commit is contained in:
parent
a5e982f508
commit
d0b745cc9f
@ -60,6 +60,7 @@ type Project struct {
|
||||
ReleaseFile string `json:"releaseFile"`
|
||||
PollInterval string `json:"pollInterval,omitempty"` // if not poll interval is specified, this project is trigger only
|
||||
TriggerSecret string `json:"triggerSecret,omitempty"` //secret to be included with a trigger call
|
||||
MaxSizeInMB string `json:"maxSizeInMB,omitempty"` // Max size of the project datastore in MB
|
||||
|
||||
filename string
|
||||
poll time.Duration
|
||||
|
Loading…
Reference in New Issue
Block a user