How to execute reset of a step of build configuration through API? Permanently deleted user Created June 07, 2019 09:57 It is possible to execute reset of a step of build configuration without using a WebUI?For example through API.
Hi,
you can just send a DELETE request to the build step via the REST API. Because the step is inherited from a template, this will just delete its customization and bring it back to the template base.