Parameter or Env Var to verify if job is part of a rerun
K
Kyle Tryon
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