{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        },
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/oi/hipster" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 3124,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "9cd55c8245e5cd61fe5cc78a698e9a17666b505a",
            "branch" : [
              {
                "SHA1" : "9cd55c8245e5cd61fe5cc78a698e9a17666b505a",
                "name" : "refs/remotes/origin/oi/hipster"
              }
            ]
          },
          "revision" : {
            "SHA1" : "9cd55c8245e5cd61fe5cc78a698e9a17666b505a",
            "branch" : [
              {
                "SHA1" : "9cd55c8245e5cd61fe5cc78a698e9a17666b505a",
                "name" : "refs/remotes/origin/oi/hipster"
              }
            ]
          }
        },
        "origin/HEAD" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "a248aeece198193fec99eba994911716ef449c73",
            "branch" : [
              {
                "SHA1" : "a248aeece198193fec99eba994911716ef449c73",
                "name" : "origin/oi/hipster"
              },
              {
                "SHA1" : "a248aeece198193fec99eba994911716ef449c73",
                "name" : "origin/HEAD"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a248aeece198193fec99eba994911716ef449c73",
            "branch" : [
              {
                "SHA1" : "a248aeece198193fec99eba994911716ef449c73",
                "name" : "origin/oi/hipster"
              },
              {
                "SHA1" : "a248aeece198193fec99eba994911716ef449c73",
                "name" : "origin/HEAD"
              }
            ]
          }
        },
        "origin/oi/hipster" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1129,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "cfc2a57e0553acffbe03c3f54f24cadaac25e1b7",
            "branch" : [
              {
                "SHA1" : "cfc2a57e0553acffbe03c3f54f24cadaac25e1b7",
                "name" : "origin/oi/hipster"
              }
            ]
          },
          "revision" : {
            "SHA1" : "cfc2a57e0553acffbe03c3f54f24cadaac25e1b7",
            "branch" : [
              {
                "SHA1" : "cfc2a57e0553acffbe03c3f54f24cadaac25e1b7",
                "name" : "origin/oi/hipster"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "9cd55c8245e5cd61fe5cc78a698e9a17666b505a",
        "branch" : [
          {
            "SHA1" : "9cd55c8245e5cd61fe5cc78a698e9a17666b505a",
            "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" : "#3124",
  "duration" : 838535,
  "estimatedDuration" : 2462816,
  "executor" : None,
  "fullDisplayName" : "oi-userland #3124",
  "id" : "3124",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 3124,
  "queueId" : 833,
  "result" : "SUCCESS",
  "timestamp" : 1496229866343,
  "url" : "https://hipster.openindiana.org/jenkins/job/oi-userland/3124/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/library/lgi-53/patches/01-Makefile.patch",
          "components/library/lgi-53/patches/02-core.c.patch",
          "components/library/lgi-53/Makefile",
          "components/library/lgi-53/lgi.p5m",
          "components/library/lgi-53/manifests/sample-manifest.p5m",
          "components/library/lgi-53/patches/03-core.lua.patch"
        ],
        "commitId" : "20a7c08987f1c327706f6177f1d8c853214994ee",
        "timestamp" : 1496229034000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/apyhalov",
          "fullName" : "apyhalov"
        },
        "authorEmail" : "apyhalov@gmail.com",
        "comment" : "Add lgi support for lua-53\u000a",
        "date" : "2017-05-31 14:10:34 +0300",
        "id" : "20a7c08987f1c327706f6177f1d8c853214994ee",
        "msg" : "Add lgi support for lua-53",
        "paths" : [
          {
            "editType" : "add",
            "file" : "components/library/lgi-53/patches/02-core.c.patch"
          },
          {
            "editType" : "add",
            "file" : "components/library/lgi-53/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "add",
            "file" : "components/library/lgi-53/patches/01-Makefile.patch"
          },
          {
            "editType" : "add",
            "file" : "components/library/lgi-53/patches/03-core.lua.patch"
          },
          {
            "editType" : "add",
            "file" : "components/library/lgi-53/Makefile"
          },
          {
            "editType" : "add",
            "file" : "components/library/lgi-53/lgi.p5m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/library/libxklavier/patches/03-instrospection.patch",
          "components/library/libxklavier/Makefile",
          "components/library/libxklavier/libxklavier.p5m",
          "components/library/libxklavier/manifests/sample-manifest.p5m"
        ],
        "commitId" : "00d3fa26b6451e5603374d71fe98f7e0bf8cc8fa",
        "timestamp" : 1496229210000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/apyhalov",
          "fullName" : "apyhalov"
        },
        "authorEmail" : "apyhalov@gmail.com",
        "comment" : "Bump libxklavier to 5.4\u000a",
        "date" : "2017-05-31 14:13:30 +0300",
        "id" : "00d3fa26b6451e5603374d71fe98f7e0bf8cc8fa",
        "msg" : "Bump libxklavier to 5.4",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/library/libxklavier/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "components/library/libxklavier/patches/03-instrospection.patch"
          },
          {
            "editType" : "edit",
            "file" : "components/library/libxklavier/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/library/libxklavier/libxklavier.p5m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/desktop/mate/mate-applets/patches/01-make-multiload-network-available.patch",
          "components/desktop/mate/mate-applets/Makefile",
          "components/desktop/mate/mate-applets/manifests/sample-manifest.p5m",
          "components/desktop/mate/mate-applets/mate-applets.p5m",
          "components/desktop/mate/mate-applets/patches/02-shebang.patch"
        ],
        "commitId" : "4372a28048e86d4321c8fd4933f6f78f59937e53",
        "timestamp" : 1496229698000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/apyhalov",
          "fullName" : "apyhalov"
        },
        "authorEmail" : "apyhalov@gmail.com",
        "comment" : "mate-applets: update to 1.18.1\u000a",
        "date" : "2017-05-31 14:21:38 +0300",
        "id" : "4372a28048e86d4321c8fd4933f6f78f59937e53",
        "msg" : "mate-applets: update to 1.18.1",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/desktop/mate/mate-applets/patches/02-shebang.patch"
          },
          {
            "editType" : "edit",
            "file" : "components/desktop/mate/mate-applets/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/desktop/mate/mate-applets/patches/01-make-multiload-network-available.patch"
          },
          {
            "editType" : "edit",
            "file" : "components/desktop/mate/mate-applets/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "components/desktop/mate/mate-applets/mate-applets.p5m"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/desktop/mate/mate-control-center/Makefile",
          "components/desktop/mate/mate-control-center/manifests/sample-manifest.p5m",
          "components/desktop/mate/mate-control-center/patches/01-remote-x-no-kbd-layout.patch",
          "components/desktop/mate/mate-control-center/control-center.p5m",
          "components/desktop/mate/mate-control-center/patches/03-remove-pkexec.patch"
        ],
        "commitId" : "740eb8edf9ac0ae6d59c486f81137078713d4221",
        "timestamp" : 1496229698000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/apyhalov",
          "fullName" : "apyhalov"
        },
        "authorEmail" : "apyhalov@gmail.com",
        "comment" : "mate-control-center: update to 1.18.1\u000a",
        "date" : "2017-05-31 14:21:38 +0300",
        "id" : "740eb8edf9ac0ae6d59c486f81137078713d4221",
        "msg" : "mate-control-center: update to 1.18.1",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/desktop/mate/mate-control-center/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/desktop/mate/mate-control-center/patches/03-remove-pkexec.patch"
          },
          {
            "editType" : "edit",
            "file" : "components/desktop/mate/mate-control-center/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "components/desktop/mate/mate-control-center/control-center.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/desktop/mate/mate-control-center/patches/01-remote-x-no-kbd-layout.patch"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/desktop/mate/mate-utils/mate-disk-usage-analyzer.p5m",
          "components/desktop/mate/mate-utils/patches/02-aboid-abs-links.patch",
          "components/desktop/mate/mate-utils/mate-dictionary.p5m",
          "components/desktop/mate/mate-utils/manifests/sample-manifest.p5m",
          "components/desktop/mate/mate-utils/mate-screenshot.p5m",
          "components/desktop/mate/mate-utils/Makefile",
          "components/desktop/mate/mate-utils/mate-system-log.p5m",
          "components/desktop/mate/mate-utils/mate-search-tool.p5m"
        ],
        "commitId" : "adbcc7b7b0d52ca779ce7ee848ed14577e1e8688",
        "timestamp" : 1496229698000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/apyhalov",
          "fullName" : "apyhalov"
        },
        "authorEmail" : "apyhalov@gmail.com",
        "comment" : "mate-utils: update to 1.18.2\u000a",
        "date" : "2017-05-31 14:21:38 +0300",
        "id" : "adbcc7b7b0d52ca779ce7ee848ed14577e1e8688",
        "msg" : "mate-utils: update to 1.18.2",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/desktop/mate/mate-utils/Makefile"
          },
          {
            "editType" : "edit",
            "file" : "components/desktop/mate/mate-utils/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/desktop/mate/mate-utils/mate-disk-usage-analyzer.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/desktop/mate/mate-utils/mate-screenshot.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/desktop/mate/mate-utils/mate-system-log.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/desktop/mate/mate-utils/mate-dictionary.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/desktop/mate/mate-utils/mate-search-tool.p5m"
          },
          {
            "editType" : "delete",
            "file" : "components/desktop/mate/mate-utils/patches/02-aboid-abs-links.patch"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/desktop/mate/mozo/mozo.p5m",
          "components/desktop/mate/mozo/Makefile",
          "components/desktop/mate/mozo/manifests/sample-manifest.p5m"
        ],
        "commitId" : "c8fb6def730a13a7ed88c9837777b8052d5951b0",
        "timestamp" : 1496229698000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/apyhalov",
          "fullName" : "apyhalov"
        },
        "authorEmail" : "apyhalov@gmail.com",
        "comment" : "mozo: update to 1.18.0\u000a",
        "date" : "2017-05-31 14:21:38 +0300",
        "id" : "c8fb6def730a13a7ed88c9837777b8052d5951b0",
        "msg" : "mozo: update to 1.18.0",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/desktop/mate/mozo/mozo.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/desktop/mate/mozo/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/desktop/mate/mozo/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/djvulibre/manifests/sample-manifest.p5m",
          "components/image/djvulibre/djvulibre.license",
          "components/image/djvulibre/djvulibre.p5m",
          "components/djvulibre/djvulibre.p5m",
          "components/djvulibre/Makefile",
          "components/image/djvulibre/Makefile",
          "components/image/djvulibre/manifests/sample-manifest.p5m"
        ],
        "commitId" : "9cd55c8245e5cd61fe5cc78a698e9a17666b505a",
        "timestamp" : 1496229738000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/apyhalov",
          "fullName" : "apyhalov"
        },
        "authorEmail" : "apyhalov@gmail.com",
        "comment" : "Bump djvulibre to 3.5.27\u000a",
        "date" : "2017-05-31 14:22:18 +0300",
        "id" : "9cd55c8245e5cd61fe5cc78a698e9a17666b505a",
        "msg" : "Bump djvulibre to 3.5.27",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "components/djvulibre/Makefile"
          },
          {
            "editType" : "delete",
            "file" : "components/djvulibre/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "add",
            "file" : "components/image/djvulibre/djvulibre.license"
          },
          {
            "editType" : "add",
            "file" : "components/image/djvulibre/Makefile"
          },
          {
            "editType" : "add",
            "file" : "components/image/djvulibre/djvulibre.p5m"
          },
          {
            "editType" : "add",
            "file" : "components/image/djvulibre/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "delete",
            "file" : "components/djvulibre/djvulibre.p5m"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/apyhalov",
      "fullName" : "apyhalov"
    }
  ]
}