我如何使用更新的 JenkinsFile 重新启动 jenkins 管道
Ho do I restart the jenkins pipeline with an updated JenkinsFile
我有一个 Jenkins 项目,它在存储在 SCM 中的 JenkinsFile 中定义了一个声明性管道。我使用“来自 SCM 的管道脚本”选项。
有时,如果出现问题,我会在 jenkins 工作区中进行快速修复,并从特定阶段开始重新运行管道。这很好用。
在某些情况下,我需要更新 JenkinsFile,然后使用更新后的 Jenkins 文件执行 'restart at stage'。但是,我无法在工作区文件夹中的任何位置找到 JenkinsFile。我需要知道位置,以便快速修复然后重新启动管道。 JenkinsFile 位于何处?
见"Replay" Pipeline Runs with Modifications:
The "Replay" feature allows for quick modifications and execution of an existing Pipeline without changing the Pipeline configuration or creating a new commit.
我有一个 Jenkins 项目,它在存储在 SCM 中的 JenkinsFile 中定义了一个声明性管道。我使用“来自 SCM 的管道脚本”选项。
有时,如果出现问题,我会在 jenkins 工作区中进行快速修复,并从特定阶段开始重新运行管道。这很好用。
在某些情况下,我需要更新 JenkinsFile,然后使用更新后的 Jenkins 文件执行 'restart at stage'。但是,我无法在工作区文件夹中的任何位置找到 JenkinsFile。我需要知道位置,以便快速修复然后重新启动管道。 JenkinsFile 位于何处?
见"Replay" Pipeline Runs with Modifications:
The "Replay" feature allows for quick modifications and execution of an existing Pipeline without changing the Pipeline configuration or creating a new commit.