Versions Compared

Key

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

...

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>

...