This commit is contained in:
parent
5d0fa89fed
commit
d2d09d709e
1 changed files with 12 additions and 0 deletions
|
|
@ -92,6 +92,18 @@ jobs:
|
||||||
' \
|
' \
|
||||||
> /tmp/familyfed-job.json
|
> /tmp/familyfed-job.json
|
||||||
|
|
||||||
|
jq '.Job.TaskGroups[] | {
|
||||||
|
Name,
|
||||||
|
Tasks: [.Tasks[] | {
|
||||||
|
Name,
|
||||||
|
Driver,
|
||||||
|
Config,
|
||||||
|
EnvKeys: ((.Env // {}) | keys),
|
||||||
|
Artifacts,
|
||||||
|
VolumeMounts
|
||||||
|
}]
|
||||||
|
}' /tmp/familyfed-job.json
|
||||||
|
|
||||||
curl -fsS -X POST \
|
curl -fsS -X POST \
|
||||||
--connect-timeout 15 \
|
--connect-timeout 15 \
|
||||||
--max-time 60 \
|
--max-time 60 \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue