{
  "_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" : 4290,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ad4fc9c6b4647de9ae3d9cbbc242d4f359386ec4",
            "branch" : [
              {
                "SHA1" : "ad4fc9c6b4647de9ae3d9cbbc242d4f359386ec4",
                "name" : "refs/remotes/origin/oi/hipster"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ad4fc9c6b4647de9ae3d9cbbc242d4f359386ec4",
            "branch" : [
              {
                "SHA1" : "ad4fc9c6b4647de9ae3d9cbbc242d4f359386ec4",
                "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" : "ad4fc9c6b4647de9ae3d9cbbc242d4f359386ec4",
        "branch" : [
          {
            "SHA1" : "ad4fc9c6b4647de9ae3d9cbbc242d4f359386ec4",
            "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" : "#4290",
  "duration" : 795805,
  "estimatedDuration" : 340979,
  "executor" : None,
  "fullDisplayName" : "oi-userland #4290",
  "id" : "4290",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 4290,
  "queueId" : 104,
  "result" : "SUCCESS",
  "timestamp" : 1540245014002,
  "url" : "https://hipster.openindiana.org/jenkins/job/oi-userland/4290/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make-rules/ips.mk",
          "make-rules/shared-macros.mk"
        ],
        "commitId" : "b9e7b2074424655b60218a2cedd0723e01d750d9",
        "timestamp" : 1540244784000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/alarcher",
          "fullName" : "Aurélien Larcher"
        },
        "authorEmail" : "aurelien.larcher@gmail.com",
        "comment" : "Fix print-package-names\u000a",
        "date" : "2018-10-22 23:46:24 +0200",
        "id" : "b9e7b2074424655b60218a2cedd0723e01d750d9",
        "msg" : "Fix print-package-names",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make-rules/shared-macros.mk"
          },
          {
            "editType" : "edit",
            "file" : "make-rules/ips.mk"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/openindiana/pkg/Makefile"
        ],
        "commitId" : "ac1196a7cb08b1fb769b55e27aebf2d871fd3467",
        "timestamp" : 1540244784000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/alarcher",
          "fullName" : "Aurélien Larcher"
        },
        "authorEmail" : "aurelien.larcher@gmail.com",
        "comment" : "Fix package names for pkg\u000a",
        "date" : "2018-10-22 23:46:24 +0200",
        "id" : "ac1196a7cb08b1fb769b55e27aebf2d871fd3467",
        "msg" : "Fix package names for pkg",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/openindiana/pkg/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/openindiana/gfx-drm/Makefile"
        ],
        "commitId" : "2e3897664af8849bfb95fa29bc68de8183b1ae16",
        "timestamp" : 1540244784000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/alarcher",
          "fullName" : "Aurélien Larcher"
        },
        "authorEmail" : "aurelien.larcher@gmail.com",
        "comment" : "Fix package names for gfx-drm\u000a",
        "date" : "2018-10-22 23:46:24 +0200",
        "id" : "2e3897664af8849bfb95fa29bc68de8183b1ae16",
        "msg" : "Fix package names for gfx-drm",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/openindiana/gfx-drm/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/openindiana/slim_source/Makefile"
        ],
        "commitId" : "a4bb6ce259f62eb8d93754f215316636f08672b8",
        "timestamp" : 1540244784000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/alarcher",
          "fullName" : "Aurélien Larcher"
        },
        "authorEmail" : "aurelien.larcher@gmail.com",
        "comment" : "Fix package names for slim_source\u000a",
        "date" : "2018-10-22 23:46:24 +0200",
        "id" : "a4bb6ce259f62eb8d93754f215316636f08672b8",
        "msg" : "Fix package names for slim_source",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/openindiana/slim_source/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/meta-packages/history/Makefile"
        ],
        "commitId" : "c7b5e23fc943543c3563b498bea916329ddc61d5",
        "timestamp" : 1540244784000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/alarcher",
          "fullName" : "Aurélien Larcher"
        },
        "authorEmail" : "aurelien.larcher@gmail.com",
        "comment" : "Fix package names for history\u000a",
        "date" : "2018-10-22 23:46:24 +0200",
        "id" : "c7b5e23fc943543c3563b498bea916329ddc61d5",
        "msg" : "Fix package names for history",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/meta-packages/history/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/python/futures/Makefile",
          "components/python/futures/futures-PYVER.p5m"
        ],
        "commitId" : "4791c4001c609ac3621261ce3de5eeae6c7099db",
        "timestamp" : 1540244784000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/alarcher",
          "fullName" : "Aurélien Larcher"
        },
        "authorEmail" : "aurelien.larcher@gmail.com",
        "comment" : "Put COMPONENT_LICENSE and COMPONENT_SUMMARY in manifest since pkgmogrify\u000ais broken\u000a",
        "date" : "2018-10-22 23:46:24 +0200",
        "id" : "4791c4001c609ac3621261ce3de5eeae6c7099db",
        "msg" : "Put COMPONENT_LICENSE and COMPONENT_SUMMARY in manifest since pkgmogrify",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/python/futures/futures-PYVER.p5m"
          },
          {
            "editType" : "edit",
            "file" : "components/python/futures/Makefile"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/database/postgresql-95/postgresql95-contrib.p5m"
        ],
        "commitId" : "ad4fc9c6b4647de9ae3d9cbbc242d4f359386ec4",
        "timestamp" : 1540244784000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/alarcher",
          "fullName" : "Aurélien Larcher"
        },
        "authorEmail" : "aurelien.larcher@gmail.com",
        "comment" : "Fix non-ASCII character in manifest\u000a",
        "date" : "2018-10-22 23:46:24 +0200",
        "id" : "ad4fc9c6b4647de9ae3d9cbbc242d4f359386ec4",
        "msg" : "Fix non-ASCII character in manifest",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "components/database/postgresql-95/postgresql95-contrib.p5m"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/alarcher",
      "fullName" : "Aurélien Larcher"
    }
  ]
}