{
  "_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" : 1646,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "ca7a07f61ff39ba445af0952ad7dc65fdd35cbd6",
            "branch" : [
              {
                "SHA1" : "ca7a07f61ff39ba445af0952ad7dc65fdd35cbd6",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ca7a07f61ff39ba445af0952ad7dc65fdd35cbd6",
            "branch" : [
              {
                "SHA1" : "ca7a07f61ff39ba445af0952ad7dc65fdd35cbd6",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "ca7a07f61ff39ba445af0952ad7dc65fdd35cbd6",
        "branch" : [
          {
            "SHA1" : "ca7a07f61ff39ba445af0952ad7dc65fdd35cbd6",
            "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-1646.zip",
      "fileName" : "MechJeb2-2.16.0.0-1646.zip",
      "relativePath" : "MechJeb2-2.16.0.0-1646.zip"
    }
  ],
  "building" : false,
  "description" : null,
  "displayName" : "#1646",
  "duration" : 28793,
  "estimatedDuration" : 29240,
  "executor" : null,
  "fullDisplayName" : "MechJeb2-Dev #1646",
  "id" : "1646",
  "inProgress" : false,
  "keepLog" : false,
  "number" : 1646,
  "queueId" : 79,
  "result" : "SUCCESS",
  "timestamp" : 1780972707386,
  "url" : "https://ksp.sarbian.com/jenkins/user/cadderley/my-views/view/all/job/MechJeb2-Dev/1646/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJebLibTest/Primitives/M3Tests/MatrixAnalysisTests.cs",
          "MechJebLibTest/Primitives/M3Tests/OrthonormalizeQuaternionTests.cs",
          "MechJebLib/PSG/AscentGuesser.cs",
          "MechJebLibTest/FunctionsTests/KeplerianFromStateVectorsTests.cs",
          "MechJebLib/ODE/AbstractRungeKutta.cs",
          "MechJebLibTest/Primitives/Q3Tests/MatrixConversionTests.cs",
          "MechJebLib/Utils/Statics.cs",
          "MechJebLib/ODE/Tsit5.cs",
          "MechJebLibTest/TwoBodyTests/ShepperdTests.cs",
          "MechJebLibTest/Utils/AutoDiffTests.cs",
          "MechJebLib/PSG/Terminal/FlightPathAngle4.cs",
          "MechJebLib/Primitives/M3.cs",
          "MechJebLib/Maneuvers/ChangeOrbitalElement.cs",
          "MechJebLib/PSG/Terminal/Kepler4.cs",
          "MechJebLibTest/PSGTests/AscentTests/Titan2Tests.cs",
          "MechJebLib/Functions/SingleImpulseHyperbolicBurn.cs",
          "MechJebLib/Maneuvers/Simple.cs",
          "MechJebLib/Primitives/Vec.cs",
          "MechJebLib/Maneuvers/ReturnFromMoon.cs",
          "MechJebLib/PSG/AscentProblem.cs",
          "MechJebLibTest/Primitives/M3Tests/RotationTests.cs",
          "MechJebLib/Control/LQRLoop1.cs",
          "MechJebLib/Maneuvers/InterplanetaryTransfer.cs",
          "MechJebLib/Lambert/Gooding.cs",
          "MechJebLib/Primitives/V3.cs",
          "MechJebLibTest/FunctionsTests/KeplerianFromStateVectorsAccuracyTests.cs",
          "MechJebLib/Rootfinding/Newton.cs",
          "MechJebLibTest/ManeuversTests/ReturnFromMoonTests.cs",
          "MechJebLib/PSG/Terminal/FlightPathAngle5.cs",
          "MechJebLib/PSG/Terminal/Kepler3.cs",
          "MechJebLibTest/ODETests/DP5Tests.cs",
          "MechJebLibTest/Primitives/V3Tests/InterpolationTests.cs",
          "MechJebLibTest/Primitives/M3Tests/CoreOperationsTests.cs",
          "MechJebLib/Control/MultiVariableInterpolator.cs",
          "MechJebLibTest/Primitives/M3Tests/MiscConstructorTests.cs",
          "MechJebLibTest/PSGTests/AscentTests/KerbinTests.cs",
          "MechJebLib/ODE/DenseOutput.cs",
          "MechJebLib/PSG/SolutionBuilder.cs",
          "MechJebLib/ODE/DP5.cs",
          "MechJebLibTest/Primitives/Q3Tests/InterpolationTests.cs",
          "MechJebLibTest/Primitives/V3Tests/StringRepresentationTests.cs",
          "MechJebLibTest/Primitives/V3Tests/MagnitudeNormalizationTests.cs",
          "MechJebLib/Primitives/Q3.cs",
          "MechJebLibTest/Primitives/V3Tests/UtilityTests.cs",
          "MechJebLibTest/Primitives/M3Tests/EqualityHashingTests.cs",
          "MechJebLib/Lambert/Izzo.cs",
          "MechJebLib/PSG/PhaseProxy.cs",
          "MechJebLib/PSG/Ascent.cs",
          "MechJebLib/Primitives/HBase.cs",
          "MechJebLibTest/PSGTests/AscentTests/BuggyTests.cs",
          "MechJebLibTest/Primitives/M3Tests/NormTests.cs",
          "MechJebLibTest/Primitives/VecOpsTests.cs",
          "MechJebLibBindings/MechJebLibBindings.csproj",
          "MechJebLibTest/MechJebLibTest.csproj",
          "MechJebLibTest/ManeuversTests/Simple.cs",
          "MechJebLibTest/Primitives/Q3Tests/MagnitudeConjugateTests.cs",
          "MechJebLibTest/Primitives/V3Tests/OperatorTests.cs",
          "MechJebLib/PSG/VariableProxy.cs",
          "MechJebLib/Functions/Angles.cs",
          "MechJebLib/HoverslamSimulation/HoverslamSimulation.cs",
          "MechJebLibTest/Primitives/V3Tests/EqualityHashingTests.cs",
          "MechJebLib/PSG/AscentBuilder.cs",
          "MechJebLib/PSG/Terminal/FlightPathAngle4Energy.cs",
          "MechJebLibTest/ManeuversTests/TwoImpulseTransferTests.cs",
          "MechJebLibTest/TwoBodyTests/FarnocchiaTests.cs",
          "MechJebLib/Rootfinding/BrentRoot.cs",
          "MechJebLibTest/Primitives/Q3Tests/OperationTests.cs",
          "MechJebLibTest/Primitives/V3Tests/ComponentOperationsTests.cs",
          "MechJebLib/TwoBody/Shepperd.cs",
          "MechJebLib/Minimization/BrentMin.cs",
          "MechJebLibTest/PSGTests/AscentTests/TheStandardTests.cs",
          "MechJebLibTest/HoverslamTests.cs",
          "MechJebLibTest/Primitives/V3Tests/VectorMathOperationTests.cs",
          "MechJebLibTest/LambertTests/GoodingTests.cs",
          "MechJebLibTest/FunctionsTests/KeplerianFromStateVectorsRetrogradeCoverageTests.cs",
          "MechJebLibTest/Primitives/M3Tests/DiagonalSkewConstructionTests.cs",
          "MechJebLibTest/ManeuversTests/ChangeOrbitalElementTests.cs",
          "MechJebLib/PSG/Phase.cs",
          "MechJebLibTest/Primitives/M3Tests/EulerAngleTests.cs",
          "MechJebLibTest/ManeuversTests/FineTuneClosestApproachToCelestialTests.cs",
          "MechJebLib/Primitives/DualV3.cs",
          "MechJebLib/PSG/Solution.cs",
          "MechJebLibTest/ODETests/Tsit5Tests.cs",
          "MechJebLib/FuelFlowSimulation/PartModules/SimModuleRCS.cs",
          "MechJebLib/ODE/AbstractIVP.cs",
          "MechJebLib/Functions/Astro.cs",
          "MechJebLib/Primitives/VecOps.cs",
          "MechJebLib/PSG/Optimizer.cs",
          "MechJebLib/Functions/Interpolants.cs",
          "MechJebLib/Primitives/Scale.cs",
          "MechJebLib/Maneuvers/FineTuneClosestApproachToCelestial.cs",
          "MechJebLib/FuelFlowSimulation/PartModules/SimModuleEngines.cs",
          "MechJebLib/PSG/Terminal/FlightPathAngle3Energy.cs",
          "MechJebLibTest/Primitives/VecTests.cs",
          "MechJebLib/Maneuvers/TwoImpulseTransfer.cs",
          "Directory.Build.targets",
          "MechJebLib/TwoBody/Farnocchia.cs",
          "MechJebLibTest/FunctionsTests.cs",
          "MechJebLib/Utils/AutoDiff.cs",
          "MechJebLibTest/ControlTests/PIDLoopTests.cs",
          "MechJebLibTest/LambertTests/IzzoTests.cs",
          "MechJebLibTest/ODETests/BS3Tests.cs",
          "MechJebLib/FuelFlowSimulation/FuelFlowSimulation.cs"
        ],
        "commitId" : "9595e385f879503b0c45f75cef2541fdb36a98fb",
        "timestamp" : 1780972528000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
          "fullName" : "lamont"
        },
        "authorEmail" : "lamont@scriptkiddie.org",
        "comment" : "Automated code cleanup\u000a\u000adeclaring bankruptcy on keeping anything aligned.\u000a\u000acan't make it stop making really weird choices.\u000a",
        "date" : "2026-06-08 19:35:28 -0700",
        "id" : "9595e385f879503b0c45f75cef2541fdb36a98fb",
        "msg" : "Automated code cleanup",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Primitives/M3Tests/EqualityHashingTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/FunctionsTests/KeplerianFromStateVectorsTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/Optimizer.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/ODE/DP5.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Primitives/Vec.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Maneuvers/TwoImpulseTransfer.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/ManeuversTests/TwoImpulseTransferTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Primitives/M3Tests/RotationTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "Directory.Build.targets"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Utils/AutoDiffTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/Terminal/Kepler4.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Primitives/M3Tests/CoreOperationsTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Control/LQRLoop1.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Utils/Statics.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/LambertTests/GoodingTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Primitives/VecOps.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/FuelFlowSimulation/PartModules/SimModuleRCS.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/SolutionBuilder.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/ODE/AbstractIVP.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/TwoBodyTests/ShepperdTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Control/MultiVariableInterpolator.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Primitives/M3Tests/MiscConstructorTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Functions/SingleImpulseHyperbolicBurn.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Primitives/Q3Tests/InterpolationTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/Terminal/Kepler3.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/PSGTests/AscentTests/KerbinTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/ODE/Tsit5.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/FunctionsTests/KeplerianFromStateVectorsAccuracyTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Maneuvers/ReturnFromMoon.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/PSGTests/AscentTests/TheStandardTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Primitives/Q3Tests/MatrixConversionTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/PSGTests/AscentTests/BuggyTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Maneuvers/ChangeOrbitalElement.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/Terminal/FlightPathAngle5.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/ManeuversTests/FineTuneClosestApproachToCelestialTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Maneuvers/Simple.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Primitives/M3Tests/OrthonormalizeQuaternionTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Primitives/V3Tests/VectorMathOperationTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Primitives/VecTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Rootfinding/BrentRoot.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/ODE/AbstractRungeKutta.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/AscentProblem.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Primitives/M3.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/ODETests/Tsit5Tests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/ManeuversTests/ChangeOrbitalElementTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Primitives/V3Tests/ComponentOperationsTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/Ascent.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Primitives/V3Tests/EqualityHashingTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibBindings/MechJebLibBindings.csproj"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/Terminal/FlightPathAngle4.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/FuelFlowSimulation/FuelFlowSimulation.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Utils/AutoDiff.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/ManeuversTests/Simple.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/TwoBody/Shepperd.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Functions/Angles.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/Solution.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/FunctionsTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Primitives/Scale.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Primitives/M3Tests/NormTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Primitives/V3Tests/MagnitudeNormalizationTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/TwoBody/Farnocchia.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Primitives/V3Tests/InterpolationTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/ODE/DenseOutput.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/PSGTests/AscentTests/Titan2Tests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Primitives/Q3Tests/MagnitudeConjugateTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Primitives/V3Tests/OperatorTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/ManeuversTests/ReturnFromMoonTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Functions/Interpolants.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Primitives/HBase.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Minimization/BrentMin.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/HoverslamSimulation/HoverslamSimulation.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/Phase.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Primitives/V3Tests/StringRepresentationTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/MechJebLibTest.csproj"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/ODETests/BS3Tests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Lambert/Gooding.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Primitives/Q3Tests/OperationTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Functions/Astro.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Maneuvers/FineTuneClosestApproachToCelestial.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/ControlTests/PIDLoopTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/ODETests/DP5Tests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Primitives/VecOpsTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Maneuvers/InterplanetaryTransfer.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Primitives/V3Tests/UtilityTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/Terminal/FlightPathAngle4Energy.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/PhaseProxy.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Rootfinding/Newton.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/LambertTests/IzzoTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Primitives/Q3.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Primitives/M3Tests/MatrixAnalysisTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/FuelFlowSimulation/PartModules/SimModuleEngines.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Primitives/M3Tests/EulerAngleTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Primitives/V3.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/VariableProxy.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Lambert/Izzo.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Primitives/DualV3.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/FunctionsTests/KeplerianFromStateVectorsRetrogradeCoverageTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/HoverslamTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/AscentBuilder.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/Terminal/FlightPathAngle3Energy.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Primitives/M3Tests/DiagonalSkewConstructionTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/TwoBodyTests/FarnocchiaTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/AscentGuesser.cs"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
      "fullName" : "lamont"
    }
  ]
}