{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.TimerTrigger$TimerTriggerCause",
          "shortDescription" : "Started by timer"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/oi/hipster" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 5844,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "0ed58a66e18186658dd0f2832729e1e2a0bcb4fb",
            "branch" : [
              {
                "SHA1" : "0ed58a66e18186658dd0f2832729e1e2a0bcb4fb",
                "name" : "refs/remotes/origin/oi/hipster"
              }
            ]
          },
          "revision" : {
            "SHA1" : "0ed58a66e18186658dd0f2832729e1e2a0bcb4fb",
            "branch" : [
              {
                "SHA1" : "0ed58a66e18186658dd0f2832729e1e2a0bcb4fb",
                "name" : "refs/remotes/origin/oi/hipster"
              }
            ]
          }
        },
        "origin/oi/hipster" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 3897,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "5751b2ff5ccd4825400f4a37a10c38da4a0f23f3",
            "branch" : [
              {
                "SHA1" : "5751b2ff5ccd4825400f4a37a10c38da4a0f23f3",
                "name" : "origin/oi/hipster"
              }
            ]
          },
          "revision" : {
            "SHA1" : "5751b2ff5ccd4825400f4a37a10c38da4a0f23f3",
            "branch" : [
              {
                "SHA1" : "5751b2ff5ccd4825400f4a37a10c38da4a0f23f3",
                "name" : "origin/oi/hipster"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "0ed58a66e18186658dd0f2832729e1e2a0bcb4fb",
        "branch" : [
          {
            "SHA1" : "0ed58a66e18186658dd0f2832729e1e2a0bcb4fb",
            "name" : "refs/remotes/origin/oi/hipster"
          }
        ]
      },
      "remoteUrls" : [
        "git://github.com/OpenIndiana/oi-userland.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#5844",
  "duration" : 11640702,
  "estimatedDuration" : 4575817,
  "executor" : None,
  "fullDisplayName" : "illumos-gate #5844",
  "id" : "5844",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 5844,
  "queueId" : 452,
  "result" : "SUCCESS",
  "timestamp" : 1578009946203,
  "url" : "https://hipster.openindiana.org/jenkins/job/illumos-gate/5844/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/openindiana/illumos-gate/Makefile"
        ],
        "commitId" : "94a175a217eee077795a4697a9671f1f9657aa42",
        "timestamp" : 1577994446000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Revert \"12118 system/library/install has gone\" (#5455)\u000aThis reverts commit f2f6c9b64ad326201e78f2e65747f544c49ba11c.\u000a",
        "date" : "2020-01-02 20:47:26 +0100",
        "id" : "94a175a217eee077795a4697a9671f1f9657aa42",
        "msg" : "Revert \"12118 system/library/install has gone\" (#5455)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/openindiana/illumos-gate/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/x11/libxcb/Makefile",
          "components/x11/libxcb/patches/01-check-0.13.0-fix.patch",
          "components/developer/check/Makefile",
          "components/developer/check/manifests/sample-manifest.p5m",
          "components/developer/check/check.p5m"
        ],
        "commitId" : "fdf80a5cfd2cdad86c753936e76ef5bd9dba6307",
        "timestamp" : 1577994462000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Update check to 0.13.0, fix libxcb tests (#5454)\u000a* Update check to 0.13.0\u000a\u000a* libxcb: Fix test suite with check 0.13.0\u000a",
        "date" : "2020-01-02 20:47:42 +0100",
        "id" : "fdf80a5cfd2cdad86c753936e76ef5bd9dba6307",
        "msg" : "Update check to 0.13.0, fix libxcb tests (#5454)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/developer/check/check.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/x11/libxcb/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "components/developer/check/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "components/developer/check/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "add",
            "file" : "components/x11/libxcb/patches/01-check-0.13.0-fix.patch"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/library/libgsasl/libgsasl.p5m",
          "components/library/libgsasl/Makefile",
          "components/library/libgsasl/manifests/sample-manifest.p5m"
        ],
        "commitId" : "9554715f00858075bed178621ad8f0c4f6aae8ea",
        "timestamp" : 1577994474000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Update libgsasl to 1.8.1 (#5453)\u000a",
        "date" : "2020-01-02 20:47:54 +0100",
        "id" : "9554715f00858075bed178621ad8f0c4f6aae8ea",
        "msg" : "Update libgsasl to 1.8.1 (#5453)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/library/libgsasl/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/library/libgsasl/libgsasl.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/library/libgsasl/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/sysutils/sudo/Makefile"
        ],
        "commitId" : "521c3e77e71c209de8b8f0e002d95bac248c6882",
        "timestamp" : 1577994485000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Update sudo to 1.8.30 (#5448)\u000a",
        "date" : "2020-01-02 20:48:05 +0100",
        "id" : "521c3e77e71c209de8b8f0e002d95bac248c6882",
        "msg" : "Update sudo to 1.8.30 (#5448)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/sysutils/sudo/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/python/dbus-python/Makefile"
        ],
        "commitId" : "329cae6afc3400dac48a6b88084bdb5556d3f543",
        "timestamp" : 1577994493000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Update dbus-python to 1.2.14 (#5447)\u000a",
        "date" : "2020-01-02 20:48:13 +0100",
        "id" : "329cae6afc3400dac48a6b88084bdb5556d3f543",
        "msg" : "Update dbus-python to 1.2.14 (#5447)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/python/dbus-python/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/library/libidn2/libidn2.p5m",
          "components/library/libidn2/Makefile",
          "components/library/libidn2/manifests/sample-manifest.p5m",
          "components/library/libidn2/test/results-all.master"
        ],
        "commitId" : "0ed58a66e18186658dd0f2832729e1e2a0bcb4fb",
        "timestamp" : 1577994503000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Update libidn2 to 2.3.0 (#5446)\u000a",
        "date" : "2020-01-02 20:48:23 +0100",
        "id" : "0ed58a66e18186658dd0f2832729e1e2a0bcb4fb",
        "msg" : "Update libidn2 to 2.3.0 (#5446)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/library/libidn2/libidn2.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/library/libidn2/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/library/libidn2/test/results-all.master"
          },
          {
            "editType" : "edit",
            "file" : "components/library/libidn2/Makefile"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}