{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.TimerTrigger$TimerTriggerCause",
          "shortDescription" : "Started by timer"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 78,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "52dcf158e754bd3a0ff7bba41a8cb07351ad6d92",
            "branch" : [
              {
                "SHA1" : "52dcf158e754bd3a0ff7bba41a8cb07351ad6d92",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "52dcf158e754bd3a0ff7bba41a8cb07351ad6d92",
            "branch" : [
              {
                "SHA1" : "52dcf158e754bd3a0ff7bba41a8cb07351ad6d92",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "52dcf158e754bd3a0ff7bba41a8cb07351ad6d92",
        "branch" : [
          {
            "SHA1" : "52dcf158e754bd3a0ff7bba41a8cb07351ad6d92",
            "name" : "refs/remotes/origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "git@github.com:ISSMteam/ISSM.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#78",
  "duration" : 9414977,
  "estimatedDuration" : 6597589,
  "executor" : None,
  "fullDisplayName" : "Windows - Binaries - MATLAB #78",
  "id" : "78",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 78,
  "queueId" : 2162,
  "result" : "SUCCESS",
  "timestamp" : 1762427100121,
  "url" : "https://ross.ics.uci.edu/jenkins/view/Windows/job/Windows-Binaries-MATLAB/78/",
  "builtOn" : "Windows_10-MSYS2-MinGW-VM",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/c/classes/Elements/Tria.cpp"
        ],
        "commitId" : "5d0299a51988f590c0d0f590a7706081d2c08b44",
        "timestamp" : 1761941624000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mmorligh",
          "fullName" : "Mathieu Morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: make sure thickness remains >=1\"\u000a",
        "date" : "2025-10-31 16:13:44 -0400",
        "id" : "5d0299a51988f590c0d0f590a7706081d2c08b44",
        "msg" : "CHG: make sure thickness remains >=1\"",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/classes/Elements/Tria.cpp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".github/workflows/common-workflow.yml"
        ],
        "commitId" : "364a9dfb5c164b12eeb6969122a0e22a3e01140b",
        "timestamp" : 1762016790000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/34657535+tidbitsoftware",
          "fullName" : "34657535+TidbitSoftware"
        },
        "authorEmail" : "34657535+TidbitSoftware@users.noreply.github.com",
        "comment" : "Update common-workflow.yml\u000a\u000aCleanup unnecessary packages and apps from GitHub Runner\u000a",
        "date" : "2025-11-01 10:06:30 -0700",
        "id" : "364a9dfb5c164b12eeb6969122a0e22a3e01140b",
        "msg" : "Update common-workflow.yml",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".github/workflows/common-workflow.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/c/classes/Node.h",
          "src/c/classes/Node.cpp",
          "src/c/classes/Elements/Element.cpp",
          "src/c/classes/Vertex.cpp",
          "src/c/classes/Elements/Element.h",
          "src/c/analyses/StressbalanceAnalysis.cpp"
        ],
        "commitId" : "415bd77250e717d28c3a7f47bcb1c076e0e67c02",
        "timestamp" : 1762199638000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mmorligh",
          "fullName" : "Mathieu Morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: fixing multiple INS_VAL that adjointpetsc is complaining about\u000a",
        "date" : "2025-11-03 14:53:58 -0500",
        "id" : "415bd77250e717d28c3a7f47bcb1c076e0e67c02",
        "msg" : "CHG: fixing multiple INS_VAL that adjointpetsc is complaining about",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/classes/Node.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/Node.h"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/Elements/Element.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/Vertex.cpp"
          },
          {
            "editType" : "edit",
            "file" : "src/c/classes/Elements/Element.h"
          },
          {
            "editType" : "edit",
            "file" : "src/c/analyses/StressbalanceAnalysis.cpp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/c/classes/Vertex.cpp"
        ],
        "commitId" : "ab8406cfe8e4e35b66ecc750baee72850a83961b",
        "timestamp" : 1762201180000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mmorligh",
          "fullName" : "Mathieu Morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "BUG: do not skip if vertex is clone\u000a",
        "date" : "2025-11-03 15:19:40 -0500",
        "id" : "ab8406cfe8e4e35b66ecc750baee72850a83961b",
        "msg" : "BUG: do not skip if vertex is clone",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/classes/Vertex.cpp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/c/classes/Elements/Element.cpp"
        ],
        "commitId" : "f845eb863bcaa8b532c128db92aeabd0fccf000e",
        "timestamp" : 1762369094000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mmorligh",
          "fullName" : "Mathieu Morlighem"
        },
        "authorEmail" : "mathieu.morlighem@gmail.com",
        "comment" : "CHG: avoid multiple insert when getting solution from inputs\u000a",
        "date" : "2025-11-05 13:58:14 -0500",
        "id" : "f845eb863bcaa8b532c128db92aeabd0fccf000e",
        "msg" : "CHG: avoid multiple insert when getting solution from inputs",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/c/classes/Elements/Element.cpp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/classes/clusters/gadi.py"
        ],
        "commitId" : "a4036758c9bdfd4e402ccd4ad5993730b670d082",
        "timestamp" : 1762395846000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/94345578+justinh2002",
          "fullName" : "94345578+justinh2002"
        },
        "authorEmail" : "94345578+justinh2002@users.noreply.github.com",
        "comment" : "Update gadi cluster for more universal use\u000a",
        "date" : "2025-11-06 13:24:06 +1100",
        "id" : "a4036758c9bdfd4e402ccd4ad5993730b670d082",
        "msg" : "Update gadi cluster for more universal use",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/classes/clusters/gadi.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/classes/clusters/gadi.py"
        ],
        "commitId" : "52dcf158e754bd3a0ff7bba41a8cb07351ad6d92",
        "timestamp" : 1762395846000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/94345578+justinh2002",
          "fullName" : "94345578+justinh2002"
        },
        "authorEmail" : "94345578+justinh2002@users.noreply.github.com",
        "comment" : "Remove default modules from gadi cluster\u000a",
        "date" : "2025-11-06 13:24:06 +1100",
        "id" : "52dcf158e754bd3a0ff7bba41a8cb07351ad6d92",
        "msg" : "Remove default modules from gadi cluster",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/classes/clusters/gadi.py"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/34657535+tidbitsoftware",
      "fullName" : "34657535+TidbitSoftware"
    },
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/mmorligh",
      "fullName" : "Mathieu Morlighem"
    },
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/94345578+justinh2002",
      "fullName" : "94345578+justinh2002"
    }
  ]
}