{
  "_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/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 37,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f5fb36fc103a46c7cd19ebbe151163da8ee91c42",
            "branch" : [
              {
                "SHA1" : "f5fb36fc103a46c7cd19ebbe151163da8ee91c42",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f5fb36fc103a46c7cd19ebbe151163da8ee91c42",
            "branch" : [
              {
                "SHA1" : "f5fb36fc103a46c7cd19ebbe151163da8ee91c42",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "f5fb36fc103a46c7cd19ebbe151163da8ee91c42",
        "branch" : [
          {
            "SHA1" : "f5fb36fc103a46c7cd19ebbe151163da8ee91c42",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/larson-group/clubb.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" : "#37",
  "duration" : 3927173,
  "estimatedDuration" : 3273904,
  "executor" : None,
  "fullDisplayName" : "clubb_driver_test #37",
  "id" : "37",
  "keepLog" : False,
  "number" : 37,
  "queueId" : 2530,
  "result" : "SUCCESS",
  "timestamp" : 1774340889338,
  "url" : "http://carson.math.uwm.edu/jenkins/view/Production%20View/job/clubb_driver_test/37/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "README"
          ],
          "commitId" : "b0473687b9eb3489e6ce50f8c4ce66419719fc2d",
          "timestamp" : 1774289904000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "A couple recent commits were missing their bit-changing messages because they were accidentally merged in early, see https://github.com/larson-group/clubb/pull/1286 - this commit is to add the resolve messages for the BFB test - RESOLVED:149e61f9bab26c5cb4518fd7bada9b1f4064482e RESOLVED:9f2b1e6c9370a897e1da1320521fbc27baf6ff31\u000a",
          "date" : "2026-03-23 13:18:24 -0500",
          "id" : "b0473687b9eb3489e6ce50f8c4ce66419719fc2d",
          "msg" : "A couple recent commits were missing their bit-changing messages because they were accidentally merged in early, see https://github.com/larson-group/clubb/pull/1286 - this commit is to add the resolve messages for the BFB test - RESOLVED:149e61f9bab26c5cb4518fd7bada9b1f4064482e RESOLVED:9f2b1e6c9370a897e1da1320521fbc27baf6ff31",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "README"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/advance_wp2_wp3_module.F90",
            "src/G_unit_test_types/spurious_source_test.F90",
            "src/generalized_grid_test.F90",
            "src/CLUBB_core/grid_class.F90",
            "src/CLUBB_core/numerical_check.F90",
            "src/CLUBB_core/mixing_length.F90",
            "src/CLUBB_core/advance_xp2_xpyp_module.F90",
            "src/CLUBB_core/advance_clubb_core_module.F90",
            "src/CLUBB_core/advance_xm_wpxp_module.F90",
            "src/CLUBB_core/advance_windm_edsclrm_module.F90",
            "src/CLUBB_core/matrix_solver_wrapper.F90",
            "src/CLUBB_core/clubb_api_module.F90",
            "src/CLUBB_core/mono_flux_limiter.F90",
            "src/CLUBB_core/grid_adaptation_module.F90"
          ],
          "commitId" : "f5fb36fc103a46c7cd19ebbe151163da8ee91c42",
          "timestamp" : 1774297540000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Little Fix (#1287)\u000a\u000a* Making matrix solve checks also trigger if l_implemented is true so that they always are done in CAM, regardless of debug level\u000a\u000a* Reworking rcond flag in advance_windm\u000a\u000a* Updating l_implemented flag comments\u000a\u000a* Adding printouts to make clear where the NaN are (if any) in the soln vector.\u000a",
          "date" : "2026-03-23 15:25:40 -0500",
          "id" : "f5fb36fc103a46c7cd19ebbe151163da8ee91c42",
          "msg" : "Little Fix (#1287)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/grid_adaptation_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_xp2_xpyp_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_wp2_wp3_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/grid_class.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/clubb_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/matrix_solver_wrapper.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/G_unit_test_types/spurious_source_test.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_xm_wpxp_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/generalized_grid_test.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/mixing_length.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_windm_edsclrm_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/mono_flux_limiter.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/numerical_check.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    },
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
      "fullName" : "Gunther Huebler"
    }
  ],
  "inProgress" : False,
  "nextBuild" : None,
  "previousBuild" : {
    "number" : 36,
    "url" : "http://carson.math.uwm.edu/jenkins/view/Production%20View/job/clubb_driver_test/36/"
  }
}