{
  "_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" : 140,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b8476b845b214eb6746368a78109b43363503212",
            "branch" : [
              {
                "SHA1" : "b8476b845b214eb6746368a78109b43363503212",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b8476b845b214eb6746368a78109b43363503212",
            "branch" : [
              {
                "SHA1" : "b8476b845b214eb6746368a78109b43363503212",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "b8476b845b214eb6746368a78109b43363503212",
        "branch" : [
          {
            "SHA1" : "b8476b845b214eb6746368a78109b43363503212",
            "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-3.0.5.zip",
      "fileName" : "ModuleManager-3.0.5.zip",
      "relativePath" : "ModuleManager-3.0.5.zip"
    },
    {
      "displayPath" : "ModuleManager.3.0.5.dll",
      "fileName" : "ModuleManager.3.0.5.dll",
      "relativePath" : "ModuleManager.3.0.5.dll"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#140",
  "duration" : 3694,
  "estimatedDuration" : 4997,
  "executor" : None,
  "fullDisplayName" : "ModuleManager #140",
  "id" : "140",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 140,
  "queueId" : 155,
  "result" : "SUCCESS",
  "timestamp" : 1520456634627,
  "url" : "https://ksp.sarbian.com/jenkins/user/tinygrox/my-views/view/all/job/ModuleManager/140/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ModuleManager/NeedsChecker.cs",
          "ModuleManagerTests/NeedsCheckerTest.cs"
        ],
        "commitId" : "07547be2571c6197575ec989e024c174dd09dfbc",
        "timestamp" : 1518390739000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/joeydwong",
          "fullName" : "joeydwong"
        },
        "authorEmail" : "joeydwong@gmail.com",
        "comment" : "Fix :NEEDS clause sometimes not getting removed\u000aFixes #94\u000a",
        "date" : "2018-02-11 15:12:19 -0800",
        "id" : "07547be2571c6197575ec989e024c174dd09dfbc",
        "msg" : "Fix :NEEDS clause sometimes not getting removed",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ModuleManagerTests/NeedsCheckerTest.cs"
          },
          {
            "editType" : "edit",
            "file" : "ModuleManager/NeedsChecker.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".gitignore"
        ],
        "commitId" : "97a19680aa32608b1a0ec440adc5c7258461e79c",
        "timestamp" : 1518502268000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/joeydwong",
          "fullName" : "joeydwong"
        },
        "authorEmail" : "joeydwong@gmail.com",
        "comment" : "remove ModuleManager.csproj from .gitignore\u000aIt was under version control anyway\u000a",
        "date" : "2018-02-12 22:11:08 -0800",
        "id" : "97a19680aa32608b1a0ec440adc5c7258461e79c",
        "msg" : "remove ModuleManager.csproj from .gitignore",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".gitignore"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ModuleManager/ModuleManager.csproj",
          "ModuleManager/copy_build.sh"
        ],
        "commitId" : "532581d39680f597e2dd19d46a6af8e4a0c78dc9",
        "timestamp" : 1518502376000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/joeydwong",
          "fullName" : "joeydwong"
        },
        "authorEmail" : "joeydwong@gmail.com",
        "comment" : "Make post build into a shell script, allowing cross-platform\u000acompatibility\u000aJust requires sh to be installed on Windows.  Relies on $PDB2MDB to find\u000athe pdb2mdb executable, and $KSPDIR to find where to copy to.  If either\u000aof these are absent, it will be ignored (but the build will still work)\u000a",
        "date" : "2018-02-12 22:12:56 -0800",
        "id" : "532581d39680f597e2dd19d46a6af8e4a0c78dc9",
        "msg" : "Make post build into a shell script, allowing cross-platform",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ModuleManager/ModuleManager.csproj"
          },
          {
            "editType" : "add",
            "file" : "ModuleManager/copy_build.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ModuleManager/Properties/AssemblyInfo.cs"
        ],
        "commitId" : "a73b85e8149b0b57817af64fe3798bd56d84dca4",
        "timestamp" : 1520456498000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/sarbian",
          "fullName" : "sarbian"
        },
        "authorEmail" : "sebastien.gaggini@gmail.com",
        "comment" : "v3.0.4 - KSP 1.4 require a recompile\u000a",
        "date" : "2018-03-07 22:01:38 +0100",
        "id" : "a73b85e8149b0b57817af64fe3798bd56d84dca4",
        "msg" : "v3.0.4 - KSP 1.4 require a recompile",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ModuleManager/Properties/AssemblyInfo.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ModuleManager/Properties/AssemblyInfo.cs"
        ],
        "commitId" : "b8476b845b214eb6746368a78109b43363503212",
        "timestamp" : 1520456625000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/sarbian",
          "fullName" : "sarbian"
        },
        "authorEmail" : "sebastien.gaggini@gmail.com",
        "comment" : "v3.0.5 because I am blind\u000a",
        "date" : "2018-03-07 22:03:45 +0100",
        "id" : "b8476b845b214eb6746368a78109b43363503212",
        "msg" : "v3.0.5 because I am blind",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ModuleManager/Properties/AssemblyInfo.cs"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/joeydwong",
      "fullName" : "joeydwong"
    },
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/sarbian",
      "fullName" : "sarbian"
    }
  ]
}