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] { (log configuration)
[Pipeline] sh
[workspace] Running shell script
+ echo '===== checking tools versions ====='
===== checking tools versions =====
+ pwd
/jobs/genie.xpect/Xpect-Integration-Release/workspace
+ ls -ls
total 0
0 drwxrwsr-x 1 genie.xpect modeling.xpect 0 Nov  9 10:56 xpect-local-maven-repository
+ /shared/common/apache-maven-3.0.5/bin/mvn -v
Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 08:51:28-0500)
Maven home: /shared/common/apache-maven-3.0.5
Java version: 1.8.0_131, vendor: Oracle Corporation
Java home: /opt/public/common/jdk1.8.0_131.x64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.12.62-60.64.8-default", arch: "amd64", family: "unix"
+ echo ===================================
===================================
[Pipeline] }
[Pipeline] // stage
[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.315s
[INFO] Finished at: Thu Nov 09 11:03:48 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