Problem: Determine if the current CI job is a re-run from a previous job.Currently you can get the job number from an environment variable, and the pipeline id from the pipeline parameters, but it would take API requests to determine if the job has been reran. Or the use of caching to store the pipeline value to check against.
CCI-I-1527