{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by blowfishpro"
        },
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by blowfishpro"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/dev" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 10,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "cc4cbec46d23b213054b6e35f370538654935ec8",
            "branch" : [
              {
                "SHA1" : "cc4cbec46d23b213054b6e35f370538654935ec8",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          },
          "revision" : {
            "SHA1" : "cc4cbec46d23b213054b6e35f370538654935ec8",
            "branch" : [
              {
                "SHA1" : "cc4cbec46d23b213054b6e35f370538654935ec8",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "cc4cbec46d23b213054b6e35f370538654935ec8",
        "branch" : [
          {
            "SHA1" : "cc4cbec46d23b213054b6e35f370538654935ec8",
            "name" : "refs/remotes/origin/dev"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/sarbian/ModuleManager.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "ModuleManager-2.3.6_dev.zip",
      "fileName" : "ModuleManager-2.3.6_dev.zip",
      "relativePath" : "ModuleManager-2.3.6_dev.zip"
    },
    {
      "displayPath" : "ModuleManager.2.3.6_dev.dll",
      "fileName" : "ModuleManager.2.3.6_dev.dll",
      "relativePath" : "ModuleManager.2.3.6_dev.dll"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#10",
  "duration" : 739,
  "estimatedDuration" : 6498,
  "executor" : None,
  "fullDisplayName" : "ModuleManager-Dev #10",
  "id" : "10",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 10,
  "queueId" : 80,
  "result" : "FAILURE",
  "timestamp" : 1504073678936,
  "url" : "https://ksp.sarbian.com/jenkins/user/vinceguichard04/my-views/view/all/job/ModuleManager-Dev/10/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ModuleManager.csproj"
        ],
        "commitId" : "1191841d6f532aa88c1b53441d1c88687d29fca2",
        "timestamp" : 1503176888000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/joeydwong",
          "fullName" : "joeydwong"
        },
        "authorEmail" : "joeydwong@gmail.com",
        "comment" : "Change debug C# version to default\u000a",
        "date" : "2017-08-19 14:08:08 -0700",
        "id" : "1191841d6f532aa88c1b53441d1c88687d29fca2",
        "msg" : "Change debug C# version to default",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ModuleManager.csproj"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".gitignore"
        ],
        "commitId" : "d2fd007db31b1e99879e99db56db1a10ad6b43e7",
        "timestamp" : 1503781786000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/joeydwong",
          "fullName" : "joeydwong"
        },
        "authorEmail" : "joeydwong@gmail.com",
        "comment" : "VS, why u do dis?\u000a",
        "date" : "2017-08-26 14:09:46 -0700",
        "id" : "d2fd007db31b1e99879e99db56db1a10ad6b43e7",
        "msg" : "VS, why u do dis?",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".gitignore"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Collections/ImmutableStack.cs",
          "ModuleManager.csproj"
        ],
        "commitId" : "536ff0cf0f06e0ae39b42920ce6189be99402d30",
        "timestamp" : 1503781872000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/joeydwong",
          "fullName" : "joeydwong"
        },
        "authorEmail" : "joeydwong@gmail.com",
        "comment" : "Add ImmutableStack class\u000a",
        "date" : "2017-08-26 14:11:12 -0700",
        "id" : "536ff0cf0f06e0ae39b42920ce6189be99402d30",
        "msg" : "Add ImmutableStack class",
        "paths" : [
          {
            "editType" : "add",
            "file" : "Collections/ImmutableStack.cs"
          },
          {
            "editType" : "edit",
            "file" : "ModuleManager.csproj"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "PatchContext.cs",
          "ModuleManager.csproj"
        ],
        "commitId" : "abba87ea8b94ea6cab2ab2a25828f7aed756fc8e",
        "timestamp" : 1503803215000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/joeydwong",
          "fullName" : "joeydwong"
        },
        "authorEmail" : "joeydwong@gmail.com",
        "comment" : "Add PatchContext struct\u000a",
        "date" : "2017-08-26 20:06:55 -0700",
        "id" : "abba87ea8b94ea6cab2ab2a25828f7aed756fc8e",
        "msg" : "Add PatchContext struct",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ModuleManager.csproj"
          },
          {
            "editType" : "add",
            "file" : "PatchContext.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MMPatchLoader.cs"
        ],
        "commitId" : "05342e2e8914bb5bb221db1ab80921554b006cad",
        "timestamp" : 1503803238000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/joeydwong",
          "fullName" : "joeydwong"
        },
        "authorEmail" : "joeydwong@gmail.com",
        "comment" : "Use ImmutableStack and PatchContext in MM\u000a",
        "date" : "2017-08-26 20:07:18 -0700",
        "id" : "05342e2e8914bb5bb221db1ab80921554b006cad",
        "msg" : "Use ImmutableStack and PatchContext in MM",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MMPatchLoader.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MMPatchLoader.cs"
        ],
        "commitId" : "8685da977f63049acc2ab326cfb89e8c189049ff",
        "timestamp" : 1503815654000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/joeydwong",
          "fullName" : "joeydwong"
        },
        "authorEmail" : "joeydwong@gmail.com",
        "comment" : "Remove unused code\u000aApparently had to do with texture replacer corruption, but not called \u000aanywhere\u000a",
        "date" : "2017-08-26 23:34:14 -0700",
        "id" : "8685da977f63049acc2ab326cfb89e8c189049ff",
        "msg" : "Remove unused code",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MMPatchLoader.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Collections/ImmutableStack.cs",
          "Extensions/NodeStackExtensions.cs"
        ],
        "commitId" : "038db2345ec22b9592e1510b850a0f52080baac4",
        "timestamp" : 1503863834000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/joeydwong",
          "fullName" : "joeydwong"
        },
        "authorEmail" : "joeydwong@gmail.com",
        "comment" : "Implement IEnumerable<T>\u000a",
        "date" : "2017-08-27 12:57:14 -0700",
        "id" : "038db2345ec22b9592e1510b850a0f52080baac4",
        "msg" : "Implement IEnumerable<T>",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "Collections/ImmutableStack.cs"
          },
          {
            "editType" : "add",
            "file" : "Extensions/NodeStackExtensions.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Collections/ImmutableStack.cs"
        ],
        "commitId" : "946194e0bb9b1d8aca95ae0db677bcc84315b69a",
        "timestamp" : 1503863846000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/joeydwong",
          "fullName" : "joeydwong"
        },
        "authorEmail" : "joeydwong@gmail.com",
        "comment" : "Add Depth property\u000a",
        "date" : "2017-08-27 12:57:26 -0700",
        "id" : "946194e0bb9b1d8aca95ae0db677bcc84315b69a",
        "msg" : "Add Depth property",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "Collections/ImmutableStack.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MMPatchLoader.cs"
        ],
        "commitId" : "475aa6627978100bb3cf0aa24eacefea4779b095",
        "timestamp" : 1503864192000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/joeydwong",
          "fullName" : "joeydwong"
        },
        "authorEmail" : "joeydwong@gmail.com",
        "comment" : "Use immutability in CheckNeeds\u000a",
        "date" : "2017-08-27 13:03:12 -0700",
        "id" : "475aa6627978100bb3cf0aa24eacefea4779b095",
        "msg" : "Use immutability in CheckNeeds",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MMPatchLoader.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MMPatchLoader.cs"
        ],
        "commitId" : "27f788f0c06835ee965c6dae157fa97e95c0dd47",
        "timestamp" : 1503865606000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/joeydwong",
          "fullName" : "joeydwong"
        },
        "authorEmail" : "joeydwong@gmail.com",
        "comment" : "Forgot a using directive\u000a",
        "date" : "2017-08-27 13:26:46 -0700",
        "id" : "27f788f0c06835ee965c6dae157fa97e95c0dd47",
        "msg" : "Forgot a using directive",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MMPatchLoader.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MMPatchLoader.cs"
        ],
        "commitId" : "04df68375017aabfe67e589e050325357463952c",
        "timestamp" : 1503865770000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/joeydwong",
          "fullName" : "joeydwong"
        },
        "authorEmail" : "joeydwong@gmail.com",
        "comment" : "Ged rid of Win64 specific code\u000aDoesn't matter anymore\u000a",
        "date" : "2017-08-27 13:29:30 -0700",
        "id" : "04df68375017aabfe67e589e050325357463952c",
        "msg" : "Ged rid of Win64 specific code",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MMPatchLoader.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ModuleManager.csproj"
        ],
        "commitId" : "340d113a0ab871b9df635e07db5d974dad458092",
        "timestamp" : 1503986142000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/joeydwong",
          "fullName" : "joeydwong"
        },
        "authorEmail" : "joeydwong@gmail.com",
        "comment" : "Needs to be included in the project too\u000a",
        "date" : "2017-08-28 22:55:42 -0700",
        "id" : "340d113a0ab871b9df635e07db5d974dad458092",
        "msg" : "Needs to be included in the project too",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ModuleManager.csproj"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Logging/IBasicLogger.cs",
          "Logging/ModLogger.cs",
          "ModuleManager.csproj"
        ],
        "commitId" : "b1a88634ddaf8a68bb0545cb062714096ad54c65",
        "timestamp" : 1503986293000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/joeydwong",
          "fullName" : "joeydwong"
        },
        "authorEmail" : "joeydwong@gmail.com",
        "comment" : "Add logging interface\u000a",
        "date" : "2017-08-28 22:58:13 -0700",
        "id" : "b1a88634ddaf8a68bb0545cb062714096ad54c65",
        "msg" : "Add logging interface",
        "paths" : [
          {
            "editType" : "add",
            "file" : "Logging/IBasicLogger.cs"
          },
          {
            "editType" : "add",
            "file" : "Logging/ModLogger.cs"
          },
          {
            "editType" : "edit",
            "file" : "ModuleManager.csproj"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "PatchProgress.cs",
          "ModuleManager.csproj",
          "IPatchProgress.cs"
        ],
        "commitId" : "ad61311dcc5cd6c9ed2973e6470a9dc2a4797e1f",
        "timestamp" : 1503988314000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/joeydwong",
          "fullName" : "joeydwong"
        },
        "authorEmail" : "joeydwong@gmail.com",
        "comment" : "Extract progress into its own object\u000a",
        "date" : "2017-08-28 23:31:54 -0700",
        "id" : "ad61311dcc5cd6c9ed2973e6470a9dc2a4797e1f",
        "msg" : "Extract progress into its own object",
        "paths" : [
          {
            "editType" : "add",
            "file" : "PatchProgress.cs"
          },
          {
            "editType" : "add",
            "file" : "IPatchProgress.cs"
          },
          {
            "editType" : "edit",
            "file" : "ModuleManager.csproj"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ModuleManager.cs",
          "PatchContext.cs",
          "MMPatchLoader.cs"
        ],
        "commitId" : "76c998c61895de68f63f79fc57d0f64b30069d40",
        "timestamp" : 1503988584000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/joeydwong",
          "fullName" : "joeydwong"
        },
        "authorEmail" : "joeydwong@gmail.com",
        "comment" : "Use logger and progress\u000aMake some things static that no longer depend on the patch loader's \u000astate\u000a",
        "date" : "2017-08-28 23:36:24 -0700",
        "id" : "76c998c61895de68f63f79fc57d0f64b30069d40",
        "msg" : "Use logger and progress",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ModuleManager.cs"
          },
          {
            "editType" : "edit",
            "file" : "PatchContext.cs"
          },
          {
            "editType" : "edit",
            "file" : "MMPatchLoader.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MMPatchLoader.cs"
        ],
        "commitId" : "55fc4e6cc9dddb4b3c3e634002d893d987923463",
        "timestamp" : 1503988761000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/joeydwong",
          "fullName" : "joeydwong"
        },
        "authorEmail" : "joeydwong@gmail.com",
        "comment" : "Remove blocking option\u000aIt's no longer used\u000a",
        "date" : "2017-08-28 23:39:21 -0700",
        "id" : "55fc4e6cc9dddb4b3c3e634002d893d987923463",
        "msg" : "Remove blocking option",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MMPatchLoader.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MMPatchLoader.cs"
        ],
        "commitId" : "bf640f41e969b14922242a6a6fad577fa8f48b34",
        "timestamp" : 1503988970000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/joeydwong",
          "fullName" : "joeydwong"
        },
        "authorEmail" : "joeydwong@gmail.com",
        "comment" : "Use inline variable declaration\u000a",
        "date" : "2017-08-28 23:42:50 -0700",
        "id" : "bf640f41e969b14922242a6a6fad577fa8f48b34",
        "msg" : "Use inline variable declaration",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MMPatchLoader.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "PatchProgress.cs"
        ],
        "commitId" : "f751ed43916ed68a37c5f3d921c8caa41c67ca0e",
        "timestamp" : 1504073317000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/joeydwong",
          "fullName" : "joeydwong"
        },
        "authorEmail" : "joeydwong@gmail.com",
        "comment" : "Make log messages consistent\u000a",
        "date" : "2017-08-29 23:08:37 -0700",
        "id" : "f751ed43916ed68a37c5f3d921c8caa41c67ca0e",
        "msg" : "Make log messages consistent",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "PatchProgress.cs"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/diazo",
      "fullName" : "diazo"
    },
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/pjf",
      "fullName" : "pjf"
    },
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/joeydwong",
      "fullName" : "joeydwong"
    },
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/dorianstoll",
      "fullName" : "dorianstoll"
    },
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/bengt.lueers",
      "fullName" : "Bengt.Lueers"
    },
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/sarbian",
      "fullName" : "sarbian"
    },
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/kerbas-ad-astra",
      "fullName" : "Kerbas-ad-astra"
    },
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/blowfishpro",
      "fullName" : "blowfishpro"
    },
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/noreply",
      "fullName" : "noreply"
    },
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/ozraven",
      "fullName" : "ozraven"
    }
  ]
}