Viewing previous jobs

Selecting Jobs -> Previous Jobs from the left hand menu will bring you to the previous jobs panel.

There three main tabs to separate types of finished jobs which are project jobs, pipeline jobs and other Jobs.

You can click on (highlight) any previous job. The actions on the right hand side allow you to view, download the log, rerun the job, retry a job and rollback job. These buttons may not be visible if you are not authorised to use them or if the log has been removed or the job is not re-runnable / retriable / rollbackable.

Downloading the log allows you to analyse the full job log through your editor of choice.

The log settings are industry standard (log4j) and can be amended for the job by editing the log4j.properties file under the project root directory.

Rerun operation, starts a new job from scratch based on the previous one.

Retry operation, available only for pipeline jobs, continues execution of the previous job, starting from last failure point.

Rollback operation, starts a new job based on rollback configuration. On project jobs, this operation fetches latest former successful deployed version and runs same job with this version instead. On pipeline jobs, it runs the configured rollback pipeline job which was attached to the finished previous job.

The status icons have the following meaning:

Icon Meaning
Green Tick Job Completed Successfully
Red Cross Job Failed
Amber Cross Job Cancelled
Blue "Stop" hand Job could not be executed
Blue Clock Job timed out
Amber Switch Job Queued (Waiting to run)
Calendar Job Scheduled

Expanding each previous job row, presents job progress details and request details

Viewing progress details of the job, presents the overall progress bar of the currently selected job and also further progress details.

For Project jobs, it presents the orchestration diagram and the list of tasks being performed. The progress done in the job is indicated by the orchestration diagram and each task bar. Task bars are colour coded as follows:

Colour Meaning
Green Task Completed Successfully
Blue Task In Progress
Red Task Failed
Amber Task Halted

For Pipeline jobs, it presents the pipeline diagram and the tree table with the pipeline steps and their subsequent jobs performed. The progress done in the job is indicated in the pipeline diagram and each step/job bar. Step and job bars are colour coded as follows:

Colour Meaning
Green Completed Successfully
Blue In Progress
Red Failed or Rejected
Amber Cancelled or Halted