Adding outputFilename field to URI allowing user to pick a name to use for the downloaded artifact from the Mesos fetcher.

This commit is contained in:
Renan DelValle 2019-06-24 16:03:14 -07:00
parent 682cfd931b
commit 1944f6992a
4 changed files with 69 additions and 1 deletions

View file

@ -152,6 +152,8 @@ struct MesosFetcherURI {
2: optional bool extract
/** Cache value using Mesos Fetcher caching mechanism **/
3: optional bool cache
/** Filename for the resource that is downloaded **/
4: optional string outputFile
}
struct ExecutorConfig {