{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/dev" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 97,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "17db11ababdc27a2547ec406a34083856ee710e0",
            "branch" : [
              {
                "SHA1" : "17db11ababdc27a2547ec406a34083856ee710e0",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          },
          "revision" : {
            "SHA1" : "17db11ababdc27a2547ec406a34083856ee710e0",
            "branch" : [
              {
                "SHA1" : "17db11ababdc27a2547ec406a34083856ee710e0",
                "name" : "refs/remotes/origin/dev"
              }
            ]
          }
        },
        "origin/dev" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "240ac1d5f115b800a9956491bd151b633b12acc6",
            "branch" : [
              {
                "SHA1" : "240ac1d5f115b800a9956491bd151b633b12acc6",
                "name" : "origin/dev"
              }
            ]
          },
          "revision" : {
            "SHA1" : "240ac1d5f115b800a9956491bd151b633b12acc6",
            "branch" : [
              {
                "SHA1" : "240ac1d5f115b800a9956491bd151b633b12acc6",
                "name" : "origin/dev"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "17db11ababdc27a2547ec406a34083856ee710e0",
        "branch" : [
          {
            "SHA1" : "17db11ababdc27a2547ec406a34083856ee710e0",
            "name" : "refs/remotes/origin/dev"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/S-C-A-N/SCANsat.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#97",
  "duration" : 694,
  "estimatedDuration" : 3394,
  "executor" : None,
  "fullDisplayName" : "SCANsat-dev #97",
  "id" : "97",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 97,
  "queueId" : 2213,
  "result" : "FAILURE",
  "timestamp" : 1757945888550,
  "url" : "https://ksp.sarbian.com/jenkins/user/mrev1995/my-views/view/all/job/SCANsat-dev/97/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "SCANsat/SCANmainMenuLoader.cs",
          "SCANsat/SCANreflection.cs",
          "SCANsat/SCAN_Reflection/SCANkopernicus.cs",
          "SCANsat/SCAN_Reflection/SCANfinePrint.cs",
          "SCANsat/SCANcontroller.cs",
          "SCANsat/SCAN_Data/SCANwaypoint.cs"
        ],
        "commitId" : "de9b9255ab9a195b7f4129c75e8242f6c1d2953e",
        "timestamp" : 1757945494000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/jonnyothan",
          "fullName" : "jonnyothan"
        },
        "authorEmail" : "jonnyothan@gmail.com",
        "comment" : "refactor reflection code into separate files per mod\u000a",
        "date" : "2025-09-15 10:11:34 -0400",
        "id" : "de9b9255ab9a195b7f4129c75e8242f6c1d2953e",
        "msg" : "refactor reflection code into separate files per mod",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "SCANsat/SCANcontroller.cs"
          },
          {
            "editType" : "delete",
            "file" : "SCANsat/SCANreflection.cs"
          },
          {
            "editType" : "edit",
            "file" : "SCANsat/SCAN_Data/SCANwaypoint.cs"
          },
          {
            "editType" : "add",
            "file" : "SCANsat/SCAN_Reflection/SCANkopernicus.cs"
          },
          {
            "editType" : "add",
            "file" : "SCANsat/SCAN_Reflection/SCANfinePrint.cs"
          },
          {
            "editType" : "edit",
            "file" : "SCANsat/SCANmainMenuLoader.cs"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "SCANsat/SCAN_Data/SCANwaypoint.cs",
          "SCANsat/SCANmainMenuLoader.cs",
          "SCANsat/SCAN_Reflection/SCANfinePrint.cs"
        ],
        "commitId" : "17db11ababdc27a2547ec406a34083856ee710e0",
        "timestamp" : 1757945804000,
        "author" : {
          "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/jonnyothan",
          "fullName" : "jonnyothan"
        },
        "authorEmail" : "jonnyothan@gmail.com",
        "comment" : "refactor fineprint reflection a bit\u000a",
        "date" : "2025-09-15 10:16:44 -0400",
        "id" : "17db11ababdc27a2547ec406a34083856ee710e0",
        "msg" : "refactor fineprint reflection a bit",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "SCANsat/SCAN_Data/SCANwaypoint.cs"
          },
          {
            "editType" : "edit",
            "file" : "SCANsat/SCAN_Reflection/SCANfinePrint.cs"
          },
          {
            "editType" : "edit",
            "file" : "SCANsat/SCANmainMenuLoader.cs"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/noreply",
      "fullName" : "noreply"
    },
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/dmagic",
      "fullName" : "dmagic"
    },
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/david.grandy",
      "fullName" : "david.grandy"
    },
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/cadderley",
      "fullName" : "cadderley"
    },
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/amazing-wood",
      "fullName" : "amazing-wood"
    },
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/vincent.privat",
      "fullName" : "vincent.privat"
    },
    {
      "absoluteUrl" : "https://ksp.sarbian.com/jenkins/user/jonnyothan",
      "fullName" : "jonnyothan"
    }
  ]
}