sourceforge > jabs
JABS
 

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.

Exec Task

FieldRequiredPropertyDescription
NameYesThe task name
Site URLYesThe remote JABS URL. This should have the format http://host:port/jabs
Project IDYesThe project id of the remote project.
Run Group IDNoOptionally, a run group id can be included. The run group id can be found on the Run Groups tab in the project editor.
UserYesA valid username for the remote site.
PasswordYesA valid password for the username.
EnabledYesEnable/Disable the task.
On ErrorYesWhat 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

FieldRequiredPropertyDescription
projectYesThe project id of the remote project.
rungroupNoOptionally, a run group id can be included. The run group id can be found on the Run Groups tab in the project editor.
usernameYesA valid username for the site.
passwordYesA valid password for the username.

The page will display any problems if the syntax is incorrect or show the project has started.