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
if you don't specify the port, the default port is 21.
int
ftpUser
String
ftpPassword
class hudson.util.Secret
ftpPath
Specify the path to your artifact.
String
artifactName
(optional)
String
newArtifactName
(optional)
String
remoteDirectory
(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.
String
step([$class: 'FtpRenamePublisher'])
: FTP RenameftpServer
String
ftpPort
if you don't specify the port, the default port is 21.
int
ftpUser
String
ftpPassword
class hudson.util.Secret
ftpPath
Specify the path to your artifact.
String
artifactName
(optional)
String
newArtifactName
(optional)
String
remoteDirectory
(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.
String
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.