{
  "_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" : 6247,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "326bc68c909d6f47dda6aa2109fe809e4b3874ef",
            "branch" : [
              {
                "SHA1" : "326bc68c909d6f47dda6aa2109fe809e4b3874ef",
                "name" : "refs/remotes/origin/oi/hipster"
              }
            ]
          },
          "revision" : {
            "SHA1" : "326bc68c909d6f47dda6aa2109fe809e4b3874ef",
            "branch" : [
              {
                "SHA1" : "326bc68c909d6f47dda6aa2109fe809e4b3874ef",
                "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" : "326bc68c909d6f47dda6aa2109fe809e4b3874ef",
        "branch" : [
          {
            "SHA1" : "326bc68c909d6f47dda6aa2109fe809e4b3874ef",
            "name" : "refs/remotes/origin/oi/hipster"
          }
        ]
      },
      "remoteUrls" : [
        "git://github.com/OpenIndiana/oi-userland.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#6247",
  "duration" : 978473,
  "estimatedDuration" : 320804,
  "executor" : None,
  "fullDisplayName" : "oi-userland #6247",
  "id" : "6247",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 6247,
  "queueId" : 2388,
  "result" : "SUCCESS",
  "timestamp" : 1631373652460,
  "url" : "https://hipster.openindiana.org/jenkins/job/oi-userland/6247/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "components/library/py3c/py3c.license",
          "components/library/py3c/pkg5",
          "components/library/py3c/py3c.p5m",
          "components/library/py3c/manifests/sample-manifest.p5m",
          "components/library/py3c/Makefile"
        ],
        "commitId" : "326bc68c909d6f47dda6aa2109fe809e4b3874ef",
        "timestamp" : 1631373421000,
        "author" : {
          "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "add new python package py3c\u000a\u000aChanged package component location from:\u000acomponents/python/py3c to components/library\u000abecause package does not really provide any\u000ausefull python code, just system header files.\u000a\u000aReplaced prep.mk, ips.mk and setup.mk with common.mk,\u000atherefore removed the build/install targets, as requested\u000aby AndWac.\u000a\u000aAdded TEST_TARGET= $(NO_TESTS) and changed fmri in pkg5.\u000a\u000aMoved TEST_TARGET= $(NO_TESTS) before include $(WS_MAKE_RULES)/common.mk\u000a",
        "date" : "2021-09-11 17:17:01 +0200",
        "id" : "326bc68c909d6f47dda6aa2109fe809e4b3874ef",
        "msg" : "add new python package py3c",
        "paths" : [
          {
            "editType" : "add",
            "file" : "components/library/py3c/py3c.license"
          },
          {
            "editType" : "add",
            "file" : "components/library/py3c/Makefile"
          },
          {
            "editType" : "add",
            "file" : "components/library/py3c/pkg5"
          },
          {
            "editType" : "add",
            "file" : "components/library/py3c/manifests/sample-manifest.p5m"
          },
          {
            "editType" : "add",
            "file" : "components/library/py3c/py3c.p5m"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://hipster.openindiana.org/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}