Cloud customer?
Start for Free>
Upgrade in MyJFrog >
What's New in Cloud >





You are viewing an old version of this page. View thecurrent version.

Compare with CurrentView Page History

Version 1Next »

ARemoteFileresource allows using a File on a remote file server in the pipeline.


Syntax

resources: - name:  type: RemoteFile configuration: source:  fileLocation:  # optional fileName:  # optional
  • name-- should be an easy to remember text string

  • 类型-- set toRemoteFile

  • configuration
    • source- name of theFile Server Integrationthe file is accessible through
    • fileLocation– Folder path (optional)
    • 文件名– name of the file (optional)

Default Environment Variables

WheneverRemoteFileis used in a step, a set of environment variables is automatically made available that you can use in your step.

Environment Variable Description
res__name Name of the resource
res__source_name Name of the integration the file is associated with
res__fileLocation The directory containing files for the resource
res__fileDateTime 文件的日期时间
  • 没有标签
Copyright © 2023 JFrog Ltd.