{
  "_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" : 34,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "20462748007f54d66866219ac3c3dabd5ea1c136",
            "branch" : [
              {
                "SHA1" : "20462748007f54d66866219ac3c3dabd5ea1c136",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "20462748007f54d66866219ac3c3dabd5ea1c136",
            "branch" : [
              {
                "SHA1" : "20462748007f54d66866219ac3c3dabd5ea1c136",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "20462748007f54d66866219ac3c3dabd5ea1c136",
        "branch" : [
          {
            "SHA1" : "20462748007f54d66866219ac3c3dabd5ea1c136",
            "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" : "#34",
  "duration" : 3756732,
  "estimatedDuration" : 3147998,
  "executor" : None,
  "fullDisplayName" : "macOS - Silicon - Binaries - Python 3 #34",
  "id" : "34",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 34,
  "queueId" : 1579,
  "result" : "SUCCESS",
  "timestamp" : 1755948120641,
  "url" : "https://ross.ics.uci.edu/jenkins/view/All/job/macOS-Silicon-Binaries-Python-3/34/",
  "builtOn" : "macOS-Silicon",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/plot/applyoptions.py"
        ],
        "commitId" : "5f70713358ac8fa64af76ef4dc5cdbf10921cfd5",
        "timestamp" : 1750394529000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo",
          "fullName" : "inwoo"
        },
        "authorEmail" : "inwoo@snu.ac.kr",
        "comment" : "CHG: applyoptions.py - Update \"scaleruler\" option using \"matplotlib-scaleruler\"; however, this section should be replaced to standalone \"scaleruler\".\u000a",
        "date" : "2025-06-20 13:42:09 +0900",
        "id" : "5f70713358ac8fa64af76ef4dc5cdbf10921cfd5",
        "msg" : "CHG: applyoptions.py - Update \"scaleruler\" option using \"matplotlib-scaleruler\"; however, this section should be replaced to standalone \"scaleruler\".",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/plot/applyoptions.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/plot/plot_gridded.py"
        ],
        "commitId" : "726404e69da4db2284dc2adcadf5a7e84bc77070",
        "timestamp" : 1750601152000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo",
          "fullName" : "inwoo"
        },
        "authorEmail" : "inwoo@snu.ac.kr",
        "comment" : "CHG: plot_gridded.py - Fix minor.\u000a",
        "date" : "2025-06-22 23:05:52 +0900",
        "id" : "726404e69da4db2284dc2adcadf5a7e84bc77070",
        "msg" : "CHG: plot_gridded.py - Fix minor.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/plot/plot_gridded.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/plot/plot_gridded.py"
        ],
        "commitId" : "835d6b8e1913430b955bb6387465a91808534f6a",
        "timestamp" : 1751008170000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo",
          "fullName" : "inwoo"
        },
        "authorEmail" : "inwoo@snu.ac.kr",
        "comment" : "CHG: Fix treating masked value in \"plot_gridded.py\".\u000a",
        "date" : "2025-06-27 16:09:30 +0900",
        "id" : "835d6b8e1913430b955bb6387465a91808534f6a",
        "msg" : "CHG: Fix treating masked value in \"plot_gridded.py\".",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/plot/plot_gridded.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/plot/plot_contour.py"
        ],
        "commitId" : "96d7662baa0614c58b67903caca2bd99a2cc0f98",
        "timestamp" : 1751024386000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo",
          "fullName" : "inwoo"
        },
        "authorEmail" : "inwoo@snu.ac.kr",
        "comment" : "CHG: plot_contour.py - Enable to draw labels on contour lines.\u000a",
        "date" : "2025-06-27 20:39:46 +0900",
        "id" : "96d7662baa0614c58b67903caca2bd99a2cc0f98",
        "msg" : "CHG: plot_contour.py - Enable to draw labels on contour lines.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/plot/plot_contour.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/plot/applyoptions.py"
        ],
        "commitId" : "1359fa35a769222e9c810d6bcea5233b98aa100b",
        "timestamp" : 1751446931000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo",
          "fullName" : "inwoo"
        },
        "authorEmail" : "inwoo@snu.ac.kr",
        "comment" : "CHG: applyoptions.py - Deactivate executable mode with \"chmod -x\".\u000a",
        "date" : "2025-07-02 18:02:11 +0900",
        "id" : "1359fa35a769222e9c810d6bcea5233b98aa100b",
        "msg" : "CHG: applyoptions.py - Deactivate executable mode with \"chmod -x\".",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/plot/applyoptions.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/plot/plotmodel.py",
          "src/m/plot/plot_manager.py",
          "src/m/plot/processdata.py",
          "src/m/plot/plot_landsat.py"
        ],
        "commitId" : "32cb96609a2c1f9022e95924965e76ba66eda409",
        "timestamp" : 1751447092000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo",
          "fullName" : "inwoo"
        },
        "authorEmail" : "inwoo@snu.ac.kr",
        "comment" : "CHG: Deactivate executable mode in python script using \"chmod -x\".\u000a",
        "date" : "2025-07-02 18:04:52 +0900",
        "id" : "32cb96609a2c1f9022e95924965e76ba66eda409",
        "msg" : "CHG: Deactivate executable mode in python script using \"chmod -x\".",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/plot/plot_landsat.py"
          },
          {
            "editType" : "edit",
            "file" : "src/m/plot/plotmodel.py"
          },
          {
            "editType" : "edit",
            "file" : "src/m/plot/processdata.py"
          },
          {
            "editType" : "edit",
            "file" : "src/m/plot/plot_manager.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/plot/plot_gridded.py"
        ],
        "commitId" : "7cf40cc783b6cd9025c4a373b8eead8254d5378b",
        "timestamp" : 1755591203000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo",
          "fullName" : "inwoo"
        },
        "authorEmail" : "inwoo@snu.ac.kr",
        "comment" : "CHG: plot_gridded.py - Fix drawing log scale image.\u000a",
        "date" : "2025-08-19 17:13:23 +0900",
        "id" : "7cf40cc783b6cd9025c4a373b8eead8254d5378b",
        "msg" : "CHG: plot_gridded.py - Fix drawing log scale image.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/plot/plot_gridded.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/plot/plot_gridded.py"
        ],
        "commitId" : "badd97a78a19dbba52f7505ac7ef4b9998c9907d",
        "timestamp" : 1755591542000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo",
          "fullName" : "inwoo"
        },
        "authorEmail" : "inwoo@snu.ac.kr",
        "comment" : "CHG: Fix minor.\u000a",
        "date" : "2025-08-19 17:19:02 +0900",
        "id" : "badd97a78a19dbba52f7505ac7ef4b9998c9907d",
        "msg" : "CHG: Fix minor.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/plot/plot_gridded.py"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo",
      "fullName" : "inwoo"
    }
  ]
}