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:

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.