0

I noticed that the generator supports jhipster ci-cd & the jdl supports deployment, but could not find any documentation on whether the jdl supports ci-cd & if it does what the language is. Seems this would be part of the documentation and JDL if available via the generator?

1 Answers1

1

I think this is out of scope for the JDL (at least currently), it describes itself as handling "your applications, deployments, entities and their relationships"

Here is the parser for the JDL language and I don't see anything regarding continuous integration, so I don't think it's an undocumented feature.

You could make the feature request here

Amir T
  • 2,708
  • 18
  • 21