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:
parent
682cfd931b
commit
1944f6992a
4 changed files with 69 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue