0

I want to add custom extensions like Istanbul for code coverage, SonarQube for static code analysis, custom tool for technical debt calculation. Is it possible to add custom extensions to a Bluemix Delivery Pipeline instance?

jeet
  • 629
  • 1
  • 4
  • 15

1 Answers1

0

You can add Build Jobs using Ant, Maven or other supported scripting tools to invoke those other services. You can't extend the UI.

Jose Miguel Ordax
  • 1,151
  • 1
  • 9
  • 20