{
  "_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" : 1617,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "fbc1c76ba3a88243d417c394b66d6d4c086a77b9",
            "branch" : [
              {
                "SHA1" : "fbc1c76ba3a88243d417c394b66d6d4c086a77b9",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          },
          "revision" : {
            "SHA1" : "fbc1c76ba3a88243d417c394b66d6d4c086a77b9",
            "branch" : [
              {
                "SHA1" : "fbc1c76ba3a88243d417c394b66d6d4c086a77b9",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "fbc1c76ba3a88243d417c394b66d6d4c086a77b9",
        "branch" : [
          {
            "SHA1" : "fbc1c76ba3a88243d417c394b66d6d4c086a77b9",
            "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-1617.zip",
      "fileName" : "MechJeb2-2.15.1.0-1617.zip",
      "relativePath" : "MechJeb2-2.15.1.0-1617.zip"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1617",
  "duration" : 30654,
  "estimatedDuration" : 29367,
  "executor" : None,
  "fullDisplayName" : "MechJeb2-Dev #1617",
  "id" : "1617",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1617,
  "queueId" : 2805,
  "result" : "SUCCESS",
  "timestamp" : 1778951836842,
  "url" : "https://ksp.sarbian.com/jenkins/job/MechJeb2-Dev/1617/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJebLibTest/ODETests/BS3Tests.cs",
          "MechJebLib/ODE/DenseOutput.cs",
          "MechJebLibTest/ODETests/Tsit5Tests.cs",
          "MechJebLibTest/ODETests/DP5Tests.cs",
          "MechJebLib/ODE/AbstractIVP.cs"
        ],
        "commitId" : "01771fefc0759e4c6b0c099a6ab6310677443a73",
        "timestamp" : 1778950390000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
          "fullName" : "lamont"
        },
        "authorEmail" : "lamont@scriptkiddie.org",
        "comment" : "Fix handling of interpolants after ODE terminating events\u000a",
        "date" : "2026-05-16 09:53:10 -0700",
        "id" : "01771fefc0759e4c6b0c099a6ab6310677443a73",
        "msg" : "Fix handling of interpolants after ODE terminating events",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/ODETests/BS3Tests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/ODE/DenseOutput.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/ODETests/Tsit5Tests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/ODE/AbstractIVP.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/ODETests/DP5Tests.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJebLib/ODE/DenseOutput.cs"
        ],
        "commitId" : "abe63f05d236b740fce096ec9426d7abcb069ebc",
        "timestamp" : 1778951214000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
          "fullName" : "lamont"
        },
        "authorEmail" : "lamont@scriptkiddie.org",
        "comment" : "Rename _minT/_maxT to _firstT/_lastT\u000a\u000aAdd some comments to hopefully help myself in the future about\u000athe whole design.\u000a",
        "date" : "2026-05-16 10:06:54 -0700",
        "id" : "abe63f05d236b740fce096ec9426d7abcb069ebc",
        "msg" : "Rename _minT/_maxT to _firstT/_lastT",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MechJebLib/ODE/DenseOutput.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJebLib/ODE/DP8.cs",
          "MechJebLibTest/ODETests/BS3Tests.cs",
          "MechJebLib/ODE/DenseOutput.cs",
          "MechJebLib/ODE/DenseNode.cs"
        ],
        "commitId" : "a710495780f26e68b5808b1c455cff3a9bd97c84",
        "timestamp" : 1778951868000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
          "fullName" : "lamont"
        },
        "authorEmail" : "lamont@scriptkiddie.org",
        "comment" : "code cleanup\u000a",
        "date" : "2026-05-16 10:17:48 -0700",
        "id" : "a710495780f26e68b5808b1c455cff3a9bd97c84",
        "msg" : "code cleanup",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "MechJebLib/ODE/DP8.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/ODE/DenseOutput.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/ODETests/BS3Tests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/ODE/DenseNode.cs"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
      "fullName" : "lamont"
    }
  ]
}