Page Properties |
---|
hidden | true |
---|
id | bamboo-plugin |
---|
|
|
You can use the SFTP Upload task to transfer files and directories from the local working directory to a remote SFTP server.
...
Use the SFTP Upload Task in a YAML pipeline
Code Block |
---|
|
- mci-sftp-upload:
destination-dir: ${bamboo.buildResultKey}-${bamboo.EnvironmentID}
transfer-pattern: filesystem/**/*,config/*
port: '22'
host: ${bamboo.ServerName}
username: ${bamboo.ServerUsername}
shared-credentials: *ssh_credentials
description: Transfer DataStage config and file system assets |
...