{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by lamont-granquist"
        },
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by lamont-granquist"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/dev" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1639,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "a16d878738e1e712f7c754a2041e71c5ea242687",
            "branch" : [
              {
                "SHA1" : "a16d878738e1e712f7c754a2041e71c5ea242687",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a16d878738e1e712f7c754a2041e71c5ea242687",
            "branch" : [
              {
                "SHA1" : "a16d878738e1e712f7c754a2041e71c5ea242687",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "a16d878738e1e712f7c754a2041e71c5ea242687",
        "branch" : [
          {
            "SHA1" : "a16d878738e1e712f7c754a2041e71c5ea242687",
            "name" : "refs/remotes/origin/dev"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/MuMech/MechJeb2.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "MechJeb2-2.16.0.0-1639.zip",
      "fileName" : "MechJeb2-2.16.0.0-1639.zip",
      "relativePath" : "MechJeb2-2.16.0.0-1639.zip"
    }
  ],
  "building" : false,
  "description" : null,
  "displayName" : "#1639",
  "duration" : 28811,
  "estimatedDuration" : 28314,
  "executor" : null,
  "fullDisplayName" : "MechJeb2-Dev #1639",
  "id" : "1639",
  "inProgress" : false,
  "keepLog" : false,
  "number" : 1639,
  "queueId" : 49,
  "result" : "SUCCESS",
  "timestamp" : 1780077076511,
  "url" : "https://ksp.sarbian.com/jenkins/user/howlandhuang/my-views/view/all/job/MechJeb2-Dev/1639/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJebLibTest/ManeuversTests/ReturnFromMoonTests.cs",
          "MechJeb2/OrbitalManeuverCalculator.cs",
          "MechJebLib/Maneuvers/ReturnFromMoon.cs",
          "MechJeb2/Maneuver/OperationMoonReturn.cs",
          "Localization/en-us.cfg",
          "MechJebLib/FunctionImpls/RealSingleImpulseHyperbolicBurn.cs",
          "MechJebLib/Functions/SingleImpulseHyperbolicBurn.cs",
          "MechJebLib/Maneuvers/FineTuneClosestApproachToCelestial.cs",
          "MechJebLib/Primitives/V3.cs",
          "MechJebLibTest/FunctionsTests.cs",
          "MechJebLib/Functions/Astro.cs"
        ],
        "commitId" : "f24cdd3dcc88a9871409b8e57bcaef7822153ecf",
        "timestamp" : 1780077009000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
          "fullName" : "lamont"
        },
        "authorEmail" : "lamont@scriptkiddie.org",
        "comment" : "ReturnFromMoon fixes\u000a\u000aThis makes the basic algorithm just work correctly.\u000a\u000aI think it no longer supports hyperbolic initial orbits, or multiple\u000arevolutions.  But we've gone from an algorithm that did none of that\u000areliably or accurately, to one that reliably solves the basic problem.\u000a",
        "date" : "2026-05-29 10:50:09 -0700",
        "id" : "f24cdd3dcc88a9871409b8e57bcaef7822153ecf",
        "msg" : "ReturnFromMoon fixes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/ManeuversTests/ReturnFromMoonTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "Localization/en-us.cfg"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Maneuvers/ReturnFromMoon.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Maneuvers/FineTuneClosestApproachToCelestial.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/OrbitalManeuverCalculator.cs"
          },
          {
            "editType" : "delete",
            "file" : "MechJebLib/FunctionImpls/RealSingleImpulseHyperbolicBurn.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Primitives/V3.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/FunctionsTests.cs"
          },
          {
            "editType" : "add",
            "file" : "MechJebLib/Functions/SingleImpulseHyperbolicBurn.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/Maneuver/OperationMoonReturn.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Functions/Astro.cs"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
      "fullName" : "lamont"
    }
  ]
}