{
  "_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" : 1526,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "abb9c9b1b6a7243568b0b6867b9524b43f4ae8f2",
            "branch" : [
              {
                "SHA1" : "abb9c9b1b6a7243568b0b6867b9524b43f4ae8f2",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          },
          "revision" : {
            "SHA1" : "abb9c9b1b6a7243568b0b6867b9524b43f4ae8f2",
            "branch" : [
              {
                "SHA1" : "abb9c9b1b6a7243568b0b6867b9524b43f4ae8f2",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "abb9c9b1b6a7243568b0b6867b9524b43f4ae8f2",
        "branch" : [
          {
            "SHA1" : "abb9c9b1b6a7243568b0b6867b9524b43f4ae8f2",
            "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-1526.zip",
      "fileName" : "MechJeb2-2.15.1.0-1526.zip",
      "relativePath" : "MechJeb2-2.15.1.0-1526.zip"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1526",
  "duration" : 21564,
  "estimatedDuration" : 21689,
  "executor" : None,
  "fullDisplayName" : "MechJeb2-Dev #1526",
  "id" : "1526",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1526,
  "queueId" : 2437,
  "result" : "SUCCESS",
  "timestamp" : 1768164815970,
  "url" : "https://ksp.sarbian.com/jenkins/user/majiir/my-views/view/all/job/MechJeb2-Dev/1526/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJebLib/PSG/Phase.cs",
          "MechJebLib/PSG/Ascent.cs",
          "MechJebLib/PSG/AscentProblem.cs",
          "MechJebLib/PSG/AscentBuilder.cs",
          "MechJebLib/PSG/SolutionBuilder.cs",
          "MechJebLib/PSG/Optimizer.cs",
          "MechJebLib/PSG/AscentGuesser.cs",
          "MechJebLib/PSG/PhaseCollection.cs",
          "MechJebLibTest/PSGTests/AscentTests/Titan2Tests.cs",
          "MechJebLibTest/PSGTests/AscentTests/BuggyTests.cs",
          "MechJebLib/Utils/AutoDiff.cs"
        ],
        "commitId" : "703bf633d8d1d7c76193d8dc7e9cf98d8be8f8c6",
        "timestamp" : 1768164788000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
          "fullName" : "lamont"
        },
        "authorEmail" : "lamont@scriptkiddie.org",
        "comment" : "Clean up definition of a Phase\u000a\u000aMakes some of the state into derived expressions and better uses\u000amint/maxt and does a bunch of other code-cleanup.\u000a\u000aSigned-off-by: Lamont Granquist <lamont@scriptkiddie.org>\u000a",
        "date" : "2026-01-11 12:53:08 -0800",
        "id" : "703bf633d8d1d7c76193d8dc7e9cf98d8be8f8c6",
        "msg" : "Clean up definition of a Phase",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/AscentGuesser.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/PhaseCollection.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/Phase.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/Optimizer.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/PSGTests/AscentTests/BuggyTests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/SolutionBuilder.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/AscentProblem.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/PSGTests/AscentTests/Titan2Tests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/AscentBuilder.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/PSG/Ascent.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Utils/AutoDiff.cs"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
      "fullName" : "lamont"
    }
  ]
}