我是Jenkins的新手,我有以下问题
刚刚在MacOS Sierra上安装了Jenkins2(10.12.6) 并在/ Users / Shared / Jenkins /下创建了一个新用户, 但是当我尝试运行maven编译命令时,通过一个新的Job 我有以下错误:
[atmosphere] $ mvn -f spring-boot-samples/spring-boot-sample-atmosphere/pom.xml compile
FATAL: command execution failed
java.io.IOException: error=2, No such file or directory
我尝试手动运行命令并获得以下内容:
Caused by: org.apache.maven.shared.filtering.MavenFilteringException:
Cannot create resource output directory:
/Users/Shared/Jenkins/Home/workspace/atmosphere/spring-boot-samples/spring-boot-sample-atmosphere/target/classes
我怎么能解决这个问题? 我想我必须更改工作区权限,但我不知道该怎么做。
请帮忙!