英文:
Creating a custom option in jdl
问题
我的问题是如何在jdl文件中创建自定义选项?
我的用例是添加一个像这样的流水线:
pipeline : [Jenkins,Azure,Gitlab,Travis]
我知道在jhipster ci-cd中有一个特定应用的命令。
但是如果我使用数百个微前端,显然逐个运行jhipster ci-cd命令是一项繁琐的工作。
所以我的问题是jhipster是否支持在jdl文件中创建自定义选项?
英文:
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?
答案1
得分: 1
ci-cd
目前未集成到应用生成过程中。
在我看来,我们可以进行集成。
目前没有办法自定义JDL,但最近发生了许多变化。也许今年晚些时候可以通过蓝图进行自定义。
现在更容易向应用程序添加新的JDL选项:请参阅消息代理和数据库迁移选项。
英文:
ci-cd
is 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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论