Skip to content
Success

#626 (Jun 9, 2026, 11:45:00 PM)

Started 18 hr ago
Took 3 min 16 sec on build4-deb12build-ansible
Build Artifacts
build.log155.80 KiB view
linux13.93 MiB view

Started by timer

This run spent:

  • 3 ms waiting;
  • 3 min 16 sec build duration;
  • 3 min 16 sec total from scheduled to completion.
Revision: 5207691242d23b927f2ecf22990b90162ddadee3
Repository: https://gerrit.osmocom.org/osmo-ci
  • origin/master
coverity/jenkins: check if upload was successful

When the server returns an error, the curl command does not fail -
probably because the server sends a wrong http status code:

  curl \
   --form token="$token" \
   --form email=holger@freyther.de --form file=@Osmocom.tgz \
   --form version=Version --form description=AutoUpload \
   https://scan.coverity.com/builds?project=Osmocom
  + set +x
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
  …
  <html>
  <head><title>413 Request Entity Too Large</title></head>
  <body>
  <center><h1>413 Request Entity Too Large</h1></center>
  <hr><center>nginx/1.19.10</center>
  </body>
  </html>
  Finished: SUCCESS

Fail if the output doesn't contain the "Build successfully submitted"
string, so the job fails if there was an error.

(The request entity too large error is probably an error on their end,
scan.coverity.com still says they are performing upgrades on their
servers.)

Change-Id: Ie63a33dfa7648b38f1f01cb8c87db76949f69e10
Oliver Smith at