The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.
For a list of other such plugins, see the Pipeline Steps Reference page.
step([$class: 'FtpRenameBuilder'])
: FTP RenameftpServer : String
ftpPort : int
if you don't specify the port, the default port is 21.
ftpUser : String
ftpPassword
class hudson.util.Secret
ftpPath : String
Specify the path to your artifact.
artifactName : String
(optional)
newArtifactName : String
(optional)
remoteDirectory : String
(optional)
Optional destination folder.
This folder will be below the one in the global configuration, if present.
The folder won't be created if does not exist.
step([$class: 'FtpRenamePublisher'])
: FTP RenameftpServer : String
ftpPort : int
if you don't specify the port, the default port is 21.
ftpUser : String
ftpPassword
class hudson.util.Secret
ftpPath : String
Specify the path to your artifact.
artifactName : String
(optional)
newArtifactName : String
(optional)
remoteDirectory : String
(optional)
Optional destination folder.
This folder will be below the one in the global configuration, if present.
The folder won't be created if does not exist.
Please submit your feedback about this page through this quick form.
Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?
See existing feedback here.