{
  "_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" : 253,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "5c285b71059222f782fea907c9c6571dae9857d3",
            "branch" : [
              {
                "SHA1" : "5c285b71059222f782fea907c9c6571dae9857d3",
                "name" : "refs/remotes/origin/clubb_silhs_devel"
              }
            ]
          },
          "revision" : {
            "SHA1" : "5c285b71059222f782fea907c9c6571dae9857d3",
            "branch" : [
              {
                "SHA1" : "5c285b71059222f782fea907c9c6571dae9857d3",
                "name" : "refs/remotes/origin/clubb_silhs_devel"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "5c285b71059222f782fea907c9c6571dae9857d3",
        "branch" : [
          {
            "SHA1" : "5c285b71059222f782fea907c9c6571dae9857d3",
            "name" : "refs/remotes/origin/clubb_silhs_devel"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/larson-group/e3sm.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" : "#253",
  "duration" : 3591389,
  "estimatedDuration" : 2906312,
  "executor" : None,
  "fullDisplayName" : "e3sm_ne4_silhs_run_gfortran_test #253",
  "id" : "253",
  "keepLog" : False,
  "number" : 253,
  "queueId" : 28211,
  "result" : "SUCCESS",
  "timestamp" : 1705656977729,
  "url" : "http://carson.math.uwm.edu/jenkins/job/e3sm_ne4_silhs_run_gfortran_test/253/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "tridiag_lu_solver.F90"
          ],
          "commitId" : "ce785a929450dec9c013e6702b1bc9dcbc872b35",
          "timestamp" : 1705612684000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Fixing tridiag solver bug. See https://github.com/larson-group/clubb/issues/1139\u000a",
          "date" : "2024-01-18 15:18:04 -0600",
          "id" : "ce785a929450dec9c013e6702b1bc9dcbc872b35",
          "msg" : "Fixing tridiag solver bug. See https://github.com/larson-group/clubb/issues/1139",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "tridiag_lu_solver.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "advance_clubb_core_module.F90",
            "clubb_api_module.F90"
          ],
          "commitId" : "e27a93ac46e46daa6d71e41f24993f9155dc0202",
          "timestamp" : 1705629086000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Slight rework to acc data statements. This allows us to use return calls in advance_clubb_core again. See https://github.com/larson-group/clubb/issues/1139\u000a",
          "date" : "2024-01-18 19:51:26 -0600",
          "id" : "e27a93ac46e46daa6d71e41f24993f9155dc0202",
          "msg" : "Slight rework to acc data statements. This allows us to use return calls in advance_clubb_core again. See https://github.com/larson-group/clubb/issues/1139",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "clubb_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "mixing_length.F90"
          ],
          "commitId" : "33a2cb66dae21387f7a43e079180b02f622df464",
          "timestamp" : 1705629109000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Fixing small GPU stats bug\u000a",
          "date" : "2024-01-18 19:51:49 -0600",
          "id" : "33a2cb66dae21387f7a43e079180b02f622df464",
          "msg" : "Fixing small GPU stats bug",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "mixing_length.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "mono_flux_limiter.F90"
          ],
          "commitId" : "cf82acebf4a1cc31f092af210fd2e7970452e069",
          "timestamp" : 1705629562000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Changing xm to out in mono flux solver. There is no need for it to be inout, and it confused me for a bit so I'm fixing it.\u000a",
          "date" : "2024-01-18 19:59:22 -0600",
          "id" : "cf82acebf4a1cc31f092af210fd2e7970452e069",
          "msg" : "Changing xm to out in mono flux solver. There is no need for it to be inout, and it confused me for a bit so I'm fixing it.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "mono_flux_limiter.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
      "fullName" : "Gunther Huebler"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 254,
    "url" : "http://carson.math.uwm.edu/jenkins/job/e3sm_ne4_silhs_run_gfortran_test/254/"
  },
  "previousBuild" : {
    "number" : 252,
    "url" : "http://carson.math.uwm.edu/jenkins/job/e3sm_ne4_silhs_run_gfortran_test/252/"
  }
}