{
  "_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" : 1655,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "f153e5d9753b86d38eaafe47fb61c9af7e8c2da5",
            "branch" : [
              {
                "SHA1" : "f153e5d9753b86d38eaafe47fb61c9af7e8c2da5",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f153e5d9753b86d38eaafe47fb61c9af7e8c2da5",
            "branch" : [
              {
                "SHA1" : "f153e5d9753b86d38eaafe47fb61c9af7e8c2da5",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "f153e5d9753b86d38eaafe47fb61c9af7e8c2da5",
        "branch" : [
          {
            "SHA1" : "f153e5d9753b86d38eaafe47fb61c9af7e8c2da5",
            "name" : "refs/remotes/origin/dev"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/MuMech/MechJeb2.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "MechJeb2-2.16.0.0-1655.zip",
      "fileName" : "MechJeb2-2.16.0.0-1655.zip",
      "relativePath" : "MechJeb2-2.16.0.0-1655.zip"
    }
  ],
  "building" : false,
  "description" : null,
  "displayName" : "#1655",
  "duration" : 28456,
  "estimatedDuration" : 29838,
  "executor" : null,
  "fullDisplayName" : "MechJeb2-Dev #1655",
  "id" : "1655",
  "inProgress" : false,
  "keepLog" : false,
  "number" : 1655,
  "queueId" : 115,
  "result" : "SUCCESS",
  "timestamp" : 1781486447487,
  "url" : "https://ksp.sarbian.com/jenkins/job/MechJeb2-Dev/1655/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJeb2/MechJebModuleThrustController.cs"
        ],
        "commitId" : "ee9d395c55c20b87ef344eb50fa46b7ac30f3f31",
        "timestamp" : 1781485082000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
          "fullName" : "lamont"
        },
        "authorEmail" : "lamont@scriptkiddie.org",
        "comment" : "Add some comments about ThrustController behavior\u000a\u000aThis module is weird because it always-runs the limiters via\u000athe self-subscribe by design.\u000a\u000aFor kOS users they need to turn off all the limiters in order to\u000aeffectively disable the module.\u000a",
        "date" : "2026-06-14 17:58:02 -0700",
        "id" : "ee9d395c55c20b87ef344eb50fa46b7ac30f3f31",
        "msg" : "Add some comments about ThrustController behavior",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleThrustController.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJebKos/Addon.cs",
          "MechJeb2/MechJebModuleDeployableAntennaController.cs",
          "MechJebKos/AntennaControllerBinding.cs",
          "MechJeb2/MechJebModuleDeployableController.cs",
          "MechJebKos/DeployableControllerBinding.cs",
          "MechJeb2/MechJebModuleSolarPanelController.cs",
          "MechJebKos/SolarPanelControllerBinding.cs"
        ],
        "commitId" : "5a008be8e443f46b79fb25341264268ad558d9c8",
        "timestamp" : 1781486288000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
          "fullName" : "lamont"
        },
        "authorEmail" : "lamont@scriptkiddie.org",
        "comment" : "kOS: add antenna + solar panel controllers\u000a\u000a- Some cleanup (possibly breaking) of the MJ modules\u000a",
        "date" : "2026-06-14 18:18:08 -0700",
        "id" : "5a008be8e443f46b79fb25341264268ad558d9c8",
        "msg" : "kOS: add antenna + solar panel controllers",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleDeployableAntennaController.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleSolarPanelController.cs"
          },
          {
            "editType" : "add",
            "file" : "MechJebKos/AntennaControllerBinding.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJeb2/MechJebModuleDeployableController.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebKos/Addon.cs"
          },
          {
            "editType" : "add",
            "file" : "MechJebKos/DeployableControllerBinding.cs"
          },
          {
            "editType" : "add",
            "file" : "MechJebKos/SolarPanelControllerBinding.cs"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
      "fullName" : "lamont"
    }
  ]
}