Cannot run program “mvn” error=2, No such file or directory

前端 未结 6 2093
你的背包
你的背包 2021-01-31 16:19

I\'m doing a build on my Ubuntu 14.04 LTS but I\'m getting the following:

Started by user anonymous
Building in workspace /var/lib/jenkins/workspace/videovixx
 &         


        
6条回答
  •  一向
    一向 (楼主)
    2021-01-31 17:20

    I had the same problem and i installed maven in Jenkins Server and issue was fixed.

    sudo yum install maven
    

提交回复
热议问题