Skip to content

Commit

Permalink
Add Name and Application for Spinnaker pipeline types
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbytables committed Mar 12, 2018
1 parent e6f9077 commit e291081
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pipeline/builder/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ import (
// SpinnakerPipeline defines the fields for the top leve object of a spinnaker
// pipeline. Mostly used for constructing JSON
type SpinnakerPipeline struct {
ID string `json:"id,omitempty"`
ID string `json:"id,omitempty"`
Name string `json:"name,omitempty"`
Application string `json:"application,omitempty"`

Triggers []Trigger `json:"triggers"`
Stages []Stage `json:"stages"`
Expand Down

0 comments on commit e291081

Please sign in to comment.