mvn: command not found

|▌冷眼眸甩不掉的悲伤 提交于 2020-01-02 09:28:18

问题


I'm trying to run a pipeline with jenkinsfile on a specific for which I don't have access to manage the path. But I'm having this error can any one know how to solve this one?


回答1:


You need to install Maven on the build agent executing the job. An alternative by Jenkins is that it can install Maven for you. This can be configured in the Global Tool Configuration of the Jenkins Master.

If you are really only allowed to modify the Jenkinsfile, you could first download and unpack maven into some local directory and then call it from there.



来源:https://stackoverflow.com/questions/47320994/mvn-command-not-found

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!