jenkins and osmo-ci

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Neels Hofmeyr nhofmeyr at sysmocom.de
Tue Sep 5 09:43:06 UTC 2017


Thanks, applied the OpenBSC-gerrit build config, and it started to build
now as https://jenkins.osmocom.org/jenkins/job/OpenBSC-gerrit/2439/

It now reads:


chmod -R +w *
rm -rf *
git checkout .
#./contrib/jenkins.sh

ARTIFACT_STORE="$HOME/jenkins_build_artifact_store"
mkdir -p "$ARTIFACT_STORE"

docker run --rm=true \
  -e HOME=/build \
  -e ARTIFACT_STORE=/artifact_store \
  -e JOB_NAME="$JOB_NAME" \
  -e MAKE=make \
  -e PARALLEL_MAKE="$PARALLEL_MAKE" \
  -e IU="$IU" \
  -e SMPP="$SMPP" \
  -e MGCP="$MGCP" \
  -e PATH="$PATH:/build_bin" \
  -e OSMOPY_DEBUG_TCP_SOCKETS="1" \
  -w /build -i -u build \
  -v "$PWD:/build" \
  -v "$HOME/bin:/build_bin" \
  -v "$ARTIFACT_STORE:/artifact_store" \
  osmocom:amd64 /build/contrib/jenkins.sh


Notably, we are in the middle of moving to new repositories, away from
openbsc.git: osmo-msc.git, osmo-bsc.git, osmo-mgw.git, osmo-sgsn.git,
and when openbsc works with the artifact store these could follow.

~N

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.osmocom.org/pipermail/openbsc/attachments/20170905/b6c2b503/attachment.bin>


More information about the OpenBSC mailing list