{
  "_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" : 1536,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "73b337349221843e71b1539da9be9634c04732b7",
            "branch" : [
              {
                "SHA1" : "73b337349221843e71b1539da9be9634c04732b7",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          },
          "revision" : {
            "SHA1" : "73b337349221843e71b1539da9be9634c04732b7",
            "branch" : [
              {
                "SHA1" : "73b337349221843e71b1539da9be9634c04732b7",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "73b337349221843e71b1539da9be9634c04732b7",
        "branch" : [
          {
            "SHA1" : "73b337349221843e71b1539da9be9634c04732b7",
            "name" : "refs/remotes/origin/dev"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/MuMech/MechJeb2.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "MechJeb2-2.15.1.0-1536.zip",
      "fileName" : "MechJeb2-2.15.1.0-1536.zip",
      "relativePath" : "MechJeb2-2.15.1.0-1536.zip"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1536",
  "duration" : 21376,
  "estimatedDuration" : 20933,
  "executor" : None,
  "fullDisplayName" : "MechJeb2-Dev #1536",
  "id" : "1536",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1536,
  "queueId" : 2478,
  "result" : "SUCCESS",
  "timestamp" : 1772212679169,
  "url" : "https://ksp.sarbian.com/jenkins/job/MechJeb2-Dev/1536/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJeb2/MechJebModuleAscentMenu.cs"
        ],
        "commitId" : "f9185c9b213b892129357b136f0a2fe0e3ae3a55",
        "timestamp" : 1771882509000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/mrev1995",
          "fullName" : "mrev1995"
        },
        "authorEmail" : "mrev1995@gmail.com",
        "comment" : "Fix the warning for hyperbolic target orbits\u000a\u000aHyperbolic orbits have an apoapis _radius_ <0; apoapsis _altitude_\u000abetween -MainBody.Radius and 0 is still elliptical. It is still wrong to\u000ahave the periapsis be greater than the apoapsis, though, but that is\u000ahandled by a different check (and shows a different warning message).\u000a",
        "date" : "2026-02-23 22:35:09 +0100",
        "id" : "f9185c9b213b892129357b136f0a2fe0e3ae3a55",
        "msg" : "Fix the warning for hyperbolic target orbits",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleAscentMenu.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJeb2/MechJebModulePSGGlueBall.cs"
        ],
        "commitId" : "f679d4d0bb8b88adb286383bc1805a8b46a1b1a6",
        "timestamp" : 1771882568000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/mrev1995",
          "fullName" : "mrev1995"
        },
        "authorEmail" : "mrev1995@gmail.com",
        "comment" : "Fix clamping of attach altitude\u000a\u000aIt should be between peR and apR (if apR > 0). Also clamp apR to be <0\u000aor >= peR.\u000a",
        "date" : "2026-02-23 22:36:08 +0100",
        "id" : "f679d4d0bb8b88adb286383bc1805a8b46a1b1a6",
        "msg" : "Fix clamping of attach altitude",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModulePSGGlueBall.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJebLib/PSG/AscentBuilder.cs"
        ],
        "commitId" : "3da86ba47858c6755dc7c6bd00a385df8c89c523",
        "timestamp" : 1771882621000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/mrev1995",
          "fullName" : "mrev1995"
        },
        "authorEmail" : "mrev1995@gmail.com",
        "comment" : "Ignore attach altitude if its checkbox is disabled\u000a\u000aPreviously, for circular orbits, the attach altitude was still used as\u000afinal radius for the terminal constraints, even if the attach altitude\u000acheckbox was _unticked_; it should be using the semi-major axis (or the\u000aperiapsis, or the apoapsis; all three are the same) of the orbit in that\u000acase. This causes the final orbit to be incorrect if the target orbit is\u000a(almost) circular.\u000a",
        "date" : "2026-02-23 22:37:01 +0100",
        "id" : "3da86ba47858c6755dc7c6bd00a385df8c89c523",
        "msg" : "Ignore attach altitude if its checkbox is disabled",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/AscentBuilder.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJeb2/MechJebModuleAscentMenu.cs"
        ],
        "commitId" : "53dfc3289babbd2e6b7e2fa6ed71ee58d44d1a4a",
        "timestamp" : 1771882727000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/mrev1995",
          "fullName" : "mrev1995"
        },
        "authorEmail" : "mrev1995@gmail.com",
        "comment" : "Warn when retrograde inclination requires dog-leg\u000a\u000aA retrograde near-equatorial orbit requires just as much of a dog-leg as\u000aa prograde near-equatorial orbit. Warn the user in the same way for\u000athose (possibly unreachable) orbits.\u000a",
        "date" : "2026-02-23 22:38:47 +0100",
        "id" : "53dfc3289babbd2e6b7e2fa6ed71ee58d44d1a4a",
        "msg" : "Warn when retrograde inclination requires dog-leg",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleAscentMenu.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJeb2/CachedLocalizer.cs",
          "MechJeb2/MechJebModuleAscentMenu.cs",
          "Localization/en-us.cfg"
        ],
        "commitId" : "b52b43b26f726c386d924b170010365fe9453265",
        "timestamp" : 1771883787000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/mrev1995",
          "fullName" : "mrev1995"
        },
        "authorEmail" : "mrev1995@gmail.com",
        "comment" : "Launch-into-plane target must be in the same SoI\u000a\u000aFor example; launch into the plane of Mars, when launching from Earth,\u000atakes Mars' inclination and LAN relative to the Sun; and launches to an\u000aorbit with that inclination and LAN relative to Earth. This does not\u000aresult in an orbit in the \"same plane as\" Mars (which is in fact\u000aphysically impossible).\u000a",
        "date" : "2026-02-23 22:56:27 +0100",
        "id" : "b52b43b26f726c386d924b170010365fe9453265",
        "msg" : "Launch-into-plane target must be in the same SoI",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MechJeb2/CachedLocalizer.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleAscentMenu.cs"
          },
          {
            "editType" : "edit",
            "file" : "Localization/en-us.cfg"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJebLib/PSG/AscentBuilder.cs"
        ],
        "commitId" : "ea92a8303784842ea80caad078bf631a07fa917a",
        "timestamp" : 1772212647000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
          "fullName" : "lamont"
        },
        "authorEmail" : "lamont@scriptkiddie.org",
        "comment" : "Slightly different fix for low eccentricity\u000a\u000aSigned-off-by: Lamont Granquist <lamont@scriptkiddie.org>\u000a",
        "date" : "2026-02-27 09:17:27 -0800",
        "id" : "ea92a8303784842ea80caad078bf631a07fa917a",
        "msg" : "Slightly different fix for low eccentricity",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/AscentBuilder.cs"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
      "fullName" : "lamont"
    },
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/mrev1995",
      "fullName" : "mrev1995"
    }
  ]
}