-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4494a5
commit 0145c89
Showing
7 changed files
with
235 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
{ | ||
"_links": { | ||
"self": { | ||
"href": "https://ci.example.com/go/api/agents/adb9540a-b954-4571-9d9b-2f330739d4da" | ||
}, | ||
"doc": { | ||
"href": "https://api.gocd.org/#agents" | ||
}, | ||
"find": { | ||
"href": "https://ci.example.com/go/api/agents/:uuid" | ||
} | ||
}, | ||
"uuid": "adb9540a-b954-4571-9d9b-2f330739d4da", | ||
"hostname": "ketanpkr.corporate.thoughtworks.com", | ||
"ip_address": "10.12.20.47", | ||
"sandbox": "/Users/ketanpadegaonkar/projects/gocd/gocd/agent", | ||
"operating_system": "Mac OS X", | ||
"free_space": 85890146304, | ||
"agent_config_state": "Enabled", | ||
"agent_state": "Building", | ||
"agent_version": "20.5.0", | ||
"agent_bootstrapper_version": "20.5.0", | ||
"resources": [ | ||
"java", | ||
"linux", | ||
"firefox" | ||
], | ||
"environments": [ | ||
{ | ||
"name": "perf", | ||
"origin": { | ||
"type": "gocd", | ||
"_links": { | ||
"self": { | ||
"href": "https://ci.example.com/go/admin/config_xml" | ||
}, | ||
"doc": { | ||
"href": "https://api.gocd.org/#get-configuration" | ||
} | ||
} | ||
} | ||
}, | ||
{ | ||
"name": "UAT", | ||
"origin": { | ||
"type": "config-repo", | ||
"_links": { | ||
"self": { | ||
"href": "https://ci.example.com/go/api/admin/config_repos/foo" | ||
}, | ||
"doc": { | ||
"href": "https://api.gocd.org/#config-repos" | ||
}, | ||
"find": { | ||
"href": "https://ci.example.com/go/api/admin/config_repos/:id" | ||
} | ||
} | ||
} | ||
} | ||
], | ||
"build_state": "Building", | ||
"build_details": { | ||
"_links": { | ||
"job": { | ||
"href": "https://ci.example.com/go/tab/build/detail/up42/1/up42_stage/1/up42_job" | ||
}, | ||
"stage": { | ||
"href": "https://ci.example.com/go/pipelines/up42/1/up42_stage/1" | ||
}, | ||
"pipeline": { | ||
"href": "https://ci.example.com/go/tab/pipeline/history/up42" | ||
} | ||
}, | ||
"pipeline_name": "up42", | ||
"stage_name": "up42_stage", | ||
"job_name": "up42_job" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,6 @@ | |
"linux", | ||
"firefox" | ||
], | ||
"environments": [], | ||
"build_state": "Idle" | ||
} | ||
] | ||
|
Oops, something went wrong.