{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_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" : 169,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "d8aecdb15bc1aa14eb613f8841c6edea58a88750",
            "branch" : [
              {
                "SHA1" : "d8aecdb15bc1aa14eb613f8841c6edea58a88750",
                "name" : "refs/remotes/origin/clubb_silhs_devel"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d8aecdb15bc1aa14eb613f8841c6edea58a88750",
            "branch" : [
              {
                "SHA1" : "d8aecdb15bc1aa14eb613f8841c6edea58a88750",
                "name" : "refs/remotes/origin/clubb_silhs_devel"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "d8aecdb15bc1aa14eb613f8841c6edea58a88750",
        "branch" : [
          {
            "SHA1" : "d8aecdb15bc1aa14eb613f8841c6edea58a88750",
            "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" : null,
  "displayName" : "#169",
  "duration" : 3854075,
  "estimatedDuration" : 3774245,
  "executor" : null,
  "fullDisplayName" : "cam_gpu_test #169",
  "id" : "169",
  "keepLog" : false,
  "number" : 169,
  "queueId" : 6044,
  "result" : "SUCCESS",
  "timestamp" : 1783498568583,
  "url" : "http://carson.math.uwm.edu/jenkins/view/Production%20View/job/cam_gpu_test/169/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "CMakeLists.txt",
            "stats_netcdf.F90",
            "code_timer_module.F90"
          ],
          "commitId" : "2bb406e84226b43fe61df83975fba55670fb01b2",
          "timestamp" : 1783400577000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Clubb timer upgrade (#1328)\u000a\u000a* Upgrading CLUBBs timer system. Now we either can use gptl just by compiling with it, or we use a cpu_time based fallback that was designed to be a crude copy\u000a\u000a* Giving up on using the build system to detect stale build, switching to a method that just compares timestamps on directories\u000a\u000a* Fixing small UI bug and removing a bit of dead code in the dash app, also fixing a gptl compiling issue on mac\u000a\u000a* Little fix for python\u000a\u000a* Adding a bit about the new timing output in the output section of the README\u000a\u000a* Improving print statements and disabling timing and iteration prints when debug=-1\u000a\u000a---------\u000a\u000aCo-authored-by: Gunther Huebler <guntherhuebler@frankie.uits.uwm.edu>\u000a",
          "date" : "2026-07-07 00:02:57 -0500",
          "id" : "2bb406e84226b43fe61df83975fba55670fb01b2",
          "msg" : "Clubb timer upgrade (#1328)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "CMakeLists.txt"
            },
            {
              "editType" : "edit",
              "file" : "stats_netcdf.F90"
            },
            {
              "editType" : "edit",
              "file" : "code_timer_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "run_scripts/set_up_repo.py",
            "src/physics/cam7/micro_pumas_cam.F90"
          ],
          "commitId" : "d8aecdb15bc1aa14eb613f8841c6edea58a88750",
          "timestamp" : 1783489158000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Pumas fix test (#220)\u000a\u000a* Making setup script a little more robust\u000a\u000a* Fixing bug in PUMAS that triggers when using mid-top (MTso) and silhs (subcols). I suppose this is technically BIT_CHANGING since it fixes a bug, and fixes the previous fail so RESOLVED:d0a7b41dce2ec8ab0dbd72951960f3ae7cc7f6bd\u000a",
          "date" : "2026-07-08 00:39:18 -0500",
          "id" : "d8aecdb15bc1aa14eb613f8841c6edea58a88750",
          "msg" : "Pumas fix test (#220)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "run_scripts/set_up_repo.py"
            },
            {
              "editType" : "edit",
              "file" : "src/physics/cam7/micro_pumas_cam.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ],
  "inProgress" : false,
  "nextBuild" : null,
  "previousBuild" : {
    "number" : 168,
    "url" : "http://carson.math.uwm.edu/jenkins/view/Production%20View/job/cam_gpu_test/168/"
  }
}