Assets
Each integration on your server generates a number of files, known as assets. Assets include log files, Xcode archives and installable products like IPA or PKG files.
Downloading an Asset
GET
/assets/{path}
Retrieves an asset given its relative path.
See the section Retrieving Files for an Integration for more information.
Example
https://server.mycompany.com:20343/api/assets/bb5b5dfa1c4abff347d28bed7e00b381-Sketch/1/sourceControl.log
Parameters
path (required)
The relative path of the asset.
Type:
string
Example:
bb5b5dfa1c4abff347d28bed7e00b381-Sketch/1/sourceControl.log
Response: 200
Body
2015-08-03 10:26:53.984 XCSCheckoutIntegrationStep.m:72 [XCSCheckoutIntegrationStep enqueueOperations]
[SourceControl] Will attempt to update checkout cache for bot
2015-08-03 10:26:53.984 XCSCheckoutIntegrationStep.m:233 [XCSCheckoutIntegrationStep validateBlueprint]
[SourceControl, Info] Xcode Source Control Blueprint was valid.
2015-08-03 10:26:54.050 XCSCheckoutIntegrationStep.m:86 [XCSCheckoutIntegrationStep enqueueOperations]
[SourceControl] About to update/checkout:
https://jappleseed@server.mycompany.com.com/jappleseed/sketch.git Branch: master into Sketch/
2015-08-03 10:26:55.177 XCSCheckoutIntegrationStep.m:318 [XCSCheckoutIntegrationStep checkoutWorkingCopies]
[SourceControl, Info] Counting objects: 1737, done.
2015-08-03 10:26:55.277 XCSCheckoutIntegrationStep.m:320 [XCSCheckoutIntegrationStep checkoutWorkingCopies]
[SourceControl, Info] 90.00% Receiving objects: 806 KB done
2015-08-03 10:26:55.442 XCSCheckoutIntegrationStep.m:368 [XCSCheckoutIntegrationStep saveVersionedBlueprintToIntegration]
[SourceControl] Completed checkout of:
https://jappleseed@server.mycompany.com.com/jappleseed/sketch.git Branch: master (@3982fd5a6dd349c3673c9f91a96baf69eedc44a1) into Sketch/
2015-08-03 10:26:55.658 XCSCheckoutIntegrationStep.m:450 [XCSCheckoutIntegrationStep saveCommitHistory]
[SourceControl] This is the first integration, so we'll just load the last 5 commits.
2015-08-03 10:26:55.695 XCSCheckoutIntegrationStep.m:429 [XCSCheckoutIntegrationStep saveCommitHistory]
[SourceControl] Got 2 log items:
Revision: 3982fd5a6dd3
Author: John Appleseed
Date: 2015-06-19 18:37:31 +0000
Remove run scripts (is obsolete and was causing a warning)
Revision: c1decaa74923
Author: John Appleseed
Date: 2015-06-19 18:34:38 +0000
Merge remote-tracking branch 'origin/master'
2015-08-03 10:26:55.775 XCSCheckoutIntegrationStep.m:435 [XCSCheckoutIntegrationStep saveCommitHistory]
[SourceControl] Saving commit history, errors: (null)
Response: 404
Body
{
"status": 404,
"message": "Not found"
}
Copyright © 2018 Apple Inc. All rights reserved. Terms of Use | Privacy Policy | Updated: 2016-03-21