{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user sarbian",
          "userId" : "sarbian",
          "userName" : "sarbian"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 53,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "aa022badeb26e22a85b71f631f019190b617fb8a",
            "branch" : [
              {
                "SHA1" : "aa022badeb26e22a85b71f631f019190b617fb8a",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "aa022badeb26e22a85b71f631f019190b617fb8a",
            "branch" : [
              {
                "SHA1" : "aa022badeb26e22a85b71f631f019190b617fb8a",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 126,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "29df624348391373485a82fec75e273ceed30648",
            "branch" : [
              {
                "SHA1" : "29df624348391373485a82fec75e273ceed30648",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "29df624348391373485a82fec75e273ceed30648",
            "branch" : [
              {
                "SHA1" : "29df624348391373485a82fec75e273ceed30648",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "29df624348391373485a82fec75e273ceed30648",
        "branch" : [
          {
            "SHA1" : "29df624348391373485a82fec75e273ceed30648",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/sarbian/ModuleManager.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "ModuleManager-2.7.6.zip",
      "fileName" : "ModuleManager-2.7.6.zip",
      "relativePath" : "ModuleManager-2.7.6.zip"
    },
    {
      "displayPath" : "ModuleManager.2.7.6.dll",
      "fileName" : "ModuleManager.2.7.6.dll",
      "relativePath" : "ModuleManager.2.7.6.dll"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#126",
  "duration" : 6211,
  "estimatedDuration" : 4997,
  "executor" : None,
  "fullDisplayName" : "ModuleManager #126",
  "id" : "126",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 126,
  "queueId" : 21,
  "result" : "SUCCESS",
  "timestamp" : 1494051442863,
  "url" : "https://ksp.sarbian.com/jenkins/user/stijnreclame/my-views/view/all/job/ModuleManager/126/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "moduleManager.cs"
        ],
        "commitId" : "ca5288be87ca02e59b62c62fc5171dce2a768efe",
        "timestamp" : 1491246686000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/sarbian",
          "fullName" : "sarbian"
        },
        "authorEmail" : "sebastien.gaggini@gmail.com",
        "comment" : "KSP 1.3 changes (#66)\u000a* Add names to dialog windows\u000a Now required\u000a\u000a* Adjust MMPatchLoaderIndex\u000a A new LoadingSystem was added at the beginning (FontLoader).  This\u000achange ensures that MM will always be after the GameDatabase regardless.\u000a\u000a\u000a* Fix position of MM info in loading screen\u000a Things seem to have moved\u000a\u000a* Remove unused field\u000a\u000a* Press Alt+F11 again to dismiss the menu\u000a Apparently this wasn't a feature before (at least not recently) but\u000apretty simple to implement\u000a",
        "date" : "2017-04-03 21:11:26 +0200",
        "id" : "ca5288be87ca02e59b62c62fc5171dce2a768efe",
        "msg" : "KSP 1.3 changes (#66)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "moduleManager.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "moduleManager.cs"
        ],
        "commitId" : "a3ccdffc895a377c3ffd3c37da974bbc7cec2cad",
        "timestamp" : 1494051026000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/sarbian",
          "fullName" : "sarbian"
        },
        "authorEmail" : "sebastien.gaggini@gmail.com",
        "comment" : "Reload PartUpgrade System after patching (#70)\u000aAs the part-upgrade data is initially populated prior to ModuleManager\u000apatching, this fix allows for the patches that are applied to the\u000aPARTUPGRADE nodes to be reloaded for use by the PartUpgrade system. \u000aWith this fix in place the tech-nodes, names, descriptions, etc, for the\u000apart-upgrade parts located on the tech tree will use the proper\u000apost-patching config data.\u000a This solution has been tested to work properly when used directly from\u000aa ModuleManagerPostLoad callback.\u000a Fix for problems discovered in KSP-RO/RealismOverhaul/#1628\u000a",
        "date" : "2017-05-06 08:10:26 +0200",
        "id" : "a3ccdffc895a377c3ffd3c37da974bbc7cec2cad",
        "msg" : "Reload PartUpgrade System after patching (#70)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "moduleManager.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Properties/AssemblyInfo.cs"
        ],
        "commitId" : "b301cb997d098eede0f8cdf68f1e18583d67b2ef",
        "timestamp" : 1494051157000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "v2.7.6\u000a",
        "date" : "2017-05-06 08:12:37 +0200",
        "id" : "b301cb997d098eede0f8cdf68f1e18583d67b2ef",
        "msg" : "v2.7.6",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "Properties/AssemblyInfo.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "moduleManager.cs"
        ],
        "commitId" : "29df624348391373485a82fec75e273ceed30648",
        "timestamp" : 1494051413000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/sarbian",
          "fullName" : "sarbian"
        },
        "authorEmail" : "Sarbian@sarbian.com",
        "comment" : "Temp revert of 1.3 changes to release a 1.2 patch\u000a",
        "date" : "2017-05-06 08:16:53 +0200",
        "id" : "29df624348391373485a82fec75e273ceed30648",
        "msg" : "Temp revert of 1.3 changes to release a 1.2 patch",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "moduleManager.cs"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/noreply",
      "fullName" : "noreply"
    },
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/sarbian",
      "fullName" : "sarbian"
    }
  ]
}