-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to integrate mvnd in jenkins? #592
Comments
Why do you want to do that ? |
@gnodet We are now using Jenkins' maven command to build code, how to build through mvnd |
@hongchangliu you said what you do and what you'd like to do, but you have not answered @gnodet's question, why do you want to do that? What expectations do you have from mvnd on Jenkins? By answering those questions, you'd perhaps realize yourself that your expectations are unrealistic. But maybe not, it depends on what you really expect. |
|
你可以使用jenkinsfile(流水线工程)去让jenkins执行mvnd的命令 |
@gnodet Guillaume, even though mvnd is a command line tools and even though it is not currently integrated in CI builds (which is why @hongchangliu open this ticket) why are you summarily stating that because it is not currently integrated it should never be and that any request for such integration should be immediately closed? I do not know the history of mvnd and if you are a contributor and if you are, I thank you for all your hard work. However, I think closing an issue this way is rather impolite at best. I was going to ask the exact same question as I would like to have my CI build benefit from the speed improvements mvnd provides when my CI builds run. |
Using mvnd on a CI may or may not be a good idea depending on what you expect.
Given the above, feel free to try what is the best for you. I tend to agree with @gnodet that implementing or advising about any given CI's configuration is out of scope here. You may want to contact your CI vendor for that. |
How to integrate mvnd in jenkins?which plugin?
The text was updated successfully, but these errors were encountered: