List of steps to reproduce:
toolforge-jobs list or toolforge-jobs show <job> (e.g. toolforge-jobs show cfdw)
What happens?:
Commands are missing or truncated in the output.
Job name: Command: Job type: Container: File log: Status: ------------------------- ---------- ---------------------- ------------ ----------- ---------------------------------------- cat-dbl-redir-fixer schedule: 6 6 * * 6 tf-python37 no Last schedule time: 2021-07-10T06:06:00Z cfdw schedule: 17 * * * * tf-python37 no Last schedule time: 2021-07-16T19:17:00Z cfdwl schedule: 47 * * * * tf-python37 no Last schedule time: 2021-07-16T18:47:00Z commons-potd-importer jo schedule: 7 0 * * * tf-python37 no Last schedule time: 2021-07-16T00:07:00Z [...]
+------------+------------------------------------------+ | Job name: | cfdw | +------------+------------------------------------------+ | Command: | | +------------+------------------------------------------+ | Job type: | schedule: 17 * * * * | +------------+------------------------------------------+ | Container: | tf-python37 | +------------+------------------------------------------+ | File log: | no | +------------+------------------------------------------+ | Status: | Last schedule time: 2021-07-16T19:17:00Z | +------------+------------------------------------------+ | Hints: | No pods were created for this job. | +------------+------------------------------------------+
What should have happened instead?:
The complete command should be displayed.
+------------+------------------------------------------+ | Job name: | cfdw | +------------+------------------------------------------+ | Command: | jobs/cfdw | +------------+------------------------------------------+ | Job type: | schedule: 17 * * * * | +------------+------------------------------------------+ | Container: | tf-python37 | +------------+------------------------------------------+ | File log: | no | +------------+------------------------------------------+ | Status: | Last schedule time: 2021-07-16T19:17:00Z | +------------+------------------------------------------+ | Hints: | No pods were created for this job. | +------------+------------------------------------------+