File Server Integration

JFrog Pipelines Documentation

Products
JFrog Pipelines
Content Type
User Guide
ft:sourceType
Paligo

The File Server integration is used to connect JFrog Pipelines a remote File server to download and upload files.

Creating a File Server Integration

You can create this from the integrations page by following instructions here: Managing Pipelines Integrations.

This is the information you would require to create this integration:

  • Name -- choose a friendly name for the integration

  • Protocol -- select FTP, SFTP, or SMB

  • url -- the URL of your file server

  • User Name -- username for access to the file server

  • Password -- password for access to the file server

Usage

A File Server integration is required for the source tag of the RemoteFile resource.

Default Environment Variables

When you create a resource with this integration, a set of environment variables is automatically made available that you can use in your scripts.

Environment variable

Description

int_<integration_name>_url

URL of the file server

int_<integration_name>_username

Username supplied in the integration

<int_<integration_name>_password

Password supplied in the integration