Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Download file updated

...

This above configuration is DEPRECATED.deprecated:

Jira
serverSOS JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId6dc67751-9d67-34cd-985b-194a8cdc9602
keyJS-1173

You can use the following insteadreplacement:

Code Block
languagehtml/xml
<job >
    <params />

    <environment />
    
    <script  language="shell">
        <![CDATA[
/path/to/my_executable my_param
        ]]>
    </script>

    <run_time />
</job>

You can download a converter "converter process2script.xsl"zip .

Extract the archive i.e. in the ./config directory of the JobScheduler installation.
Then call it ...

...

In this case please use the converter "converter process2script.xsl"zip or JOE to put the data from the job's process file tab into the job's script tab.

...