We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367447f commit edab39bCopy full SHA for edab39b
model_pipeline_variable.go
@@ -18,5 +18,5 @@ type PipelineVariable struct {
18
// The value of the variable. If the variable is secured, this will be empty.
19
Value string `json:"value,omitempty"`
20
// If true, this variable will be treated as secured. The value will never be exposed in the logs or the REST API.
21
- Secured bool `json:"secured,omitempty"`
+ Secured bool `json:"secured"`
22
}
0 commit comments