{
  "_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" : 318,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "5cbf4f80a34cfafd2fd164415af5ec7d6239bcdd",
            "branch" : [
              {
                "SHA1" : "5cbf4f80a34cfafd2fd164415af5ec7d6239bcdd",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "5cbf4f80a34cfafd2fd164415af5ec7d6239bcdd",
            "branch" : [
              {
                "SHA1" : "5cbf4f80a34cfafd2fd164415af5ec7d6239bcdd",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "5cbf4f80a34cfafd2fd164415af5ec7d6239bcdd",
        "branch" : [
          {
            "SHA1" : "5cbf4f80a34cfafd2fd164415af5ec7d6239bcdd",
            "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" : "#318",
  "duration" : 815765,
  "estimatedDuration" : 164842,
  "executor" : None,
  "fullDisplayName" : "clubb_G_unit_gfortran_tests #318",
  "id" : "318",
  "keepLog" : False,
  "number" : 318,
  "queueId" : 21515,
  "result" : "SUCCESS",
  "timestamp" : 1678867868537,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/318/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/advance_clubb_core_module.F90",
            "src/CLUBB_core/sigma_sqd_w_module.F90",
            "src/CLUBB_core/T_in_K_module.F90",
            "src/CLUBB_core/pdf_closure_module.F90",
            "src/CLUBB_core/Skx_module.F90"
          ],
          "commitId" : "5cbf4f80a34cfafd2fd164415af5ec7d6239bcdd",
          "timestamp" : 1678812234000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Pdf closure driver gpuization (#1071)\u000a\u000a* GPUizing pdf_closure_driver, testing still needed, bug likely.\u000a\u000a* Making data movement better. Also fixed some random things. Still need to return returns.\u000a\u000a* Adding back a couple return statments. Moving a comment where it should be. GPUizing a missed loop.\u000a\u000a* Making arguements list satisfy standards.\u000a\u000a* Making arguements list satisfy standards. Also adding max(1,hydrometdim) to hydromet inputs.\u000a\u000a* Capitalizing K\u000a\u000a* Making the error case in compute_cloud_cover behavior a bit differently. This allows the error to be detected immediately by GPU runs as well.\u000a\u000a* Calling compute_cloud_cover only needs to be done if l_use_cloud_cover = .true.\u000a",
          "date" : "2023-03-14 11:43:54 -0500",
          "id" : "5cbf4f80a34cfafd2fd164415af5ec7d6239bcdd",
          "msg" : "Pdf closure driver gpuization (#1071)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/pdf_closure_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/Skx_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/T_in_K_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/sigma_sqd_w_module.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 319,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/319/"
  },
  "previousBuild" : {
    "number" : 317,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/317/"
  }
}