{
  "_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" : 31,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7e113f21b6ab1c7b92b99b60062bb4ae094611f1",
            "branch" : [
              {
                "SHA1" : "7e113f21b6ab1c7b92b99b60062bb4ae094611f1",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7e113f21b6ab1c7b92b99b60062bb4ae094611f1",
            "branch" : [
              {
                "SHA1" : "7e113f21b6ab1c7b92b99b60062bb4ae094611f1",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "7e113f21b6ab1c7b92b99b60062bb4ae094611f1",
        "branch" : [
          {
            "SHA1" : "7e113f21b6ab1c7b92b99b60062bb4ae094611f1",
            "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" : "#31",
  "duration" : 30373,
  "estimatedDuration" : 755754,
  "executor" : None,
  "fullDisplayName" : "sam_clubb_silhs_gfortran_build #31",
  "id" : "31",
  "keepLog" : False,
  "number" : 31,
  "queueId" : 3319,
  "result" : "SUCCESS",
  "timestamp" : 1617783906326,
  "url" : "http://carson.math.uwm.edu/jenkins/job/sam_clubb_silhs_gfortran_build/31/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "setup_clubb_pdf_params.F90"
          ],
          "commitId" : "6c9e04895cc17487452341d043cb78e830c2a407",
          "timestamp" : 1617736320000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Adding comments explaining why component_corr_x_hm_n_ip uses corr_array_n_cloud twice. larson-group/cam#129\u000a",
          "date" : "2021-04-06 14:12:00 -0500",
          "id" : "6c9e04895cc17487452341d043cb78e830c2a407",
          "msg" : "Adding comments explaining why component_corr_x_hm_n_ip uses corr_array_n_cloud twice. larson-group/cam#129",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "setup_clubb_pdf_params.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "precipitation_fraction.F90",
            "setup_clubb_pdf_params.F90"
          ],
          "commitId" : "74f1428285696c9767d143f017b8338ad2da888e",
          "timestamp" : 1617751722000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "More loop pushing, all bit-for-bit. larson-group/cam#129\u000a",
          "date" : "2021-04-06 18:28:42 -0500",
          "id" : "74f1428285696c9767d143f017b8338ad2da888e",
          "msg" : "More loop pushing, all bit-for-bit. larson-group/cam#129",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "precipitation_fraction.F90"
            },
            {
              "editType" : "edit",
              "file" : "setup_clubb_pdf_params.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "mono_flux_limiter.F90"
          ],
          "commitId" : "33236d9b25afc4caa618b1e2a23236583861f9fe",
          "timestamp" : 1617751805000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Adding one_half to use statement. This was a bug preventing compilation when using the ifort compiler with the MKL functions.\u000a",
          "date" : "2021-04-06 18:30:05 -0500",
          "id" : "33236d9b25afc4caa618b1e2a23236583861f9fe",
          "msg" : "Adding one_half to use statement. This was a bug preventing compilation when using the ifort compiler with the MKL functions.",
          "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" : 32,
    "url" : "http://carson.math.uwm.edu/jenkins/job/sam_clubb_silhs_gfortran_build/32/"
  },
  "previousBuild" : {
    "number" : 30,
    "url" : "http://carson.math.uwm.edu/jenkins/job/sam_clubb_silhs_gfortran_build/30/"
  }
}