{
  "_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" : 1339,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8e798672fa7c810c4cd38abeb12d3287ccc1eff9",
            "branch" : [
              {
                "SHA1" : "8e798672fa7c810c4cd38abeb12d3287ccc1eff9",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8e798672fa7c810c4cd38abeb12d3287ccc1eff9",
            "branch" : [
              {
                "SHA1" : "8e798672fa7c810c4cd38abeb12d3287ccc1eff9",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "8e798672fa7c810c4cd38abeb12d3287ccc1eff9",
        "branch" : [
          {
            "SHA1" : "8e798672fa7c810c4cd38abeb12d3287ccc1eff9",
            "name" : "refs/remotes/origin/dev"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/MuMech/MechJeb2.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "MechJeb2-2.14.3.0-1339.zip",
      "fileName" : "MechJeb2-2.14.3.0-1339.zip",
      "relativePath" : "MechJeb2-2.14.3.0-1339.zip"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1339",
  "duration" : 15377,
  "estimatedDuration" : 20942,
  "executor" : None,
  "fullDisplayName" : "MechJeb2-Dev #1339",
  "id" : "1339",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1339,
  "queueId" : 1683,
  "result" : "SUCCESS",
  "timestamp" : 1698870159775,
  "url" : "https://ksp.sarbian.com/jenkins/user/mike.dusseault/my-views/view/All/job/MechJeb2-Dev/1339/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJeb2/MechJebLib/Core/ODE/Event.cs",
          "MechJeb2/MechJebModuleStageStats.cs",
          "MechJeb2/MechJebModuleWarpHelper.cs",
          "MechJeb2/MechJebModuleAttitudeController.cs",
          "MechJeb2/Maneuver/OperationAdvancedTransfer.cs",
          "MechJeb2/FlyingSim/SimulatedVessel.cs",
          "MechJeb2/MechJebModuleRoverController.cs",
          "MechJeb2/MechJebModuleDebugArrows.cs",
          "MechJeb2/MechJebModuleDockingAutopilot.cs",
          "MechJeb2/MechJebModuleDeployableController.cs",
          "MechJeb2/MechJebModuleLandingPredictions.cs",
          "MechJeb2/MechJebModuleTranslatron.cs",
          "MechJeb2/MechJebModuleSmartASS.cs",
          "MechJeb2/MechJebModuleRCSBalancer.cs",
          "MechJeb2/MechJebModuleRendezvousAutopilot.cs",
          "MechJeb2/MechJebLib/PVG/Optimizer.cs",
          "MechJeb2/MechJebModuleRCSController.cs",
          "MechJeb2/MechJebModuleMenu.cs",
          "MechJeb2/MechJebModuleCustomInfoWindow.cs",
          "MechJeb2/MechJebModuleSpaceplaneAutopilot.cs",
          "MechJeb2/MechJebLib/PVG/Phase.cs",
          "MechJeb2/VesselState.cs",
          "MechJeb2/FlyingSim/SimulatedPart.cs",
          "MechJeb2/MechJebModuleSettings.cs"
        ],
        "commitId" : "faf0377e96f2f3c19731d771d6e87980d49554f5",
        "timestamp" : 1698868809000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
          "fullName" : "lamont"
        },
        "authorEmail" : "lamont@scriptkiddie.org",
        "comment" : "Make fields readonly\u000a\u000aSigned-off-by: Lamont Granquist <lamont@scriptkiddie.org>\u000a",
        "date" : "2023-11-01 13:00:09 -0700",
        "id" : "faf0377e96f2f3c19731d771d6e87980d49554f5",
        "msg" : "Make fields readonly",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MechJeb2/Maneuver/OperationAdvancedTransfer.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleDockingAutopilot.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleRoverController.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleSettings.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleMenu.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleStageStats.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/FlyingSim/SimulatedPart.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleAttitudeController.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleTranslatron.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleCustomInfoWindow.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleRCSBalancer.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleRendezvousAutopilot.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebLib/Core/ODE/Event.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleRCSController.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleSmartASS.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleDebugArrows.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebLib/PVG/Phase.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleDeployableController.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleWarpHelper.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleSpaceplaneAutopilot.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleLandingPredictions.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/VesselState.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebLib/PVG/Optimizer.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/FlyingSim/SimulatedVessel.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJeb2/VesselState.cs"
        ],
        "commitId" : "a060fd799fd05742c9749ee1c65e585a24956d3a",
        "timestamp" : 1698868906000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
          "fullName" : "lamont"
        },
        "authorEmail" : "lamont@scriptkiddie.org",
        "comment" : "Use TryGetValue\u000a\u000aSigned-off-by: Lamont Granquist <lamont@scriptkiddie.org>\u000a",
        "date" : "2023-11-01 13:01:46 -0700",
        "id" : "a060fd799fd05742c9749ee1c65e585a24956d3a",
        "msg" : "Use TryGetValue",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MechJeb2/VesselState.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJeb2/VesselState.cs"
        ],
        "commitId" : "dad84bf0cb1127017ed2b9bd9ddef15126c4f56c",
        "timestamp" : 1698868944000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
          "fullName" : "lamont"
        },
        "authorEmail" : "lamont@scriptkiddie.org",
        "comment" : "Use TryAdd\u000a\u000aSigned-off-by: Lamont Granquist <lamont@scriptkiddie.org>\u000a",
        "date" : "2023-11-01 13:02:24 -0700",
        "id" : "dad84bf0cb1127017ed2b9bd9ddef15126c4f56c",
        "msg" : "Use TryAdd",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MechJeb2/VesselState.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJeb2/VesselState.cs",
          "MechJeb2/MechJebModuleAttitudeController.cs",
          "MechJeb2/MechJebModuleCustomInfoWindow.cs",
          "MechJeb2/MechJebModuleSpaceplaneAutopilot.cs",
          "MechJeb2/MechJebModuleRoverController.cs",
          "MechJeb2/MechJebModuleDebugArrows.cs"
        ],
        "commitId" : "088be36ba0a07a1607f4abfcad935759aa90d5ad",
        "timestamp" : 1698868998000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
          "fullName" : "lamont"
        },
        "authorEmail" : "lamont@scriptkiddie.org",
        "comment" : "Inline out variable declaration\u000a\u000aSigned-off-by: Lamont Granquist <lamont@scriptkiddie.org>\u000a",
        "date" : "2023-11-01 13:03:18 -0700",
        "id" : "088be36ba0a07a1607f4abfcad935759aa90d5ad",
        "msg" : "Inline out variable declaration",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleSpaceplaneAutopilot.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleAttitudeController.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/VesselState.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleRoverController.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleCustomInfoWindow.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleDebugArrows.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJebLibTest/PVGTests/AscentTests/Titan2Tests.cs",
          "MechJebLibTest/MathsTests/FunctionsTests.cs",
          "MechJebLibTest/ManeuversTests/TwoImpulseTransferTests.cs",
          "MechJebLibTest/PVGTests/Integrators/VacuumThrustIntegratorTests.cs"
        ],
        "commitId" : "824cb304253c24c5149c1691e1e30cee3cfa6a5c",
        "timestamp" : 1698869162000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
          "fullName" : "lamont"
        },
        "authorEmail" : "lamont@scriptkiddie.org",
        "comment" : "Remove unused local variables in Tests\u000a\u000aSigned-off-by: Lamont Granquist <lamont@scriptkiddie.org>\u000a",
        "date" : "2023-11-01 13:06:02 -0700",
        "id" : "824cb304253c24c5149c1691e1e30cee3cfa6a5c",
        "msg" : "Remove unused local variables in Tests",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/PVGTests/AscentTests/Titan2Tests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/PVGTests/Integrators/VacuumThrustIntegratorTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/ManeuversTests/TwoImpulseTransferTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/MathsTests/FunctionsTests.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJebLibTest/PVGTests/AscentTests/Titan2Tests.cs",
          "MechJeb2/VesselExtensions.cs"
        ],
        "commitId" : "e58d5d2e162ecbe669d4fc81319e0432f7e073ad",
        "timestamp" : 1698869248000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
          "fullName" : "lamont"
        },
        "authorEmail" : "lamont@scriptkiddie.org",
        "comment" : "Remove empty statements\u000a\u000aSigned-off-by: Lamont Granquist <lamont@scriptkiddie.org>\u000a",
        "date" : "2023-11-01 13:07:28 -0700",
        "id" : "e58d5d2e162ecbe669d4fc81319e0432f7e073ad",
        "msg" : "Remove empty statements",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/PVGTests/AscentTests/Titan2Tests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/VesselExtensions.cs"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
      "fullName" : "lamont"
    }
  ]
}