<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 0,
      "buildingDurationMillis" : 149163,
      "executingTimeMillis" : 149163,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 0,
      "waitingTimeMillis" : 0
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 104,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f099fe89d8b2eee33910e3f82dfa5f41347978b4",
            "branch" : [
              {
                "SHA1" : "f099fe89d8b2eee33910e3f82dfa5f41347978b4",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f099fe89d8b2eee33910e3f82dfa5f41347978b4",
            "branch" : [
              {
                "SHA1" : "f099fe89d8b2eee33910e3f82dfa5f41347978b4",
                "name" : "origin/master"
              }
            ]
          }
        },
        "origin/1.10" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 118,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7b701649e31c222763f9f634eb9626d7bf7fec34",
            "branch" : [
              {
                "SHA1" : "7b701649e31c222763f9f634eb9626d7bf7fec34",
                "name" : "origin/1.10"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7b701649e31c222763f9f634eb9626d7bf7fec34",
            "branch" : [
              {
                "SHA1" : "7b701649e31c222763f9f634eb9626d7bf7fec34",
                "name" : "origin/1.10"
              }
            ]
          }
        },
        "origin/1.12" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 136,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "5502e5a3b2eb6db1f9ee36c1912f780949f5a82b",
            "branch" : [
              {
                "SHA1" : "5502e5a3b2eb6db1f9ee36c1912f780949f5a82b",
                "name" : "origin/1.12"
              }
            ]
          },
          "revision" : {
            "SHA1" : "5502e5a3b2eb6db1f9ee36c1912f780949f5a82b",
            "branch" : [
              {
                "SHA1" : "5502e5a3b2eb6db1f9ee36c1912f780949f5a82b",
                "name" : "origin/1.12"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "5502e5a3b2eb6db1f9ee36c1912f780949f5a82b",
        "branch" : [
          {
            "SHA1" : "5502e5a3b2eb6db1f9ee36c1912f780949f5a82b",
            "name" : "origin/1.12"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/progwml6/HungerOverhaul.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#136",
  "duration" : 149163,
  "estimatedDuration" : 33724,
  "executor" : None,
  "fullDisplayName" : "HungerOverhaul #136",
  "id" : "136",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 136,
  "queueId" : 3143,
  "result" : "FAILURE",
  "timestamp" : 1516301108139,
  "url" : "https://dvs1.progwml6.com/jenkins/job/HungerOverhaul/136/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/iguanaman/hungeroverhaul/common/config/Config.java",
          "src/main/java/iguanaman/hungeroverhaul/module/food/FoodEventHandler.java"
        ],
        "commitId" : "5502e5a3b2eb6db1f9ee36c1912f780949f5a82b",
        "timestamp" : 1516300876000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/traincrazyb",
          "fullName" : "traincrazyb"
        },
        "authorEmail" : "traincrazyb@aol.com",
        "comment" : "Added Well fed duration multiplier and effectiveness config option\u000a(#169)\u000a* Added config option for well fed duration multiplier\u000a\u000a* Added multiplier to Well Fed duration\u000a\u000a* Added wellFedEffectiveness\u000a\u000a* Added wellFedEffectivenes in config.\u000a",
        "date" : "2018-01-18 13:41:16 -0500",
        "id" : "5502e5a3b2eb6db1f9ee36c1912f780949f5a82b",
        "msg" : "Added Well fed duration multiplier and effectiveness config option",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/iguanaman/hungeroverhaul/module/food/FoodEventHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/iguanaman/hungeroverhaul/common/config/Config.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/github",
      "fullName" : "github"
    },
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/alexbegt",
      "fullName" : "alexbegt"
    },
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/traincrazyb",
      "fullName" : "traincrazyb"
    }
  ]
}</pre></body></html>