Trigger::JobTicket | ||
Description | ||
If set to "File": the trigger checks if the configured jobticket (ascii file) contains the configured variable and if the content of the variable matches the configured value the trigger will return "True"......or it just checks if the configured ticketfile exists and returns "True" if it does. The format of the variables in a ticket file is: varname:varvalue If set to "WEB": the trigger checks if a new job for the configured Ticket exists. If a new job exists the trigger returns "True". If set to "WEB Post": the trigger checks if a new job for the configured command exists. "WEB Post" is triggered by sending a http post command to the Companion Server of Integration Tool. The specification of sending the post command is as follows: URL: HEADERS: CONTENT-TYPE: CONTENT: "Command" : "your
command", }
|
||
JobTicket File | ||
Options | ||
Trigger
Condition |
Trigger
on new ticket: trigger returns True is a new ticket(file) is found |
|
JobTicket WEB | ||
Options | ||
Jobticket |
The name of the ticket (created in Integration Tool WEB) to trigger on. | |
Save
TicketID to variable |
The name of the variable to wich the "TicketID" will be saved. Each ticket has a unique id which must be used in the "JobTicket" plugin to reference the correct ticket. | |
JobTicket WEB Post | ||
Options | ||
Post
Command |
The post-command to trigger on. |
|
Save
TicketID to variable |
The name of the variable to wich the "TicketID" will be saved. Each ticket has a unique id which must be used in the "JobTicket" plugin to reference the correct ticket. |