{
  "_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" : 1466,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "9ed4f227a51b58432268e204abe0098f1db6f26b",
            "branch" : [
              {
                "SHA1" : "9ed4f227a51b58432268e204abe0098f1db6f26b",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          },
          "revision" : {
            "SHA1" : "9ed4f227a51b58432268e204abe0098f1db6f26b",
            "branch" : [
              {
                "SHA1" : "9ed4f227a51b58432268e204abe0098f1db6f26b",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "9ed4f227a51b58432268e204abe0098f1db6f26b",
        "branch" : [
          {
            "SHA1" : "9ed4f227a51b58432268e204abe0098f1db6f26b",
            "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-1466.zip",
      "fileName" : "MechJeb2-2.14.3.0-1466.zip",
      "relativePath" : "MechJeb2-2.14.3.0-1466.zip"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1466",
  "duration" : 20692,
  "estimatedDuration" : 20942,
  "executor" : None,
  "fullDisplayName" : "MechJeb2-Dev #1466",
  "id" : "1466",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1466,
  "queueId" : 2178,
  "result" : "SUCCESS",
  "timestamp" : 1755371249994,
  "url" : "https://ksp.sarbian.com/jenkins/user/mrev1995/my-views/view/all/job/MechJeb2-Dev/1466/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "MechJebLibTest/MechJebLibTest.csproj",
          "MechJebLibTest/Primitives/V3Tests/MagnitudeNormalizationTests.cs",
          "MechJebLibTest/Primitives/V3Tests.cs",
          "MechJebLibTest/Structs/Q3Tests.cs",
          "MechJebLibTest/Primitives/M3Tests.cs",
          "MechJebLibTest/Structs/V3Tests.cs",
          "MechJebLibTest/Structs/HTests.cs",
          "MechJebLibTest/Primitives/Q3Tests.cs",
          "MechJebLibTest/Primitives/V3Tests/ConstantDirectionalVectorTests.cs",
          "MechJebLibTest/Structs/M3Tests.cs",
          "MechJebLibTest/Primitives/HTests.cs",
          "MechJebLibTest/Primitives/V3Tests/ConstructorAccessorTests.cs",
          "MechJebLib/Primitives/V3.cs"
        ],
        "commitId" : "f8b777dac084920d27da4af12dca1ac5fec40a94",
        "timestamp" : 1755371184000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
          "fullName" : "lamont"
        },
        "authorEmail" : "lamont@scriptkiddie.org",
        "comment" : "Better Test for V3 APIs\u000a\u000a- fixes overflow bug in ClampMagnitude()\u000a",
        "date" : "2025-08-16 12:06:24 -0700",
        "id" : "f8b777dac084920d27da4af12dca1ac5fec40a94",
        "msg" : "Better Test for V3 APIs",
        "paths" : [
          {
            "editType" : "add",
            "file" : "MechJebLibTest/Primitives/V3Tests/ConstantDirectionalVectorTests.cs"
          },
          {
            "editType" : "delete",
            "file" : "MechJebLibTest/Structs/V3Tests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLibTest/MechJebLibTest.csproj"
          },
          {
            "editType" : "delete",
            "file" : "MechJebLibTest/Structs/HTests.cs"
          },
          {
            "editType" : "delete",
            "file" : "MechJebLibTest/Structs/Q3Tests.cs"
          },
          {
            "editType" : "add",
            "file" : "MechJebLibTest/Primitives/HTests.cs"
          },
          {
            "editType" : "add",
            "file" : "MechJebLibTest/Primitives/V3Tests.cs"
          },
          {
            "editType" : "add",
            "file" : "MechJebLibTest/Primitives/V3Tests/ConstructorAccessorTests.cs"
          },
          {
            "editType" : "add",
            "file" : "MechJebLibTest/Primitives/V3Tests/MagnitudeNormalizationTests.cs"
          },
          {
            "editType" : "add",
            "file" : "MechJebLibTest/Primitives/M3Tests.cs"
          },
          {
            "editType" : "add",
            "file" : "MechJebLibTest/Primitives/Q3Tests.cs"
          },
          {
            "editType" : "edit",
            "file" : "MechJebLib/Primitives/V3.cs"
          },
          {
            "editType" : "delete",
            "file" : "MechJebLibTest/Structs/M3Tests.cs"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/lamont",
      "fullName" : "lamont"
    }
  ]
}