我是新的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) @
@