{
  "_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" : 395,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "c107cfd8ebdc72966cc1ae4889b6f0e83b1f9b25",
            "branch" : [
              {
                "SHA1" : "c107cfd8ebdc72966cc1ae4889b6f0e83b1f9b25",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "c107cfd8ebdc72966cc1ae4889b6f0e83b1f9b25",
            "branch" : [
              {
                "SHA1" : "c107cfd8ebdc72966cc1ae4889b6f0e83b1f9b25",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "c107cfd8ebdc72966cc1ae4889b6f0e83b1f9b25",
        "branch" : [
          {
            "SHA1" : "c107cfd8ebdc72966cc1ae4889b6f0e83b1f9b25",
            "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" : "#395",
  "duration" : 178249,
  "estimatedDuration" : 164842,
  "executor" : None,
  "fullDisplayName" : "clubb_G_unit_gfortran_tests #395",
  "id" : "395",
  "keepLog" : False,
  "number" : 395,
  "queueId" : 27085,
  "result" : "SUCCESS",
  "timestamp" : 1700212269223,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/395/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/advance_clubb_core_module.F90",
            "src/input_netcdf.F90",
            "input/tunable_parameters_Lscale/tunable_parameters.in",
            "postprocessing/pyplotgen/src/Panel.py",
            "src/CLUBB_core/advance_helper_module.F90",
            "postprocessing/pyplotgen/src/AnimationPanel.py",
            "src/CLUBB_core/mixing_length.F90"
          ],
          "commitId" : "c107cfd8ebdc72966cc1ae4889b6f0e83b1f9b25",
          "timestamp" : 1700177490000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Added non-trapezoidal zm interpolation for cloud_frac (#1127)\u000a\u000a- Added a calculation for `cloud_frac_zm` when `l_call_pdf_closure_twice=false` and `l_trapezoidal_rule_zt=false`\u000aThis is BIT_CHANGING if `l_call_pdf_closure_twice=false` and `l_trapezoidal_rule_zt=false` since, in that case, `cloud_frac_zm` is now nonzero.\u000a- Some minor formatting fixes\u000a- Some minor fixes to pyplotgen's source code\u000a- Added `a3_coef_min` to Lscale tunable_parameters.in\u000a",
          "date" : "2023-11-16 17:31:30 -0600",
          "id" : "c107cfd8ebdc72966cc1ae4889b6f0e83b1f9b25",
          "msg" : "Added non-trapezoidal zm interpolation for cloud_frac (#1127)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/src/Panel.py"
            },
            {
              "editType" : "edit",
              "file" : "input/tunable_parameters_Lscale/tunable_parameters.in"
            },
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/src/AnimationPanel.py"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_helper_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/mixing_length.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/input_netcdf.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 396,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/396/"
  },
  "previousBuild" : {
    "number" : 394,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/394/"
  }
}