JABS Remote
JABS Remote Task
Use the JABS Remote task to run projects on other JABS instances. This task simplifies the assembly of the URL required to remotely execute a project. Projects can be triggered from any source that can submit a URL.
Field | Required | Property | Description |
---|---|---|---|
Name | Yes | The task name | |
Site URL | Yes | The remote JABS URL. This should have the format http://host:port/jabs | |
Project ID | Yes | The project id of the remote project. | |
Run Group ID | No | Optionally, a run group id can be included. The run group id can be found on the Run Groups tab in the project editor. | |
User | Yes | A valid username for the remote site. | |
Password | Yes | A valid password for the username. | |
Enabled | Yes | Enable/Disable the task. | |
On Error | Yes | What to do if an error is detected. |
Remote URL Syntax
Projects can be remotely executed using a URL. The URL syntax is:
http://<host>/jabs/RemoteExec.html?project=999&rungroup=999&username=user&password=pwd
Field | Required | Property | Description |
---|---|---|---|
project | Yes | The project id of the remote project. | |
rungroup | No | Optionally, a run group id can be included. The run group id can be found on the Run Groups tab in the project editor. | |
username | Yes | A valid username for the site. | |
password | Yes | A valid password for the username. |
The page will display any problems if the syntax is incorrect or show the project has started.