简体   繁体   中英

maven error while running sonar from jenkins job

I am trying to implement Sonar in Jenkins CI using maven build tool.I am using Linux machine to build maven with Sonar. maven is successfully installed. I have tried to configure maven path in Jenkins Configuration, maven is installed . whenever I run the job getting below error.

java.io.IOException: Cannot run program "mvn" (in directory \\"/directorypath"): java.io.IOException: error=2, No such file or directory""

as I understood from error that its unable to find out maven in Job directory. what configuration should needed so job can take by default maven path where is installed.

I have searched lot on internet, but could not helped.

Try without mvn in the commands

Eg clean install package

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM