Table of plugin fields

Name Type Class Type Description Short Description Mandatory Default Value
Ssh Port TEXT java.lang.Integer The Ssh port on the target server. This is typically port 22. The Ssh port on the target server. true 22
Connection timeout (ms) TEXT java.lang.Integer The Ssh connection timeout in milliseconds. The Ssh connection timeout in milliseconds. true 2400000
Retry failed connection CHECKONE java.lang.Boolean This field defines the behavior in case of failed ssh connection during command execution or uploading/downloading file. If set to true, RapidDeploy will retry connection as many times as it is specified in Number of retries field. If set to false - in case of failed connection the process will fail immediately. Defines the behavior in case of failed ssh connection during command execution or uploading/downloading file. false true
Number of retries TEXT java.lang.Integer The Number of retries to establish new ssh connection in case of failed connection during uploading/downloading file. Note that this parameter is used only if Retry failed connection checkbox is selected The Number of retries to establish new ssh connection in case of failed connection during uploading/downloading file. true 6
Time between retries in seconds TEXT java.lang.Integer The time between retries of establishing ssh connection in case of failed connection during uploading/downloading file. Note that this parameter is used only if Retry failed connection checkbox is selected The time between retries of establishing ssh connection in case of failed connection during uploading/downloading file. true 5
Username TEXT java.lang.String The username to use for authenticating against Ssh server. This user must exist and be configured for Ssh on the target server. The username to use for authenticating against Ssh server. true root
Password SECRET java.lang.String The password to use for authenticating against the Ssh server (if using password authentication). The user password. false  
Confirm Password SECRET java.lang.String The password to use for authenticating against the Ssh server (if using password authentication). The user password. false  
Ssh Key File Path TEXT java.lang.String The path to the Ssh key file on the RapidDeploy server. Required only if using key file authentication. Example: ~/.ssh/id_rsa_1024_b The path to the Ssh key file. false  
Passphrase SECRET java.lang.String The passphrase for the Ssh Key File. Only required if using key file authentication with a passphrase secured key. The key file passphrase. false  
Confirm Passphrase SECRET java.lang.String The passphrase for the Ssh Key File. Only required if using key file authentication with a passphrase secured key. The key file passphrase. false  
Java Managed by RapidDeploy CHECKONE java.lang.Boolean This defines which version of Java to use on the target machine. Java push requires SSH to connect to the target server, therefore SSH must be enabled and configured to manage java. If it is set to false, then the SSH environment will be used to select the version of Java to use on deployments. This defines which version of Java to use on the target machine. false false
Local JAVA_HOME Path TEXT java.lang.String The path to Java 1.8 home on the RapidDeploy server. This is the version of Java that is copied over to the target server if the 'Java Managed by RapidDeploy' is set to true. Location of Java files on the RapidDeploy server that will be deployed to the target server. If the path to the Java files on the RapidDeploy server is not set, java will not be deployed onto the target server. false  
Remote JAVA_HOME Path TEXT java.lang.String The path to Java 1.8 home on the target server. Location of the Java files on the target server. If this value is not set, Java will be sourced from the target users path variable. If this is set and RapidDeploy is used to manage Java, RapidDeploy will deploy the Java files to this location. The path to Java 1.8 home on the target server. Location of the Java files on the target server. If this value is not set, Java will be sourced from the target users path variable. If this is set and RapidDeploy is used to manage Java, RapidDeploy will deploy the Java files to this location. false  
Check download file size CHECKONE java.lang.Boolean Check that the downloaded file is not still downloading and, once complete, the size matches the size of the (remote) source file. If waitForDownload is checked, repeat this check every 5 seconds until the file size is no longer changing. Perform a final check to ensure the file size matches that of the source. If it doesn't, re-download the file. If waitForDownload is unchecked, repeat this check once, and if the file size is changing, throw an exception and notify the user that the file is still downloading and to come back later. Check that the downloaded file is not still downloading and, once complete, the size matches the size of the (remote) source file. false true
Wait for download CHECKONE java.lang.Boolean This field defines the behavior of the second and subsequent download requests of a file for which a download is in progress. If set to true, they will wait on completion of the download. If set to false they will be issued with a message to come back later. Set this value to false if files from this server are unusually large or the network connection is unusually slow. Defines the behavior of the second and subsequent downloader's of a file for which a download is in progress. false true
File transfer mode SELECTONE java.lang.String The file transfer mode defines the behavior of RD in case of failed connection during uploading file. If is set to OVERRIDE RapidDeploy will always upload new file. If is set to RESUME it will check if the specified file already exists and if yes it will continue uploading this file Choose an alternative execution mode for your server. false OVERRIDE
Remote Agent Path TEXT java.lang.String The path of the remote agent directory on the target server. If this is set, RapidDeploy will deploy the agent files to this location. The path of the remote agent directory on the target server. If this is set, RapidDeploy will deploy the agent files to this location. false  
Temporal Remote Package CHECKONE java.lang.Boolean Enable or disable temporal remote package on the target server. If this is set, RapidDeploy will deploy the deployment package with a temporal name in the remote build store. Enable or disable temporal remote package on the target server. If this is set, RapidDeploy will deploy the deployment package with a temporal name in the remote build store. false false
Change permissions of RD files TEXT java.lang.Integer Change the permissions of the RD files on the target. Use the three digit (octal) permission code (e.g.: 777 means rwxrwxrwx). Change the permissions of the RD files on the target. Use the three digit (octal) permission code (e.g.: 777 means rwxrwxrwx). false  
Alternative execution type SELECTONE java.lang.String Choose an alternative execution mode for your server. Choose an alternative execution mode for your server. false NONE
Starting execution parameters TEXT java.lang.String Set the altRunnerPreFixParameters for the execution. The execution type will suffixed with the parameters, which together prefixed to the java command. The command will be built as the following: AltrunnerType + [altRunnerPreFixParameters] + Java command + [altRunnerSuffixParameters] Set the altRunnerPreFixParameters for the execution. The execution type will suffixed with the parameters, which together prefixed to the java command. The command will be built as the following: AltrunnerType + [altRunnerPreFixParameters] + Java command + [altRunnerSuffixParameters] false  
Ending execution parameters TEXT java.lang.String Set the altRunnerSuffixParameters for the execution. The java command will suffixed with the altRunnerSuffixParameters. The command will be built as the following: AltrunnerType + [altRunnerPreFixParameters] + Java command + [altRunnerSuffixParameters] Set the altRunnerSuffixParameters for the execution. The java command will suffixed with the altRunnerSuffixParameters. The command will be built as the following: AltrunnerType + [altRunnerPreFixParameters] + Java command + [altRunnerSuffixParameters] false