云客户?
免费开始>
在MyJFrog >中升级
云有什么新>





概述

一个RemoteFile资源允许使用远程文件服务器上的文件。


该资源保存了存储在以下注册表中的RemoteFile信息:

  • JFrog Artifactory
  • AWS S3
  • 谷歌云存储
  • 文件服务器
页面内容


YAML模式

2022世界杯阿根廷预选赛赛程resources:—name:  type: RemoteFile configuration: source: <文件服务器集成名称> fileLocation:  # optional fileName:  # optional fileDateTime:  # optional

标签

的名字

一个字母数字标识资源的字符串(允许使用下划线)。

类型

必须RemoteFile对于此资源类型。

配置

指定资源的所有配置选择。

标签

描述

必需的/可选

以下类型的集成的名称:

要求
fileLocation

远程文件服务器上文件所在的目录路径

可选
文件名

文件的名称

可选
fileDateTime 文件的日期和时间 可选

环境变量

每当RemoteFile在步骤中使用时,将自动提供一组可在步骤中使用的环境变量。

环境变量 描述
res_ < resource_name > _name 资源名称
res_ < resource_name > _source_name 文件关联的集成的名称
res_ < resource_name > _fileLocation 包含资源文件的目录
res_ < resource_name > _fileName 文件的名称
res_ < resource_name > _fileDateTime 文件的日期和时间

例子

2022世界杯阿根廷预选赛赛程resources:—name: RemoteFile_1 type: RemoteFile configuration: source: s_artifactory fileLocation: example-repo-local/setup/help # optional fileName: some .txt # optional fileDateTime: 19/12/19 # optional pipelines:—name: pipelines_1 steps:—name: REFILE_1 type: PowerShell configuration: nodePool: win_2019 integrations:—name: s_artifactory outputResources:—name: RemoteFile_1 execution: onExecute: - write-output " execution step…"- jfrog rt dl example-repo-local/setup/test.sh
  • 没有标签
版权所有©2022 JFrog Ltd.