My question here is flashing in my mind,how to create a custom option in jdl file? My use case is to add a pipeline like this pipeline : [Jenkins,Azure,Gitlab,Travis]
And I know that there is a command present in jhipster ci-cd with a specific application. But if I use hundreds of microfrontends, hitting command jhipster ci-cd one by one is a tedious job obviously. So my question is jhipster supports to create a custom option in jdl file?
ci-cdis not currently integrated in the app generation process. In my opinion we can integrate.There is not way to customize JDL but a lot has changed recently. And maybe a blueprint can customize it later this year.
To add an new JDL option to application is much easier now: see Message Broker and Database Migration options.