{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user Gunther Huebler",
          "userId" : "huebler",
          "userName" : "Gunther Huebler"
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.libs.LibrariesAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/clubb_silhs_devel" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 161,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "a5c897e9e384c8bb290f92426bbfd1c3dca3ccaf",
            "branch" : [
              {
                "SHA1" : "a5c897e9e384c8bb290f92426bbfd1c3dca3ccaf",
                "name" : "refs/remotes/origin/clubb_silhs_devel"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a5c897e9e384c8bb290f92426bbfd1c3dca3ccaf",
            "branch" : [
              {
                "SHA1" : "a5c897e9e384c8bb290f92426bbfd1c3dca3ccaf",
                "name" : "refs/remotes/origin/clubb_silhs_devel"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "a5c897e9e384c8bb290f92426bbfd1c3dca3ccaf",
        "branch" : [
          {
            "SHA1" : "a5c897e9e384c8bb290f92426bbfd1c3dca3ccaf",
            "name" : "refs/remotes/origin/clubb_silhs_devel"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/larson-group/cam.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    },
    {
      "_class" : "org.jenkinsci.plugins.pipeline.modeldefinition.actions.RestartDeclarativePipelineAction"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.job.views.FlowGraphAction"
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#161",
  "duration" : 2521092,
  "estimatedDuration" : 4059677,
  "executor" : None,
  "fullDisplayName" : "cam_gpu_test #161",
  "id" : "161",
  "keepLog" : False,
  "number" : 161,
  "queueId" : 5118,
  "result" : "SUCCESS",
  "timestamp" : 1782254486540,
  "url" : "http://carson.math.uwm.edu/jenkins/view/Production%20View/job/cam_gpu_test/161/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/physics/cam/clubb_intr.F90"
          ],
          "commitId" : "4ab38a17c54047c71993039414575715ec7a008c",
          "timestamp" : 1782250832000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Despite the API's not changing, the most recent commit changed an internal stats_type name, which was used in CAM here and should've been changed too. This was causing compiler errors. RESOLVED:7499af195b9dca0e159e7b3b67424717e4c7c5ee\u000a",
          "date" : "2026-06-23 16:40:32 -0500",
          "id" : "4ab38a17c54047c71993039414575715ec7a008c",
          "msg" : "Despite the API's not changing, the most recent commit changed an internal stats_type name, which was used in CAM here and should've been changed too. This was causing compiler errors. RESOLVED:7499af195b9dca0e159e7b3b67424717e4c7c5ee",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/physics/cam/clubb_intr.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "jenkins_tests/cam_scam_gfortran_debug_test/Jenkinsfile",
            "jenkins_tests/cam_clubb_error_handling_test/Jenkinsfile",
            "jenkins_tests/cam_clubb_error_handling_test/cam_test_fatal_error_handling.bash",
            "run_scripts/run_scam.bash",
            "jenkins_tests/cam_plot_scam_ifort/Jenkinsfile"
          ],
          "commitId" : "a5c897e9e384c8bb290f92426bbfd1c3dca3ccaf",
          "timestamp" : 1782254474000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Fixing output directory conflicts that occur when scam tests are run at the same time. The fix is adding a --case-suffix option to run_scam.bash, and making jenkins tests set that depending on the job and build number\u000a",
          "date" : "2026-06-23 17:41:14 -0500",
          "id" : "a5c897e9e384c8bb290f92426bbfd1c3dca3ccaf",
          "msg" : "Fixing output directory conflicts that occur when scam tests are run at the same time. The fix is adding a --case-suffix option to run_scam.bash, and making jenkins tests set that depending on the job and build number",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "jenkins_tests/cam_clubb_error_handling_test/cam_test_fatal_error_handling.bash"
            },
            {
              "editType" : "edit",
              "file" : "jenkins_tests/cam_scam_gfortran_debug_test/Jenkinsfile"
            },
            {
              "editType" : "edit",
              "file" : "run_scripts/run_scam.bash"
            },
            {
              "editType" : "edit",
              "file" : "jenkins_tests/cam_clubb_error_handling_test/Jenkinsfile"
            },
            {
              "editType" : "edit",
              "file" : "jenkins_tests/cam_plot_scam_ifort/Jenkinsfile"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
      "fullName" : "Gunther Huebler"
    },
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 162,
    "url" : "http://carson.math.uwm.edu/jenkins/view/Production%20View/job/cam_gpu_test/162/"
  },
  "previousBuild" : {
    "number" : 160,
    "url" : "http://carson.math.uwm.edu/jenkins/view/Production%20View/job/cam_gpu_test/160/"
  }
}