.yml文件中找不到POM.xml文件

时间:2019-11-07 12:13:05

标签: gitlab

我是新的GitLab CI / CD。我在命令中添加了.yml,但在构建时未获取pom.xml文件。

Build with Maven3s
##[error]Process completed with exit code 1.
Run mvn -B package --file pom.xml
POM file pom.xml specified with the -f/--file command line argument does not exist
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-readable POM /home/runner/work/jenkins/jenkins/pom.xml: /home/runner/work/jenkins/jenkins/pom.xml (No such file or directory) @ 
 @

0 个答案:

没有答案