{
  "_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" : 1645,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "a3f10cd956692d6851a748fe327817debfacad7f",
            "branch" : [
              {
                "SHA1" : "a3f10cd956692d6851a748fe327817debfacad7f",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a3f10cd956692d6851a748fe327817debfacad7f",
            "branch" : [
              {
                "SHA1" : "a3f10cd956692d6851a748fe327817debfacad7f",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "a3f10cd956692d6851a748fe327817debfacad7f",
        "branch" : [
          {
            "SHA1" : "a3f10cd956692d6851a748fe327817debfacad7f",
            "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-1645.zip",
      "fileName" : "MechJeb2-2.16.0.0-1645.zip",
      "relativePath" : "MechJeb2-2.16.0.0-1645.zip"
    }
  ],
  "building" : false,
  "description" : null,
  "displayName" : "#1645",
  "duration" : 29658,
  "estimatedDuration" : 29240,
  "executor" : null,
  "fullDisplayName" : "MechJeb2-Dev #1645",
  "id" : "1645",
  "inProgress" : false,
  "keepLog" : false,
  "number" : 1645,
  "queueId" : 74,
  "result" : "SUCCESS",
  "timestamp" : 1780971856609,
  "url" : "https://ksp.sarbian.com/jenkins/user/cadderley/my-views/view/all/job/MechJeb2-Dev/1645/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJeb2/Maneuver/TransferCalculator.cs",
          "MechJebLibTest/ManeuversTests/InterplanetaryTransferTests.cs",
          "MechJeb2/Maneuver/OperationAdvancedTransfer.cs",
          "MechJebLibTest/LambertTests/GoodingTests.cs",
          "MechJebLib/Functions/SingleImpulseHyperbolicBurn.cs",
          "MechJebLib/Lambert/Izzo.cs",
          "MechJebLibTest/FunctionsTests.cs",
          "MechJebLib/Functions/Astro.cs",
          "MechJebLibTest/PSGTests/AscentTests/RealRocketTests.cs",
          "MechJebLibTest/LambertTests/IzzoTests.cs",
          "MechJeb2/Maneuver/OperationCourseCorrection.cs",
          "MechJebLibTest/Primitives/V3Tests/CoordinateConversionTests.cs",
          "MechJeb2/OrbitalManeuverCalculator.cs",
          "MechJebLib/Maneuvers/InterplanetaryTransfer.cs",
          "MechJebLibTest/TwoBodyTests/ShepperdTests.cs",
          ".editorconfig",
          "MechJebLib/Maneuvers/FineTuneClosestApproachToCelestial.cs",
          "MechJebLib/Lambert/Gooding.cs",
          "MechJebLib/Primitives/V3.cs",
          "MechJebLib/TwoBody/Shepperd.cs"
        ],
        "commitId" : "48c854ed3547c216a4e92bea572dbe4250e13743",
        "timestamp" : 1780971608000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
          "fullName" : "lamont"
        },
        "authorEmail" : "lamont@scriptkiddie.org",
        "comment" : "Rewrite of InterplanetaryTransfer algorithm\u000a\u000aSome unrelated fixes snuck in here.\u000a\u000aThis replaces the alglib solver in TransferCalculator.cs with\u000athe SQP problem in MechJebLib/Maneuvers/InterplanetaryTransfer.\u000a\u000aIt at least solves every transfer problem I tried to throw at it,\u000aincluding a retrograde transfer to an asteroid, without failing.\u000a",
        "date" : "2026-06-08 19:20:08 -0700",
        "id" : "48c854ed3547c216a4e92bea572dbe4250e13743",
        "msg" : "Rewrite of InterplanetaryTransfer algorithm",
        "paths" : [
          {
            "editType" : "add",
            "file" : "MechJebLib/Maneuvers/InterplanetaryTransfer.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/PSGTests/AscentTests/RealRocketTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Functions/Astro.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Lambert/Gooding.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/TwoBodyTests/ShepperdTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Functions/SingleImpulseHyperbolicBurn.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/TwoBody/Shepperd.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Maneuvers/FineTuneClosestApproachToCelestial.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/Maneuver/TransferCalculator.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/OrbitalManeuverCalculator.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Primitives/V3Tests/CoordinateConversionTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Lambert/Izzo.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/FunctionsTests.cs"
          },
          {
            "editType" : "add",
            "file" : "MechJebLibTest/ManeuversTests/InterplanetaryTransferTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/LambertTests/IzzoTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/Maneuver/OperationAdvancedTransfer.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/LambertTests/GoodingTests.cs"
          },
          {
            "editType" : "edit",
            "file" : ".editorconfig"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/Maneuver/OperationCourseCorrection.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Primitives/V3.cs"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
      "fullName" : "lamont"
    }
  ]
}