0

We are using springfox to generate swagger docs for our springboot application at runtime. We would like to publish these somewhere as part of our jenkins pipeline. Is there a way to generate these static docs as part of the build that we can then export in the pipeline?

thejames42
  • 447
  • 6
  • 22
  • You know that Jenkins can just execute commands? So any command that you would run locally to generate them can be executed in the pipeline as well, like running a certain maven goal. Do you know how to generate the docs in general? – StephenKing May 11 '18 at 04:17
  • no, that's what i'm trying to figure out. all i can find is the runtime doc in springfox. – thejames42 May 17 '18 at 15:10
  • Okay, then it's but a Jenkins question – StephenKing May 17 '18 at 15:41

0 Answers0