add reverted job version to deployment update response
This commit is contained in:
parent
a7fdc74bd4
commit
371b2bdacc
|
@ -878,6 +878,11 @@ type DeploymentUpdateResponse struct {
|
|||
EvalID string
|
||||
EvalCreateIndex uint64
|
||||
DeploymentModifyIndex uint64
|
||||
|
||||
// RevertedJobVersion is the version the job was reverted to. If unset, the
|
||||
// job wasn't reverted
|
||||
RevertedJobVersion *uint64
|
||||
|
||||
WriteMeta
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue