Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Sort of. Once the pipeline has run a job itself, you can rerun it with the same parameters by cd'ing to the working directory and issuing the command:

No Format
bash pipeline_wrapper rerun 

This works because the first time the pipeline_wrapper runs it stores all of the initial environment variables in a file called pipeline_env. Re-running the wrapper with the "rerun" option causes it to reload the environment from that file before executing the users job.