{
  "_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" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 105,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "12407142b14155687d0d80b174796965d2793b12",
            "branch" : [
              {
                "SHA1" : "12407142b14155687d0d80b174796965d2793b12",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "12407142b14155687d0d80b174796965d2793b12",
            "branch" : [
              {
                "SHA1" : "12407142b14155687d0d80b174796965d2793b12",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 581,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ed9ae72a5eb28dbc036dd3e14b9312eea840feac",
            "branch" : [
              {
                "SHA1" : "ed9ae72a5eb28dbc036dd3e14b9312eea840feac",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ed9ae72a5eb28dbc036dd3e14b9312eea840feac",
            "branch" : [
              {
                "SHA1" : "ed9ae72a5eb28dbc036dd3e14b9312eea840feac",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "ed9ae72a5eb28dbc036dd3e14b9312eea840feac",
        "branch" : [
          {
            "SHA1" : "ed9ae72a5eb28dbc036dd3e14b9312eea840feac",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/larson-group/clubb.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.cps.EnvActionImpl"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_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" : "#581",
  "duration" : 159330,
  "estimatedDuration" : 164842,
  "executor" : None,
  "fullDisplayName" : "clubb_G_unit_gfortran_tests #581",
  "id" : "581",
  "keepLog" : False,
  "number" : 581,
  "queueId" : 8420,
  "result" : "SUCCESS",
  "timestamp" : 1743149466184,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/581/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/advance_clubb_core_module.F90",
            "src/clubb_driver.F90",
            "\"src/print *, \\\"thlm_init = \\\", thlm_init.f90\"",
            "src/CLUBB_core/stats_clubb_utilities.F90"
          ],
          "commitId" : "ed9ae72a5eb28dbc036dd3e14b9312eea840feac",
          "timestamp" : 1743109355000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Clubb driver upgrades (#1225)\u000a\u000a* Moving stuff around in preparation for preparation for GPUization\u000a\u000a* Small modifications, adding explicit loops\u000a\u000a* Small bug fix and explicit loop additions\u000a\u000a* Removing ngrdcol dimension from initialize_clubb, essentially reverting changes.\u000a\u000a* Removing array slicing by using local variables of nzm/nzt dim\u000a\u000a* GPUization of initialization variables\u000a\u000a* Removing need for single_col versions of the pdf_params, this (weirdly) saves a huge amount of runtime\u000a\u000a* Adding comment\u000a\u000a* Adding 2D version of various routines, including initialize_clubb, but only calling initialize_clubb with 1 column.\u000a\u000a* Fixes to make work with latest clubb changes\u000a\u000a* Merging with master\u000a",
          "date" : "2025-03-27 16:02:35 -0500",
          "id" : "ed9ae72a5eb28dbc036dd3e14b9312eea840feac",
          "msg" : "Clubb driver upgrades (#1225)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/stats_clubb_utilities.F90"
            },
            {
              "editType" : "add",
              "file" : "\"src/print *, \\\"thlm_init = \\\", thlm_init.f90\""
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_clubb_core_module.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 582,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/582/"
  },
  "previousBuild" : {
    "number" : 580,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/580/"
  }
}