{
  "_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" : 1630,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "69911d4fb169d5e037b29f4d39ec1e2a070f84cb",
            "branch" : [
              {
                "SHA1" : "69911d4fb169d5e037b29f4d39ec1e2a070f84cb",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          },
          "revision" : {
            "SHA1" : "69911d4fb169d5e037b29f4d39ec1e2a070f84cb",
            "branch" : [
              {
                "SHA1" : "69911d4fb169d5e037b29f4d39ec1e2a070f84cb",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "69911d4fb169d5e037b29f4d39ec1e2a070f84cb",
        "branch" : [
          {
            "SHA1" : "69911d4fb169d5e037b29f4d39ec1e2a070f84cb",
            "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-1630.zip",
      "fileName" : "MechJeb2-2.15.1.0-1630.zip",
      "relativePath" : "MechJeb2-2.15.1.0-1630.zip"
    }
  ],
  "building" : false,
  "description" : null,
  "displayName" : "#1630",
  "duration" : 28854,
  "estimatedDuration" : 27527,
  "executor" : null,
  "fullDisplayName" : "MechJeb2-Dev #1630",
  "id" : "1630",
  "inProgress" : false,
  "keepLog" : false,
  "number" : 1630,
  "queueId" : 14,
  "result" : "SUCCESS",
  "timestamp" : 1779501384972,
  "url" : "https://ksp.sarbian.com/jenkins/user/blowfishpro/my-views/view/All/job/MechJeb2-Dev/1630/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJebLib/Utils/Statics.cs",
          "MechJebLibTest/ManeuversTests/ReturnFromMoonTests.cs",
          "MechJebLibTest/StaticTests.cs",
          "MechJebLibTest/FunctionsTests/KeplerianFromStateVectorsCircularTests.cs",
          "MechJebLibTest/FunctionsTests/KeplerianFromStateVectorsRetrogradeCoverageTests.cs",
          "MechJebLibTest/FunctionsTests/KeplerianFromStateVectorsTests.cs",
          "MechJebLibTest/FunctionsTests.cs",
          "MechJebLib/Functions/Astro.cs",
          "MechJebLibTest/FunctionsTests/KeplerianFromStateVectorsAccuracyTests.cs"
        ],
        "commitId" : "4851e88f9cc61293cabf51db590b9928a6d4899d",
        "timestamp" : 1779501103000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
          "fullName" : "lamont"
        },
        "authorEmail" : "lamont@scriptkiddie.org",
        "comment" : "KeplerianFromStateVectors() improvements\u000a\u000aFixes my janky method of dealing with retrograde orbits by properly\u000ausing retrograde equinoctial elements for retrograde cases.\u000a\u000aAdds quite a few tests.\u000a\u000aFixes the random forward-and-back tests to be pseudo-random to eliminate any\u000apseudo-random failures.\u000a\u000aFixed an issue in Clamp2Pi that could result in small negative values\u000aannoying returning exactly 2Pi instead of [0,2Pi)\u000a\u000aNow using an exact EPS value instead of the one I historically had been\u000ausing for years that was rounded off to be slightly too small.\u000a",
        "date" : "2026-05-22 18:51:43 -0700",
        "id" : "4851e88f9cc61293cabf51db590b9928a6d4899d",
        "msg" : "KeplerianFromStateVectors() improvements",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MechJebLib/Utils/Statics.cs"
          },
          {
            "editType" : "add",
            "file" : "MechJebLibTest/FunctionsTests/KeplerianFromStateVectorsCircularTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Functions/Astro.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/FunctionsTests.cs"
          },
          {
            "editType" : "add",
            "file" : "MechJebLibTest/FunctionsTests/KeplerianFromStateVectorsRetrogradeCoverageTests.cs"
          },
          {
            "editType" : "add",
            "file" : "MechJebLibTest/FunctionsTests/KeplerianFromStateVectorsAccuracyTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/StaticTests.cs"
          },
          {
            "editType" : "add",
            "file" : "MechJebLibTest/FunctionsTests/KeplerianFromStateVectorsTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/ManeuversTests/ReturnFromMoonTests.cs"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
      "fullName" : "lamont"
    }
  ]
}