{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_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" : 1492,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2e177d50fe14aad36bd19c2b4e964176434d40ec",
            "branch" : [
              {
                "SHA1" : "2e177d50fe14aad36bd19c2b4e964176434d40ec",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2e177d50fe14aad36bd19c2b4e964176434d40ec",
            "branch" : [
              {
                "SHA1" : "2e177d50fe14aad36bd19c2b4e964176434d40ec",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "2e177d50fe14aad36bd19c2b4e964176434d40ec",
        "branch" : [
          {
            "SHA1" : "2e177d50fe14aad36bd19c2b4e964176434d40ec",
            "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-1492.zip",
      "fileName" : "MechJeb2-2.15.1.0-1492.zip",
      "relativePath" : "MechJeb2-2.15.1.0-1492.zip"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1492",
  "duration" : 21058,
  "estimatedDuration" : 20842,
  "executor" : None,
  "fullDisplayName" : "MechJeb2-Dev #1492",
  "id" : "1492",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1492,
  "queueId" : 2301,
  "result" : "SUCCESS",
  "timestamp" : 1766112424511,
  "url" : "https://ksp.sarbian.com/jenkins/user/rodgerjss/my-views/view/all/job/MechJeb2-Dev/1492/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJeb2/MechJebModuleAscentBaseAutopilot.cs"
        ],
        "commitId" : "836cda71b82692b52e785ee770e5aa54ae095969",
        "timestamp" : 1766069250000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/mrev1995",
          "fullName" : "mrev1995"
        },
        "authorEmail" : "mrev1995@gmail.com",
        "comment" : "Fix Classic Ascent with sliders fully left\u000a\u000aIt sometimes takes a few ticks before the base game updates the vessel's\u000asituation. This means that `VerticalHeadingTo` will disable the\u000aactuation controls during this time.\u000a\u000aIf the vessel switches from `VERTICAL_ASCENT` to `GRAVITY_TURN` before\u000athe situation changes, the actuation controls never get re-enabled\u000a(`VerticalHeadingTo` never gets called while, according to the game, the\u000avessel has lifted off). This can happen if the pitch start velocity is\u000avery small, for example if the auto-turn velocity slider is all the way\u000ato the left.\u000a\u000aThis change makes sure that the actuation controls also get enabled\u000aproperly while in the `GRAVITY_TURN` phase of flight, by enabling the\u000aactuation controls at the same time as the axis controls in the\u000a`AttitudeTo` method.\u000a\u000aFixes the root cause of the problem in #2025.\u000a",
        "date" : "2025-12-18 15:47:30 +0100",
        "id" : "836cda71b82692b52e785ee770e5aa54ae095969",
        "msg" : "Fix Classic Ascent with sliders fully left",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleAscentBaseAutopilot.cs"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/mrev1995",
      "fullName" : "mrev1995"
    }
  ]
}