{
  "_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" : {
        "origin/oi/hipster" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 3888,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "a900851ccb3a9151a06aaac7343166852d7b3f74",
            "branch" : [
              {
                "SHA1" : "a900851ccb3a9151a06aaac7343166852d7b3f74",
                "name" : "origin/oi/hipster"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a900851ccb3a9151a06aaac7343166852d7b3f74",
            "branch" : [
              {
                "SHA1" : "a900851ccb3a9151a06aaac7343166852d7b3f74",
                "name" : "origin/oi/hipster"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "a900851ccb3a9151a06aaac7343166852d7b3f74",
        "branch" : [
          {
            "SHA1" : "a900851ccb3a9151a06aaac7343166852d7b3f74",
            "name" : "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" : "#3888",
  "duration" : 3369529,
  "estimatedDuration" : 4575817,
  "executor" : None,
  "fullDisplayName" : "illumos-gate #3888",
  "id" : "2014-09-30_12-06-53",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 3888,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1412078813000,
  "url" : "https://hipster.openindiana.org/jenkins/job/illumos-gate/3888/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/perl/perl516/Makefile",
          "components/perl/perl516/patches/CVE-2014-4330.patch"
        ],
        "commitId" : "1ab47f968abc19e36ac8013e57d0edb493ea8c81",
        "timestamp" : 1412048082000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/apyhalov",
          "fullName" : "apyhalov"
        },
        "authorEmail" : "apyhalov@gmail.com",
        "comment" : "perl: Fix CVE-2014-4330\u000a",
        "date" : "2014-09-30T07:34:42+0400",
        "id" : "1ab47f968abc19e36ac8013e57d0edb493ea8c81",
        "msg" : "perl: Fix CVE-2014-4330",
        "paths" : [
          {
            "editType" : "add",
            "file" : "components/perl/perl516/patches/CVE-2014-4330.patch"
          },
          {
            "editType" : "edit",
            "file" : "components/perl/perl516/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/cups/Makefile",
          "components/cups/patches/str4356.patch"
        ],
        "commitId" : "1acfc423a01643ec9a85af573f0254116a9b89f7",
        "timestamp" : 1412049354000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/apyhalov",
          "fullName" : "apyhalov"
        },
        "authorEmail" : "apyhalov@gmail.com",
        "comment" : "Add cups fix from upstream\u000a",
        "date" : "2014-09-30T07:55:54+0400",
        "id" : "1acfc423a01643ec9a85af573f0254116a9b89f7",
        "msg" : "Add cups fix from upstream",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/cups/Makefile"
          },
          {
            "editType" : "add",
            "file" : "components/cups/patches/str4356.patch"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/python/python26/patches/Python26-35-test_pwd.patch",
          "components/python/python26/patches/Python26-33-recvfrom_into.patch",
          "components/python/python26/patches/Python26-32-osconf-long.patch",
          "components/python/python26/patches/Python26-36-buffer-overflow.patch",
          "components/python/python26/Makefile",
          "components/python/python26/patches/Python26-34-test_posix.patch"
        ],
        "commitId" : "62eba232b08dca061ec10905067f80e226881be1",
        "timestamp" : 1412051435000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/apyhalov",
          "fullName" : "apyhalov"
        },
        "authorEmail" : "apyhalov@gmail.com",
        "comment" : "Upstream fixes for python2.6\u000a",
        "date" : "2014-09-30T08:30:35+0400",
        "id" : "62eba232b08dca061ec10905067f80e226881be1",
        "msg" : "Upstream fixes for python2.6",
        "paths" : [
          {
            "editType" : "add",
            "file" : "components/python/python26/patches/Python26-33-recvfrom_into.patch"
          },
          {
            "editType" : "add",
            "file" : "components/python/python26/patches/Python26-34-test_posix.patch"
          },
          {
            "editType" : "edit",
            "file" : "components/python/python26/Makefile"
          },
          {
            "editType" : "add",
            "file" : "components/python/python26/patches/Python26-36-buffer-overflow.patch"
          },
          {
            "editType" : "add",
            "file" : "components/python/python26/patches/Python26-32-osconf-long.patch"
          },
          {
            "editType" : "add",
            "file" : "components/python/python26/patches/Python26-35-test_pwd.patch"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/apyhalov",
      "fullName" : "apyhalov"
    }
  ]
}