{
  "_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" : 1288,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "46ca2e3bed170769178fb98c60d9c374c9d8d17e",
            "branch" : [
              {
                "SHA1" : "46ca2e3bed170769178fb98c60d9c374c9d8d17e",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          },
          "revision" : {
            "SHA1" : "46ca2e3bed170769178fb98c60d9c374c9d8d17e",
            "branch" : [
              {
                "SHA1" : "46ca2e3bed170769178fb98c60d9c374c9d8d17e",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "46ca2e3bed170769178fb98c60d9c374c9d8d17e",
        "branch" : [
          {
            "SHA1" : "46ca2e3bed170769178fb98c60d9c374c9d8d17e",
            "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-1288.zip",
      "fileName" : "MechJeb2-2.14.3.0-1288.zip",
      "relativePath" : "MechJeb2-2.14.3.0-1288.zip"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1288",
  "duration" : 14699,
  "estimatedDuration" : 20942,
  "executor" : None,
  "fullDisplayName" : "MechJeb2-Dev #1288",
  "id" : "1288",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1288,
  "queueId" : 1492,
  "result" : "SUCCESS",
  "timestamp" : 1693003798743,
  "url" : "https://ksp.sarbian.com/jenkins/user/mrev1995/my-views/view/all/job/MechJeb2-Dev/1288/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJeb2/MechJebLib/Maneuvers/Simple.cs",
          "MechJebLibTest/MechJebLibTest.csproj",
          "MechJeb2/MechJebLib/Primitives/Dual.cs",
          "MechJeb2/MechJebLib/Core/Functions/Maneuvers.cs",
          "MechJebLibTest/Maneuvers/ReturnFromMoonTests.cs",
          "MechJebLibTest/Maths/FunctionsTests.cs",
          "MechJebLibTest/Maneuvers/Simple.cs",
          "MechJeb2/MechJebLib/Maneuvers/ChangeOrbitalElement.cs",
          "MechJeb2/MechJebLib/Core/Maths.cs",
          "MechJeb2/MechJebLib/Maneuvers/ReturnFromMoon.cs",
          "MechJebLibTest/Maneuvers/ChangeOrbitalElementTests.cs",
          "MechJeb2/MechJeb2.csproj"
        ],
        "commitId" : "d78272af5589a7c6e5ca9052bc5cc86e9474551e",
        "timestamp" : 1693003513000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
          "fullName" : "lamont"
        },
        "authorEmail" : "lamont@scriptkiddie.org",
        "comment" : "More ReturnFromMoon cleanup\u000a\u000aBunch of reorganization of the files and now the test files match\u000aup better.\u000a\u000aMuch better construction of a nearly-feasible initial guess that\u000ahelps to minimize the errors at the initial point.\u000a\u000aSigned-off-by: Lamont Granquist <lamont@scriptkiddie.org>\u000a",
        "date" : "2023-08-25 15:45:13 -0700",
        "id" : "d78272af5589a7c6e5ca9052bc5cc86e9474551e",
        "msg" : "More ReturnFromMoon cleanup",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebLib/Primitives/Dual.cs"
          },
          {
            "editType" : "add",
            "file" : "MechJeb2/MechJebLib/Maneuvers/Simple.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebLib/Core/Functions/Maneuvers.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/MechJebLibTest.csproj"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebLib/Maneuvers/ReturnFromMoon.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebLib/Maneuvers/ChangeOrbitalElement.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebLib/Core/Maths.cs"
          },
          {
            "editType" : "add",
            "file" : "MechJebLibTest/Maneuvers/ChangeOrbitalElementTests.cs"
          },
          {
            "editType" : "add",
            "file" : "MechJebLibTest/Maneuvers/ReturnFromMoonTests.cs"
          },
          {
            "editType" : "add",
            "file" : "MechJebLibTest/Maneuvers/Simple.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJeb2.csproj"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/Maths/FunctionsTests.cs"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
      "fullName" : "lamont"
    }
  ]
}