Versions Compared

Key

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

...

Info
titlework in progress

review required

screenshot for JOC to be updated to point to new knowledbase

Adding documentation links to job titles

...

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

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

...

JOC knows a virtual directory ./scheduler_data/jobs which points to the jobs directory 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 location ./scheduler_data/jobs/my_job_descriptions/test1.html.

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