{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.model.ParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "BRANCH",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "EMAIL_NOTIFICATIONS",
          "value" : "jenkins-notifications@lists.osmocom.org laforge@gnumonks.org"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 0,
      "buildingDurationMillis" : 49812,
      "executingTimeMillis" : 49812,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 5065,
      "waitingTimeMillis" : 5065
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 10258,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "c51c849e08d8ef7d6230a5480026fa3bd26586a9",
            "branch" : [
              {
                "SHA1" : "c51c849e08d8ef7d6230a5480026fa3bd26586a9",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "c51c849e08d8ef7d6230a5480026fa3bd26586a9",
            "branch" : [
              {
                "SHA1" : "c51c849e08d8ef7d6230a5480026fa3bd26586a9",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 7002,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "1c076ec867bbb1ec8eae77bddeda695566860d46",
            "branch" : [
              {
                "SHA1" : "1c076ec867bbb1ec8eae77bddeda695566860d46",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1c076ec867bbb1ec8eae77bddeda695566860d46",
            "branch" : [
              {
                "SHA1" : "1c076ec867bbb1ec8eae77bddeda695566860d46",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "c51c849e08d8ef7d6230a5480026fa3bd26586a9",
        "branch" : [
          {
            "SHA1" : "c51c849e08d8ef7d6230a5480026fa3bd26586a9",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://gerrit.osmocom.org/libosmo-netif"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#10258",
  "duration" : 49812,
  "estimatedDuration" : 43834,
  "executor" : None,
  "fullDisplayName" : "master-libosmo-netif #10258",
  "id" : "10258",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 10258,
  "queueId" : 1988129,
  "result" : "SUCCESS",
  "timestamp" : 1757366706053,
  "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmo-netif/10258/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "include/osmocom/netif/twjit.h",
          "src/Makefile.am",
          "configure.ac",
          "contrib/libosmo-netif.spec.in",
          "src/twjit.c",
          "include/osmocom/netif/twjit_private.h",
          "include/osmocom/netif/Makefile.am",
          "src/twjit_conf.c"
        ],
        "commitId" : "15f06ca13c1232bcbc3babe2277644088bb9fb2a",
        "timestamp" : 1756742403000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/falcon",
          "fullName" : "falcon"
        },
        "authorEmail" : "falcon@freecalypso.org",
        "comment" : "bring twjit into libosmo-netif\u000a\u000atwjit is the jitter buffer portion of Themyscira Wireless RTP\u000aendpoint implementation, an alternative to Belledonne libortp.\u000aUnlike Belledonne software, ThemWi RTP library was developed\u000aspecifically for use in Osmocom-based GSM, ISDN and IP-PSTN\u000anetwork elements, and is built on top of libosmocore primitives -\u000athus it can function more natively in Osmocom universe than ortp.\u000aThis ThemWi library was initially developed externally to Osmocom,\u000abut is now being brought into libosmo-netif so it can be used by\u000anative Osmocom projects, particularly OsmoBTS.\u000a\u000aRelated: OS#6474\u000aChange-Id: Ia3be5834571ca18b68939abbcf1ce3a879156658\u000a",
        "date" : "2025-09-01 16:00:03 +0000",
        "id" : "15f06ca13c1232bcbc3babe2277644088bb9fb2a",
        "msg" : "bring twjit into libosmo-netif",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "include/osmocom/netif/Makefile.am"
          },
          {
            "editType" : "add",
            "file" : "src/twjit_conf.c"
          },
          {
            "editType" : "edit",
            "file" : "configure.ac"
          },
          {
            "editType" : "edit",
            "file" : "contrib/libosmo-netif.spec.in"
          },
          {
            "editType" : "add",
            "file" : "include/osmocom/netif/twjit.h"
          },
          {
            "editType" : "edit",
            "file" : "src/Makefile.am"
          },
          {
            "editType" : "add",
            "file" : "include/osmocom/netif/twjit_private.h"
          },
          {
            "editType" : "add",
            "file" : "src/twjit.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/Makefile.am",
          "src/twrtp.c",
          "include/osmocom/netif/rtcp_defs.h",
          "include/osmocom/netif/Makefile.am",
          "include/osmocom/netif/twrtp.h"
        ],
        "commitId" : "cd5bc0b57c28cc169f88ee18f95bdb8511f086eb",
        "timestamp" : 1756750502000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/falcon",
          "fullName" : "falcon"
        },
        "authorEmail" : "falcon@freecalypso.org",
        "comment" : "bring twrtp into libosmo-netif\u000a\u000atwrtp is the top layer of Themyscira Wireless RTP endpoint\u000aimplementation, an alternative to Belledonne libortp.\u000aUnlike Belledonne software, ThemWi RTP library was developed\u000aspecifically for use in Osmocom-based GSM, ISDN and IP-PSTN\u000anetwork elements, and is built on top of libosmocore primitives -\u000athus it can function more natively in Osmocom universe than ortp.\u000aThis ThemWi library was initially developed externally to Osmocom,\u000abut is now being brought into libosmo-netif so it can be used by\u000anative Osmocom projects, particularly OsmoBTS.\u000a\u000aRelated: OS#6474\u000aChange-Id: Ib63215aaf13ef8ab8f2e0c8d310164cd5c8824eb\u000a",
        "date" : "2025-09-01 18:15:02 +0000",
        "id" : "cd5bc0b57c28cc169f88ee18f95bdb8511f086eb",
        "msg" : "bring twrtp into libosmo-netif",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/twrtp.c"
          },
          {
            "editType" : "edit",
            "file" : "include/osmocom/netif/Makefile.am"
          },
          {
            "editType" : "add",
            "file" : "include/osmocom/netif/twrtp.h"
          },
          {
            "editType" : "edit",
            "file" : "src/Makefile.am"
          },
          {
            "editType" : "add",
            "file" : "include/osmocom/netif/rtcp_defs.h"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "include/osmocom/netif/twjit.h",
          "doc/twrtp/twrtp-guide.t",
          ".gitignore",
          "include/osmocom/netif/twrtp.h",
          "doc/twrtp/README"
        ],
        "commitId" : "c51c849e08d8ef7d6230a5480026fa3bd26586a9",
        "timestamp" : 1756775372000,
        "author" : {
          "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/falcon",
          "fullName" : "falcon"
        },
        "authorEmail" : "falcon@freecalypso.org",
        "comment" : "doc: add twrtp guide document\u000a\u000aChange-Id: I90976edfd8c66c2d1c5bc7939e0a49f725a02f3f\u000a",
        "date" : "2025-09-02 01:09:32 +0000",
        "id" : "c51c849e08d8ef7d6230a5480026fa3bd26586a9",
        "msg" : "doc: add twrtp guide document",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "include/osmocom/netif/twjit.h"
          },
          {
            "editType" : "edit",
            "file" : "include/osmocom/netif/twrtp.h"
          },
          {
            "editType" : "edit",
            "file" : ".gitignore"
          },
          {
            "editType" : "add",
            "file" : "doc/twrtp/README"
          },
          {
            "editType" : "add",
            "file" : "doc/twrtp/twrtp-guide.t"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jenkins.osmocom.org/jenkins/user/falcon",
      "fullName" : "falcon"
    }
  ],
  "runs" : [
    {
      "number" : 10258,
      "url" : "https://jenkins.osmocom.org/jenkins/job/master-libosmo-netif/a1=default,a2=default,a3=default,a4=default,label=osmocom-master/10258/"
    }
  ]
}