{
  "_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" : 43,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "eee1562841bf844af73b6e20001068f7bdd53716",
            "branch" : [
              {
                "SHA1" : "eee1562841bf844af73b6e20001068f7bdd53716",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "eee1562841bf844af73b6e20001068f7bdd53716",
            "branch" : [
              {
                "SHA1" : "eee1562841bf844af73b6e20001068f7bdd53716",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "eee1562841bf844af73b6e20001068f7bdd53716",
        "branch" : [
          {
            "SHA1" : "eee1562841bf844af73b6e20001068f7bdd53716",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/larson-group/sam_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" : "#43",
  "duration" : 31925,
  "estimatedDuration" : 755754,
  "executor" : None,
  "fullDisplayName" : "sam_clubb_silhs_gfortran_build #43",
  "id" : "43",
  "keepLog" : False,
  "number" : 43,
  "queueId" : 4149,
  "result" : "SUCCESS",
  "timestamp" : 1619771110186,
  "url" : "http://carson.math.uwm.edu/jenkins/job/sam_clubb_silhs_gfortran_build/43/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "mixing_length.F90",
            "advance_xp2_xpyp_module.F90",
            "advance_clubb_core_module.F90",
            "clubb_api_module.F90",
            "numerical_check.F90",
            "pdf_closure_module.F90",
            "pdf_parameter_module.F90",
            "stats_clubb_utilities.F90",
            "setup_clubb_pdf_params.F90"
          ],
          "commitId" : "e1c45913598329c05f2a233acac173bf5ad1d8c7",
          "timestamp" : 1619728413000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Adding second dimension to allocatable arrays in pdf_parameter type. This also requires lots of dummy dimensions in clubb where pdf_params is used, since clubb only works over a single column, but silhs does not need such a dummy dimension. larson-group/cam#129\u000a",
          "date" : "2021-04-29 15:33:33 -0500",
          "id" : "e1c45913598329c05f2a233acac173bf5ad1d8c7",
          "msg" : "Adding second dimension to allocatable arrays in pdf_parameter type. This also requires lots of dummy dimensions in clubb where pdf_params is used, since clubb only works over a single column, but silhs does not need such a dummy dimension. larson-group/cam#129",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "pdf_parameter_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "mixing_length.F90"
            },
            {
              "editType" : "edit",
              "file" : "clubb_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_xp2_xpyp_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "stats_clubb_utilities.F90"
            },
            {
              "editType" : "edit",
              "file" : "numerical_check.F90"
            },
            {
              "editType" : "edit",
              "file" : "pdf_closure_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "setup_clubb_pdf_params.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "silhs_api_module.F90",
            "est_kessler_microphys_module.F90",
            "lh_microphys_var_covar_module.F90",
            "latin_hypercube_driver_module.F90"
          ],
          "commitId" : "75593147215ca25822e311aaaae3af1ec0b31239",
          "timestamp" : 1619728413000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Adding second dimension to allocatable arrays in pdf_parameter type. This also requires lots of dummy dimensions in clubb where pdf_params is used, since clubb only works over a single column, but silhs does not need such a dummy dimension. larson-group/cam#129\u000a",
          "date" : "2021-04-29 15:33:33 -0500",
          "id" : "75593147215ca25822e311aaaae3af1ec0b31239",
          "msg" : "Adding second dimension to allocatable arrays in pdf_parameter type. This also requires lots of dummy dimensions in clubb where pdf_params is used, since clubb only works over a single column, but silhs does not need such a dummy dimension. larson-group/cam#129",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "latin_hypercube_driver_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "est_kessler_microphys_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "lh_microphys_var_covar_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "silhs_api_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "SRC/SGS_CLUBB/clubb_sgs.F90"
          ],
          "commitId" : "fc144a76067742a8a4ef3cf1ca5844d6cc1f5da5",
          "timestamp" : 1619728464000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Making compatible with clubb changes to pdf_params. larson-group/cam#129\u000a",
          "date" : "2021-04-29 15:34:24 -0500",
          "id" : "fc144a76067742a8a4ef3cf1ca5844d6cc1f5da5",
          "msg" : "Making compatible with clubb changes to pdf_params. larson-group/cam#129",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "SRC/SGS_CLUBB/clubb_sgs.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "mixing_length.F90",
            "input_reader.F90",
            "advance_xp2_xpyp_module.F90",
            "pdf_closure_module.F90",
            "advance_clubb_core_module.F90",
            "setup_clubb_pdf_params.F90"
          ],
          "commitId" : "29df76090e852a8025968fd0302165d27c4c550d",
          "timestamp" : 1619732066000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Fixing lines that exceed 100 characters.\u000a",
          "date" : "2021-04-29 16:34:26 -0500",
          "id" : "29df76090e852a8025968fd0302165d27c4c550d",
          "msg" : "Fixing lines that exceed 100 characters.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "input_reader.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_xp2_xpyp_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "setup_clubb_pdf_params.F90"
            },
            {
              "editType" : "edit",
              "file" : "pdf_closure_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "mixing_length.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "latin_hypercube_driver_module.F90"
          ],
          "commitId" : "3e54f6ebda28c0282848cabd49ecda7ca2881880",
          "timestamp" : 1619732066000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Fixing lines that exceed 100 characters.\u000a",
          "date" : "2021-04-29 16:34:26 -0500",
          "id" : "3e54f6ebda28c0282848cabd49ecda7ca2881880",
          "msg" : "Fixing lines that exceed 100 characters.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "latin_hypercube_driver_module.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
      "fullName" : "Gunther Huebler"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 44,
    "url" : "http://carson.math.uwm.edu/jenkins/job/sam_clubb_silhs_gfortran_build/44/"
  },
  "previousBuild" : {
    "number" : 42,
    "url" : "http://carson.math.uwm.edu/jenkins/job/sam_clubb_silhs_gfortran_build/42/"
  }
}