Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Links can be added to job titles.
These are mainly intended to be used to provide a convenient link to job documentation.
The links can be added in JOE (JobScheduler Object Editor) as shown in the screenshot below, which shows a simple HTTP link:

 

Image AddedImage Removed

In JOC (JobScheduler Operations Center) this link will then look like:

 

The following conditions have to be met before a title containing an URL will be shown in JOC:

...

Open JOE and type the following text in the title field of a job. (See also the screenshot to the right):

Code Block
 See &lt;a<a href="<nowiki>httphttp://sourceforge.net/apps/mediawiki/jobscheduler/index.php</nowiki>"&gt;here&lt;/a&gt;php">here</a> for more information and also www.sos-berlin.com.

JOC will now show the following title for the job:
"See here for more information and also www.sos-berlin.com."

...

JOC knows a virtual directory ./scheduler_data/jobs which points to the jobs directory under in the working directory of the JobScheduler.
So, when a link in the job title is defined with ./jobs/my_job_descriptions/test1.html, JOC will look for the file at the address location ./scheduler_data/jobs/my_job_descriptions/test1.html.

Example:

Code Block
 <?xml version="1.0" encoding="ISO-8859-1"?>
    <job title="test &lt;a<a href=&quot;"./scheduler_data/jobs/my_job_descriptions/test1.html&quot;&gt;docu&lt;/a&gt;">docu</a>" stop_on_error="yes" order="no">
    <script language="shell"><![CDATA[
         env # "Print the environment"
    ]]></script>
 </job>