{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.TimerTrigger$TimerTriggerCause",
          "shortDescription" : "Started by timer"
        }
      ]
    },
    {
      "_class" : "hudson.model.ParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "EMAIL_NOTIFICATIONS",
          "value" : "jenkins-notifications@lists.osmocom.org"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "BRANCH_CI",
          "value" : "master"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 1,
      "buildableTimeMillis" : 1,
      "buildingDurationMillis" : 196312,
      "executingTimeMillis" : 196312,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 0,
      "waitingTimeMillis" : 0
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 626,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "5207691242d23b927f2ecf22990b90162ddadee3",
            "branch" : [
              {
                "SHA1" : "5207691242d23b927f2ecf22990b90162ddadee3",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "5207691242d23b927f2ecf22990b90162ddadee3",
            "branch" : [
              {
                "SHA1" : "5207691242d23b927f2ecf22990b90162ddadee3",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/osmith/wip" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 506,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "254b2d2d6f5bd650a595db321c7083f747055127",
            "branch" : [
              {
                "SHA1" : "254b2d2d6f5bd650a595db321c7083f747055127",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          },
          "revision" : {
            "SHA1" : "254b2d2d6f5bd650a595db321c7083f747055127",
            "branch" : [
              {
                "SHA1" : "254b2d2d6f5bd650a595db321c7083f747055127",
                "name" : "refs/remotes/origin/osmith/wip"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "5207691242d23b927f2ecf22990b90162ddadee3",
        "branch" : [
          {
            "SHA1" : "5207691242d23b927f2ecf22990b90162ddadee3",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/osmo-ci"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "build.log",
      "fileName" : "build.log",
      "relativePath" : "output/build.log"
    },
    {
      "displayPath" : "linux",
      "fileName" : "linux",
      "relativePath" : "output/linux"
    }
  ],
  "building" : false,
  "description" : null,
  "displayName" : "#626",
  "duration" : 196312,
  "estimatedDuration" : 198420,
  "executor" : null,
  "fullDisplayName" : "build-kernel-net-next #626",
  "id" : "626",
  "inProgress" : false,
  "keepLog" : false,
  "number" : 626,
  "queueId" : 139017,
  "result" : "SUCCESS",
  "timestamp" : 1781048700865,
  "url" : "https://jenkins.osmocom.org/jenkins/job/build-kernel-net-next/626/",
  "builtOn" : "build4-deb12build-ansible",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "coverity/jenkins.sh"
        ],
        "commitId" : "5207691242d23b927f2ecf22990b90162ddadee3",
        "timestamp" : 1780996008000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
          "fullName" : "Oliver Smith"
        },
        "authorEmail" : "osmith@sysmocom.de",
        "comment" : "coverity/jenkins: check if upload was successful\u000a\u000aWhen the server returns an error, the curl command does not fail -\u000aprobably because the server sends a wrong http status code:\u000a\u000a  curl \\\u000a   --form token=\"$token\" \\\u000a   --form email=holger@freyther.de --form file=@Osmocom.tgz \\\u000a   --form version=Version --form description=AutoUpload \\\u000a   https://scan.coverity.com/builds?project=Osmocom\u000a  + set +x\u000a    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current\u000a                                   Dload  Upload   Total   Spent    Left  Speed\u000a  …\u000a  <html>\u000a  <head><title>413 Request Entity Too Large</title></head>\u000a  <body>\u000a  <center><h1>413 Request Entity Too Large</h1></center>\u000a  <hr><center>nginx/1.19.10</center>\u000a  </body>\u000a  </html>\u000a  Finished: SUCCESS\u000a\u000aFail if the output doesn't contain the \"Build successfully submitted\"\u000astring, so the job fails if there was an error.\u000a\u000a(The request entity too large error is probably an error on their end,\u000ascan.coverity.com still says they are performing upgrades on their\u000aservers.)\u000a\u000aChange-Id: Ie63a33dfa7648b38f1f01cb8c87db76949f69e10\u000a",
        "date" : "2026-06-09 11:06:48 +0200",
        "id" : "5207691242d23b927f2ecf22990b90162ddadee3",
        "msg" : "coverity/jenkins: check if upload was successful",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "coverity/jenkins.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/osmith",
      "fullName" : "Oliver Smith"
    }
  ]
}