{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_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" : 2409,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "92a88d89fe2cf4c4fa75d9add355288d4736a530",
            "branch" : [
              {
                "SHA1" : "92a88d89fe2cf4c4fa75d9add355288d4736a530",
                "name" : "refs/remotes/origin/oi/hipster"
              }
            ]
          },
          "revision" : {
            "SHA1" : "92a88d89fe2cf4c4fa75d9add355288d4736a530",
            "branch" : [
              {
                "SHA1" : "92a88d89fe2cf4c4fa75d9add355288d4736a530",
                "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" : "92a88d89fe2cf4c4fa75d9add355288d4736a530",
        "branch" : [
          {
            "SHA1" : "92a88d89fe2cf4c4fa75d9add355288d4736a530",
            "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" : "#2409",
  "duration" : 4675873,
  "estimatedDuration" : 340979,
  "executor" : None,
  "fullDisplayName" : "oi-userland #2409",
  "id" : "2409",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 2409,
  "queueId" : 33,
  "result" : "SUCCESS",
  "timestamp" : 1468842969579,
  "url" : "https://hipster.openindiana.org/jenkins/job/oi-userland/2409/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make-rules/shared-macros.mk"
        ],
        "commitId" : "eb149b9128f40659b7a1da94f62bbd38176b8198",
        "timestamp" : 1468831054000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/jimklimov",
          "fullName" : "Jim Klimov"
        },
        "authorEmail" : "jim@jimklimov.com",
        "comment" : "Extend shared-macros.mk variables for postgres and add equivalent ones\u000afor mysql (mariadb)\u000a",
        "date" : "2016-07-18 10:37:34 +0200",
        "id" : "eb149b9128f40659b7a1da94f62bbd38176b8198",
        "msg" : "Extend shared-macros.mk variables for postgres and add equivalent ones",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make-rules/shared-macros.mk"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make-rules/shared-macros.mk"
        ],
        "commitId" : "b323a77fccf1a182b498948f2573248e6a4e7f10",
        "timestamp" : 1468831054000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/jimklimov",
          "fullName" : "Jim Klimov"
        },
        "authorEmail" : "jim@jimklimov.com",
        "comment" : "Extend shared-macros.mk GNU path variables to match flexibility of USR\u000apath variables\u000a",
        "date" : "2016-07-18 10:37:34 +0200",
        "id" : "b323a77fccf1a182b498948f2573248e6a4e7f10",
        "msg" : "Extend shared-macros.mk GNU path variables to match flexibility of USR",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make-rules/shared-macros.mk"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make-rules/shared-macros.mk"
        ],
        "commitId" : "0d49fff8d617d389966ac509cef1e3a5b4279a24",
        "timestamp" : 1468831055000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/jimklimov",
          "fullName" : "Jim Klimov"
        },
        "authorEmail" : "jim@jimklimov.com",
        "comment" : "Extend shared-macros.mk KERNEL variables with 32-bit variants (same as\u000abase) just to ease usage with $(BITS) expansions\u000a",
        "date" : "2016-07-18 10:37:35 +0200",
        "id" : "0d49fff8d617d389966ac509cef1e3a5b4279a24",
        "msg" : "Extend shared-macros.mk KERNEL variables with 32-bit variants (same as",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make-rules/shared-macros.mk"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make-rules/shared-macros.mk"
        ],
        "commitId" : "f540dc2d242808ea1d04fa95d20555b3b0664883",
        "timestamp" : 1468831056000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/jimklimov",
          "fullName" : "Jim Klimov"
        },
        "authorEmail" : "jim@jimklimov.com",
        "comment" : "Extend shared-macros.mk with USRLIBDIR32\u000a",
        "date" : "2016-07-18 10:37:36 +0200",
        "id" : "f540dc2d242808ea1d04fa95d20555b3b0664883",
        "msg" : "Extend shared-macros.mk with USRLIBDIR32",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make-rules/shared-macros.mk"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make-rules/shared-macros.mk"
        ],
        "commitId" : "cb09633859c0040cc8214d055d7a0c4864e2d827",
        "timestamp" : 1468831057000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/jimklimov",
          "fullName" : "Jim Klimov"
        },
        "authorEmail" : "jim@jimklimov.com",
        "comment" : "Extend shared-macros.mk with USRSHAREMAN8DIR to aid deliveries of \"man8\"\u000apages\u000a",
        "date" : "2016-07-18 10:37:37 +0200",
        "id" : "cb09633859c0040cc8214d055d7a0c4864e2d827",
        "msg" : "Extend shared-macros.mk with USRSHAREMAN8DIR to aid deliveries of \"man8\"",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make-rules/shared-macros.mk"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make-rules/shared-macros.mk"
        ],
        "commitId" : "fae1cab2a12d439f738acfe35da4ce45dcf6caf1",
        "timestamp" : 1468831057000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/jimklimov",
          "fullName" : "Jim Klimov"
        },
        "authorEmail" : "jim@jimklimov.com",
        "comment" : "Extend shared-macros.mk with *.$(BITS) suffixed USR and GNU paths (BIN,\u000aSBIN, LIB) for default=32bit vs extended=64bit setups\u000a",
        "date" : "2016-07-18 10:37:37 +0200",
        "id" : "fae1cab2a12d439f738acfe35da4ce45dcf6caf1",
        "msg" : "Extend shared-macros.mk with *.$(BITS) suffixed USR and GNU paths (BIN,",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make-rules/shared-macros.mk"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make-rules/shared-macros.mk"
        ],
        "commitId" : "b728c5afe3e351c804de39aa7045d388f2ddb0cb",
        "timestamp" : 1468831058000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/jimklimov",
          "fullName" : "Jim Klimov"
        },
        "authorEmail" : "jim@jimklimov.com",
        "comment" : "Extend shared-macros.mk with SFW macros to match USR and GNU macros\u000afamily\u000a",
        "date" : "2016-07-18 10:37:38 +0200",
        "id" : "b728c5afe3e351c804de39aa7045d388f2ddb0cb",
        "msg" : "Extend shared-macros.mk with SFW macros to match USR and GNU macros",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make-rules/shared-macros.mk"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make-rules/shared-macros.mk"
        ],
        "commitId" : "0f426dc92f404018115f707154befeae975211d7",
        "timestamp" : 1468831059000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/jimklimov",
          "fullName" : "Jim Klimov"
        },
        "authorEmail" : "jim@jimklimov.com",
        "comment" : "shared-macros.mk : USR path macros alignment fixed upon PR request\u000a",
        "date" : "2016-07-18 10:37:39 +0200",
        "id" : "0f426dc92f404018115f707154befeae975211d7",
        "msg" : "shared-macros.mk : USR path macros alignment fixed upon PR request",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make-rules/shared-macros.mk"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/jim",
      "fullName" : "jim"
    }
  ]
}