有没有办法创建一个隐藏的构建步骤,所以 Jenkins 在构建运行时总是会执行一个特定的脚本?
本质上,我们正在尝试将标准的构建过程强制执行到用户身上。
有没有办法创建一个隐藏的构建步骤,所以 Jenkins 在构建运行时总是会执行一个特定的脚本?
本质上,我们正在尝试将标准的构建过程强制执行到用户身上。
Perhaps the Jenkins Template Plugin would suit your needs. I haven't tried it, but it seems like it is solving the problems you are describing. Note, however, that it is a Jenkins Enterprise plugin, so it's not free.