Search code examples
jenkinsjenkins-pluginsparameterized

jenkins: saving parameters of parameterized build for reuse


I have a parametrized Jenkins task. After the task execution I can see the parameters used for the execution.

I want to reuse parameters of any previous build of the task for following launches.

Brief googling did not help me.

Could you please advise me some solutions for my task?


Solution

  • Use the Rebuild Plugin -
    It allows you to rerun any previous run of a job,
    with the same parameters that were used in that run.
    You can even change some of the parameters, if needed.