0

I have a parent build template used by 22 projects.

I have added some new build steps into the parent template and I would like these to be available now in all the child projects without having to add them in manually.

Is there a way I can do this? Currently I cannot see them in the child projects

Heather Roberts
  • 1,978
  • 1
  • 24
  • 33

1 Answers1

0

Try making a build template. When viewing your build configuration in the upper right hand corner click Actions > Extract Template. This should make your build steps available to children of your project.

  • Sorry, I don't think I worded my question correctly. I do have a template, and I have updated this and want to see the new build steps I have added in all the child projects that are based on this template – Heather Roberts Apr 11 '18 at 23:26