英文:
Running Multimodule SpringBoot Microservices Application with Jenkins
问题
需要帮助在运行Jenkins构建后触发由Spring Boot微服务应用程序创建的Jars。我有4个模块:
模块1
模块2
模块3
模块4
类似地,在每个模块文件夹的目标目录下有4个jar文件。我需要一种通过Jenkins触发/运行这些jar的方式。我该怎么做?
提前感谢。
英文:
Need Help in triggering Jars created after running the Jenkins build for a Spring Boot Microservices application. I have 4 modules
Module 1
Module 2
Module 3
Module 4
Like wise have got 4 jar files under the target directory of each module folder. I need a way to trigger/run these jars via jenkins. How can i do it.
Thanks in advance
专注分享java语言的经验与见解,让所有开发者获益!
评论