Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] Fw: Two Questions re: Jenkins build for STEM project

Hi,
 
more information regarding the build error. We see this on the build log:
 
 
Started by user Stefan Edlund Agent default-java-7vhl9 is provisioned from template Kubernetes Pod Template Agent specification [Kubernetes Pod Template] (): Building remotely on default-java-7vhl9 in workspace /home/jenkins/workspace/STEM4 Cloning the remote Git repository Cloning repository git://git.eclipse.org/gitroot/stem/org.eclipse.stem > git init /home/jenkins/workspace/STEM4 # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/stem/org.eclipse.stem > git --version # timeout=10 > git fetch --tags --progress git://git.eclipse.org/gitroot/stem/org.eclipse.stem +refs/heads/*:refs/remotes/origin/* 
 > git config remote.origin.url git://git.eclipse.org/gitroot/stem/org.eclipse.stem # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.eclipse.org/gitroot/stem/org.eclipse.stem # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/stem/org.eclipse.stem
 > git fetch --tags --progress git://git.eclipse.org/gitroot/stem/org.eclipse.stem +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/STEM4^{commit} # timeout=10
Checking out Revision abe17efa58a249101d1d5b160a8c515f099dc907 (origin/STEM4)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f abe17efa58a249101d1d5b160a8c515f099dc907
Commit message: "test"
 > git rev-list --no-walk a555d49ada3d1bcebb4dca0960b6b4d63f7ba779 # timeout=10
[org.eclipse.stem.releng] $ ant -file build.xml
ERROR: command execution failed.Maybe you need to configure the job to choose one of your Ant installations?
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: FAILURE
 
We tried including the path to where the actual build.xml file for ant is located, and even tried to create one at the root of the git repository. Nothing helped. It's not clear that the git clone works and that the workspace gets populated.
 
Appreciate any assistance on this.
/ Stefan
 
Stefan Edlund
Research Software Engineer - Industrial and Applied Genomics
IBM Research - Almaden
(408) 927-1766 sedlund@xxxxxxxxxx
 
 
----- Original message -----
From: James Kaufman/Almaden/IBM
To: "Ahmad Swaid" <Ahmad.Swaid@xxxxxxxxxxx>, Stefan Edlund/Almaden/IBM@IBMUS
Cc:
Subject: Fw: Two Questions re: Jenkins build for STEM project
Date: Mon, Jul 30, 2018 1:50 PM
 
It bounced the first time so I resent the following....

Best Regards,
Jamie




----- Forwarded by James Kaufman/Almaden/IBM on 07/30/2018 01:49 PM -----

From: James Kaufman/Almaden/IBM
To: cbi-dev@xxxxxxxxxxx
Date: 07/30/2018 01:49 PM
Subject: Two Questions re: Jenkins build for STEM project


My colleagues and i are working to set up a Jenkins build server for the STEM project at eclipse.org. We are new to this so thank you in advance for your help and patience.

Questions:

1) It seems the server that was set up for us is missing the Eclipse workspace.
Is there documentation on how we create this or would the webmaster have to do it (or should we reopen our
Bug ID: 537115  ?

2) Also, how do we find or set the Eclipse Home variable on the server.

fyi our build server is here
Requesting Jenkins Build server for Eclipse STEM project
http://www.eclipse.org/stem/

The STEM Command line build process that we need to run on Jenkins uses an Ant build script
There is doc on the STEM command line build process here.

https://wiki.eclipse.org/STEM_Releng#Running_the_STEM_Builder
https://wiki.eclipse.org/STEM_Releng#Launching_the_Builder_from_Command_Line<--- these are the steps we need to get running on Jenkins.



Best Regards,
James Kaufman





 
 


Back to the top