Skip to content

Console Output

Started by user jakub.siberski@gmail.com
Obtained Jenkinsfile from git https://github.com/eclipse/Xpect.git
[Pipeline] timestamps
[Pipeline] {
[Pipeline] node
Running on master in /home/hudson/genie.xpect/.jenkins/jobs/Xpect-Integration-Release/workspace
[Pipeline] {
[Pipeline] tool
[Pipeline] timeout
Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (compile with Eclipse Luna and Xtext 2.9.2)
[Pipeline] sh
[workspace] Running shell script
+ /shared/common/apache-maven-3.0.5/bin/mvn '-P!tests' -Dtarget-platform=eclipse_4_4_2-xtext_2_9_2 --batch-mode --update-snapshots -fae -Dmaven.repo.local=xpect-local-maven-repository -DtestOnly=false clean install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.320s
[INFO] Finished at: Thu Nov 09 10:56:35 EST 2017
[INFO] Final Memory: 20M/1932M
[INFO] ------------------------------------------------------------------------
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/jobs/genie.xpect/Xpect-Integration-Release/workspace). Please verify you invoked Maven from the correct directory. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE