Reputation: 21
Is there a way to create a hidden build step, so Jenkins will always execute a specific script when a build is run?
Essentially we are trying to enforce the standard process of builds onto the users.
Upvotes: 2
Views: 1060
Reputation: 6473
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.
Upvotes: 1