{
  "_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" : 161,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "86e60c36036c9fa6cd24d9abdc679f452059a8b2",
            "branch" : [
              {
                "SHA1" : "86e60c36036c9fa6cd24d9abdc679f452059a8b2",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "86e60c36036c9fa6cd24d9abdc679f452059a8b2",
            "branch" : [
              {
                "SHA1" : "86e60c36036c9fa6cd24d9abdc679f452059a8b2",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "86e60c36036c9fa6cd24d9abdc679f452059a8b2",
        "branch" : [
          {
            "SHA1" : "86e60c36036c9fa6cd24d9abdc679f452059a8b2",
            "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-4.2.1.zip",
      "fileName" : "ModuleManager-4.2.1.zip",
      "relativePath" : "ModuleManager-4.2.1.zip"
    },
    {
      "displayPath" : "ModuleManager.4.2.1.dll",
      "fileName" : "ModuleManager.4.2.1.dll",
      "relativePath" : "ModuleManager.4.2.1.dll"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#161",
  "duration" : 4592,
  "estimatedDuration" : 4997,
  "executor" : None,
  "fullDisplayName" : "ModuleManager #161",
  "id" : "161",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 161,
  "queueId" : 780,
  "result" : "SUCCESS",
  "timestamp" : 1627847575092,
  "url" : "https://ksp.sarbian.com/jenkins/user/tinygrox/my-views/view/all/job/ModuleManager/161/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ModuleManager/Extensions/StringExtensions.cs",
          "ModuleManager/MMPatchLoader.cs"
        ],
        "commitId" : "d9e9264fb2f04bb3e4f0026133bf5b110bd4296d",
        "timestamp" : 1627833092000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/alvin.q.meng",
          "fullName" : "alvin.q.meng"
        },
        "authorEmail" : "alvin.q.meng@gmail.com",
        "comment" : "Fix off-by-one string indexing in constraint checking Also change string\u000acomparison type to `StringComparison.Ordinal`, which should be the\u000acorrect type according to\u000ahttps://docs.microsoft.com/en-us/dotnet/standard/base-types/best-practices-strings.\u000a",
        "date" : "2021-08-01 11:51:32 -0400",
        "id" : "d9e9264fb2f04bb3e4f0026133bf5b110bd4296d",
        "msg" : "Fix off-by-one string indexing in constraint checking Also change string",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ModuleManager/Extensions/StringExtensions.cs"
          },
          {
            "editType" : "edit",
            "file" : "ModuleManager/MMPatchLoader.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ModuleManager/Extensions/StringExtensions.cs"
        ],
        "commitId" : "c60e3c537a352de35b02d5fa79a1a6c712a83e9a",
        "timestamp" : 1627844893000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/alvin.q.meng",
          "fullName" : "alvin.q.meng"
        },
        "authorEmail" : "alvin.q.meng@gmail.com",
        "comment" : "Undo string comparison change.\u000a",
        "date" : "2021-08-01 15:08:13 -0400",
        "id" : "c60e3c537a352de35b02d5fa79a1a6c712a83e9a",
        "msg" : "Undo string comparison change.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ModuleManager/Extensions/StringExtensions.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "ModuleManager/Properties/AssemblyInfo.cs"
        ],
        "commitId" : "86e60c36036c9fa6cd24d9abdc679f452059a8b2",
        "timestamp" : 1627847537000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/noreply",
          "fullName" : "noreply"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "v4.2.1\u000a",
        "date" : "2021-08-01 21:52:17 +0200",
        "id" : "86e60c36036c9fa6cd24d9abdc679f452059a8b2",
        "msg" : "v4.2.1",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "ModuleManager/Properties/AssemblyInfo.cs"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/noreply",
      "fullName" : "noreply"
    },
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/alvin.q.meng",
      "fullName" : "alvin.q.meng"
    }
  ]
}