{
  "_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" : 1428,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "fdb25650bd4c924e87145a47537e472d27d60f39",
            "branch" : [
              {
                "SHA1" : "fdb25650bd4c924e87145a47537e472d27d60f39",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          },
          "revision" : {
            "SHA1" : "fdb25650bd4c924e87145a47537e472d27d60f39",
            "branch" : [
              {
                "SHA1" : "fdb25650bd4c924e87145a47537e472d27d60f39",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "fdb25650bd4c924e87145a47537e472d27d60f39",
        "branch" : [
          {
            "SHA1" : "fdb25650bd4c924e87145a47537e472d27d60f39",
            "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-1428.zip",
      "fileName" : "MechJeb2-2.14.3.0-1428.zip",
      "relativePath" : "MechJeb2-2.14.3.0-1428.zip"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1428",
  "duration" : 20285,
  "estimatedDuration" : 20942,
  "executor" : None,
  "fullDisplayName" : "MechJeb2-Dev #1428",
  "id" : "1428",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1428,
  "queueId" : 2025,
  "result" : "SUCCESS",
  "timestamp" : 1745556853805,
  "url" : "https://ksp.sarbian.com/jenkins/user/momtchil/my-views/view/all/job/MechJeb2-Dev/1428/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJeb2/MechJebModuleWarpHelper.cs",
          ".idea/.idea.MechJeb2/.idea/projectSettingsUpdater.xml",
          "MechJeb2/OrbitExtensions.cs",
          "MechJebLib/MechJebLib.csproj",
          "MechJeb2/VesselState.cs",
          "MechJeb2.sln.DotSettings",
          "MechJebLib/Rootfinding/BrentRoot.cs",
          "MechJeb2/MechJebModuleInfoItems.cs",
          "MechJebLibTest/FunctionsTests.cs",
          "MechJebLib/FunctionImpls/RealSuicideBurnCalc.cs",
          "MechJebLib/Functions/Astro.cs"
        ],
        "commitId" : "ff69e9322e2676bb63cfc841513fd6fe6def0292",
        "timestamp" : 1745556524000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
          "fullName" : "lamont"
        },
        "authorEmail" : "lamont@scriptkiddie.org",
        "comment" : "Fix Suicide Burntime calculation\u000a\u000aThis is an analytic function (inside a root solver) which assumes\u000aconstant twr and flat constant surface gravity.\u000a\u000aIt will not be perfect, but it should be 'safe' in that if you\u000astart your burn before zero you should not collide with the surface.\u000a\u000aIt tries to accurately predict the height of the terrain at the predicted\u000adownrange burnout point, but extremely rugged terrain (e.g. cliffs)\u000amay void this warranty.\u000a\u000aSigned-off-by: Lamont Granquist <lamont@scriptkiddie.org>\u000a",
        "date" : "2025-04-24 21:48:44 -0700",
        "id" : "ff69e9322e2676bb63cfc841513fd6fe6def0292",
        "msg" : "Fix Suicide Burntime calculation",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MechJeb2/VesselState.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2.sln.DotSettings"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/MechJebLib.csproj"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleInfoItems.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/OrbitExtensions.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Rootfinding/BrentRoot.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Functions/Astro.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/FunctionsTests.cs"
          },
          {
            "editType" : "edit",
            "file" : ".idea/.idea.MechJeb2/.idea/projectSettingsUpdater.xml"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleWarpHelper.cs"
          },
          {
            "editType" : "add",
            "file" : "MechJebLib/FunctionImpls/RealSuicideBurnCalc.cs"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
      "fullName" : "lamont"
    }
  ]
}