aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/jenkins_sysmobts.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-07-10jenkins helpers: some minimal documentation/comments + print errorsHarald Welte1-0/+1
We should print meaningful error messages in case a user doesn't have the required local PATH set up, or doesn't specify a required command line argument. Change-Id: I30a2935f93ade69222b1e0c3e212ee10e17c1823
2017-06-21Use generic L1 headers helperMax1-15/+2
Change-Id: I2253df3509595d7393ec6631ef846dbebae73ca4
2017-06-21Move common steps into common jenkins helperMax1-19/+3
Move value_string termination check and OpenBSC headers checkout into shared jenkins helper from BTS' model-specific helpers to get rid of copy-pasted code. While at it - also remove unnecessary bash dependency. Change-Id: Ic48b1f75179b9008d65219dd5a47c1ab3b886408
2017-03-16jenkins: add value_string termination checkNeels Hofmeyr1-0/+2
Change-Id: Id4eb92924c03748563921e3f56cc0e5e0ffff502 Depends: libosmocore change-id I2bc93ab4781487e7685cfb63091a489cd126b1a8
2016-10-12jenkins.sh: use osmo-build-dep.sh, log test failuresNeels Hofmeyr1-28/+33
Like in libosmo-abis' and other jenkins.sh Change-Id: I6ad88bce18677b148af63ae8f6e0ab7e3b38b5a2
2016-08-08ci/spatch: Remove the "static" analysis handlingHolger Hans Peter Freyther1-13/+0
spatch on Debian 8.0 has already crashed twice and is likely to crash more and at the same time the value for this static checking is close to zero (nice idea but never blossomed). So let's remove it, have a more reliable build and let's coverity find those issues. Change-Id: Ic1004edf7f0bee8dda30b95554a0aaf0b116b6b8
2016-04-13jenkins: Add the build script from jenkins hereHolger Hans Peter Freyther1-0/+74
This can be used to replicate a build issue more easily.