{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by TidbitSoftware"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 916,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "718a8a85c96fa2d90a8b53cae239f202f28f3ea3",
            "branch" : [
              {
                "SHA1" : "718a8a85c96fa2d90a8b53cae239f202f28f3ea3",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "718a8a85c96fa2d90a8b53cae239f202f28f3ea3",
            "branch" : [
              {
                "SHA1" : "718a8a85c96fa2d90a8b53cae239f202f28f3ea3",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "718a8a85c96fa2d90a8b53cae239f202f28f3ea3",
        "branch" : [
          {
            "SHA1" : "718a8a85c96fa2d90a8b53cae239f202f28f3ea3",
            "name" : "refs/remotes/origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "git@github.com:ISSMteam/ISSM.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 96,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#916",
  "duration" : 3578123,
  "estimatedDuration" : 883599,
  "executor" : None,
  "fullDisplayName" : "macOS - Intel - Solid Earth #916",
  "id" : "916",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 916,
  "queueId" : 8313,
  "result" : "SUCCESS",
  "timestamp" : 1750095516883,
  "url" : "https://ross.ics.uci.edu/jenkins/job/macOS-Intel-Solid_Earth/916/",
  "builtOn" : "macOS-Intel",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/plot/processdata.py"
        ],
        "commitId" : "0a57bf81382c3695eb8ab9bb8265044a164281de",
        "timestamp" : 1748953556000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo",
          "fullName" : "inwoo"
        },
        "authorEmail" : "inwoo@snu.ac.kr",
        "comment" : "CHG: Matlab > Python: \"processdata.py\" supports selecting layer in 3D model. However, \"depthaverage\" is not supported.\u000a",
        "date" : "2025-06-03 21:25:56 +0900",
        "id" : "0a57bf81382c3695eb8ab9bb8265044a164281de",
        "msg" : "CHG: Matlab > Python: \"processdata.py\" supports selecting layer in 3D model. However, \"depthaverage\" is not supported.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/plot/processdata.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/plot/plot_manager.py",
          "src/m/plot/plot_landsat.py"
        ],
        "commitId" : "a0aa6a31ab31aecf0f363dadb8ca9a86754cd47a",
        "timestamp" : 1749738962000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo",
          "fullName" : "inwoo"
        },
        "authorEmail" : "inwoo@snu.ac.kr",
        "comment" : "CHG: add plot_landsat.py for drawing background RGB image with Landsat dataset.\u000a",
        "date" : "2025-06-12 23:36:02 +0900",
        "id" : "a0aa6a31ab31aecf0f363dadb8ca9a86754cd47a",
        "msg" : "CHG: add plot_landsat.py for drawing background RGB image with Landsat dataset.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/plot/plot_manager.py"
          },
          {
            "editType" : "add",
            "file" : "src/m/plot/plot_landsat.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/plot/plotmodel.py"
        ],
        "commitId" : "b4fa6fca4e0c7655ca8d5bf4861f45a154de336a",
        "timestamp" : 1749744031000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo",
          "fullName" : "inwoo"
        },
        "authorEmail" : "inwoo@snu.ac.kr",
        "comment" : "CHG: plotmodel.py - Fix colorbar option. Use colobar=None, not \"None\", that the string type does not work in ImageGrid.\u000a",
        "date" : "2025-06-13 01:00:31 +0900",
        "id" : "b4fa6fca4e0c7655ca8d5bf4861f45a154de336a",
        "msg" : "CHG: plotmodel.py - Fix colorbar option. Use colobar=None, not \"None\", that the string type does not work in ImageGrid.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/plot/plotmodel.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/plot/applyoptions.py"
        ],
        "commitId" : "480f4c39eaaeca66cdaa6f44576a58a25e554f10",
        "timestamp" : 1749744074000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo",
          "fullName" : "inwoo"
        },
        "authorEmail" : "inwoo@snu.ac.kr",
        "comment" : "CHG: applyoptions.py - Fix \"box\" option, not using \"eval\" function.\u000a",
        "date" : "2025-06-13 01:01:14 +0900",
        "id" : "480f4c39eaaeca66cdaa6f44576a58a25e554f10",
        "msg" : "CHG: applyoptions.py - Fix \"box\" option, not using \"eval\" function.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/plot/applyoptions.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "configure.ac"
        ],
        "commitId" : "5573a54cc120d2d6e3117a037f0aebc9b9e60cec",
        "timestamp" : 1749788400000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/justinkinjun.hew",
          "fullName" : "justinkinjun.hew"
        },
        "authorEmail" : "justinkinjun.hew@anu.edu.au",
        "comment" : "configure.ac: internalise CoDiPack/MediPack flags for --enable-ad\u000a\u000a* Adds --enable-ad plus --with-{codi,medi}pack-dir options.\u000a* When --enable-ad is chosen:\u000a    - Defines ISSM_USE_AD for conditional compilation.\u000a    - Injects include paths, library paths and –lcodi/–lmedi into\u000a      AM_CPPFLAGS, AM_LDFLAGS and LIBS so every sub-dir picks them up.\u000a    - Automatically disables PETSc to avoid an impossible combo.\u000a* Emits AM_CONDITIONAL(USE_AD) for any Makefile.am that still wants it.\u000a* Leaves all Makefile.am files untouched; the Spack recipe no longer\u000a  needs setup_build_environment() hacks.\u000a\u000aDoing this upstream means:\u000a  • Classic builds behave exactly as before.\u000a  • AD builds work out-of-the-box for Spack, EasyBuild or manual\u000a    ./configure invocations.\u000a\u000astyle changes and revert\u000a\u000aissm options repetition removed\u000a",
        "date" : "2025-06-13 14:20:00 +1000",
        "id" : "5573a54cc120d2d6e3117a037f0aebc9b9e60cec",
        "msg" : "configure.ac: internalise CoDiPack/MediPack flags for --enable-ad",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "configure.ac"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/plot/applyoptions.py",
          "src/m/plot/processdata.py"
        ],
        "commitId" : "b40dae068687da5ae207916ab0acc145dbf1b422",
        "timestamp" : 1749999164000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo",
          "fullName" : "inwoo"
        },
        "authorEmail" : "inwoo@snu.ac.kr",
        "comment" : "CHG: Python in plotmodel - Fix showing log scale in colorbar.\u000a",
        "date" : "2025-06-15 23:52:44 +0900",
        "id" : "b40dae068687da5ae207916ab0acc145dbf1b422",
        "msg" : "CHG: Python in plotmodel - Fix showing log scale in colorbar.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/plot/applyoptions.py"
          },
          {
            "editType" : "edit",
            "file" : "src/m/plot/processdata.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/m/plot/plot_landsat.py"
        ],
        "commitId" : "7518f1b8a98bc526d27c3ee232ece1f738ac58c9",
        "timestamp" : 1749999200000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo",
          "fullName" : "inwoo"
        },
        "authorEmail" : "inwoo@snu.ac.kr",
        "comment" : "CHG: plot_landsat.py - Fix masking.\u000a",
        "date" : "2025-06-15 23:53:20 +0900",
        "id" : "7518f1b8a98bc526d27c3ee232ece1f738ac58c9",
        "msg" : "CHG: plot_landsat.py - Fix masking.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/m/plot/plot_landsat.py"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "m4/issm_options.m4",
          "configure.ac"
        ],
        "commitId" : "76d01cc48be97dcda3f77f4c6d030fb7cadfe38c",
        "timestamp" : 1750043374000,
        "author" : {
          "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/justinkinjun.hew",
          "fullName" : "justinkinjun.hew"
        },
        "authorEmail" : "justinkinjun.hew@anu.edu.au",
        "comment" : "m4/issm_options.m4: new ISSM_ENABLE_AD macro (–enable-ad support)\u000a\u000a* Adds ISSM_ENABLE_AD to handle --enable-ad plus --with-{codi,medi}pack-dir.\u000a* Macro embeds CoDiPack/MediPack include-dirs, lib-dirs and -lcodi/-lmedi\u000a  into AM_CPPFLAGS, AM_LDFLAGS, LIBS so no Makefile.am edits are needed.\u000a* Automatically drops PETSc when AD is on, defines ISSM_USE_AD, and exposes\u000a  AM_CONDITIONAL(USE_AD).\u000a* configure.ac now simply calls ISSM_ENABLE_AD after ISSM_OPTIONS.\u000a\u000aMoves all AD logic out of configure.ac and keeps option handling in the\u000ashared macro library.\u000a\u000aadded enable AD into configure.ac\u000a",
        "date" : "2025-06-16 13:09:34 +1000",
        "id" : "76d01cc48be97dcda3f77f4c6d030fb7cadfe38c",
        "msg" : "m4/issm_options.m4: new ISSM_ENABLE_AD macro (–enable-ad support)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "m4/issm_options.m4"
          },
          {
            "editType" : "edit",
            "file" : "configure.ac"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/justinkinjun.hew",
      "fullName" : "justinkinjun.hew"
    },
    {
      "absoluteUrl" : "https://ross.ics.uci.edu/jenkins/user/inwoo",
      "fullName" : "inwoo"
    }
  ]
}