Discussion:
[cbi-dev] Two Questions re: Jenkins build for STEM project
James Kaufman
2018-07-30 20:49:30 UTC
Permalink
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
Stefan Edlund
2018-07-30 21:48:46 UTC
Permalink
_______________________________________________
cbi-dev mailing list
cbi-***@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cbi-dev
Frederic Gurr
2018-07-31 08:13:29 UTC
Permalink
Hi,

Ant is now set up correctly on the STEM JIPP, but you will need
to specify the correct path to the build.xml in your job configuration.

Please open a Bugzilla issue for such problems in the future.

Regards,

Fred
Hi,
 
 
 
<https://jenkins.eclipse.org/stem/computer/default-java-7vhl9> is provisioned from template Kubernetes Pod Template Agent specification [Kubernetes Pod Template] (): Building remotely on default-java-7vhl9
<https://jenkins.eclipse.org/stem/computer/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
 
 
----- Original message -----
From: James Kaufman/Almaden/IBM
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
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
 
 
_______________________________________________
cbi-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cbi-dev
--
Frederic Gurr
Release Engineer | Eclipse Foundation Europe GmbH

Annastr. 44, D-64673 Zwingenberg
Handelsregister: Darmstadt HRB 92821
Managing Directors: Ralph Mueller, Mike Milinkovich, Chris Laroque
Frederic Gurr
2018-07-31 10:23:11 UTC
Permalink
Hi,

You Jenkins build server provides an environment for a
greenfield-approach. We only set up build tools like Ant, Maven, etc.
Everything else you need to configure/build yourself.

Regards,

Fred
Post by James Kaufman
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
_______________________________________________
cbi-dev mailing list
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cbi-dev
--
Frederic Gurr
Release Engineer | Eclipse Foundation Europe GmbH

Annastr. 44, D-64673 Zwingenberg
Handelsregister: Darmstadt HRB 92821
Managing Directors: Ralph Mueller, Mike Milinkovich, Chris Laroque
Loading...