mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
Merge pull request #1711 from mlafeldt/job-parent-id
Include parent ID in job info returned by Go API
This commit is contained in:
@@ -191,6 +191,7 @@ type PeriodicConfig struct {
|
||||
type Job struct {
|
||||
Region string
|
||||
ID string
|
||||
ParentID string
|
||||
Name string
|
||||
Type string
|
||||
Priority int
|
||||
|
||||
Reference in New Issue
Block a user