{
  "_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" : 26,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f05b9e9bc494122dd7c00f25c8ab74f416832b96",
            "branch" : [
              {
                "SHA1" : "f05b9e9bc494122dd7c00f25c8ab74f416832b96",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f05b9e9bc494122dd7c00f25c8ab74f416832b96",
            "branch" : [
              {
                "SHA1" : "f05b9e9bc494122dd7c00f25c8ab74f416832b96",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "f05b9e9bc494122dd7c00f25c8ab74f416832b96",
        "branch" : [
          {
            "SHA1" : "f05b9e9bc494122dd7c00f25c8ab74f416832b96",
            "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" : "#26",
  "duration" : 43834,
  "estimatedDuration" : 755754,
  "executor" : None,
  "fullDisplayName" : "sam_clubb_silhs_gfortran_build #26",
  "id" : "26",
  "keepLog" : False,
  "number" : 26,
  "queueId" : 2913,
  "result" : "SUCCESS",
  "timestamp" : 1616660710588,
  "url" : "http://carson.math.uwm.edu/jenkins/job/sam_clubb_silhs_gfortran_build/26/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "setup_clubb_pdf_params.F90",
            "clubb_api_module.F90"
          ],
          "commitId" : "8068e95547c4c41cc04a1544ca89c447ce8cb3d1",
          "timestamp" : 1616623371000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Pushing grid column loop into setup_pdf_params. Adding iterface too, allowing us to call it with single or multiple columns so that the host models don't need updating to work with this change. This is bit-for-bit, tested with clubb_standalone and cam coarse res run. larson-group/cam#129\u000a",
          "date" : "2021-03-24 17:02:51 -0500",
          "id" : "8068e95547c4c41cc04a1544ca89c447ce8cb3d1",
          "msg" : "Pushing grid column loop into setup_pdf_params. Adding iterface too, allowing us to call it with single or multiple columns so that the host models don't need updating to work with this change. This is bit-for-bit, tested with clubb_standalone and cam coarse res run. larson-group/cam#129",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "clubb_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "setup_clubb_pdf_params.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "setup_clubb_pdf_params.F90"
          ],
          "commitId" : "49526c75527ab693e698d52622d96e109f47fa5d",
          "timestamp" : 1616632453000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Broke up column loop inside setup_pdf_params. This is all bit-for-bit. larson-group/cam#129\u000a",
          "date" : "2021-03-24 19:34:13 -0500",
          "id" : "49526c75527ab693e698d52622d96e109f47fa5d",
          "msg" : "Broke up column loop inside setup_pdf_params. This is all bit-for-bit. larson-group/cam#129",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "setup_clubb_pdf_params.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "setup_clubb_pdf_params.F90"
          ],
          "commitId" : "6e31b884674f711f52a82880a1046af81bdb0357",
          "timestamp" : 1616632485000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Fixed typo bug. larson-group/cam#129\u000a",
          "date" : "2021-03-24 19:34:45 -0500",
          "id" : "6e31b884674f711f52a82880a1046af81bdb0357",
          "msg" : "Fixed typo bug. larson-group/cam#129",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "setup_clubb_pdf_params.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
      "fullName" : "Gunther Huebler"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 27,
    "url" : "http://carson.math.uwm.edu/jenkins/job/sam_clubb_silhs_gfortran_build/27/"
  },
  "previousBuild" : {
    "number" : 25,
    "url" : "http://carson.math.uwm.edu/jenkins/job/sam_clubb_silhs_gfortran_build/25/"
  }
}