{
  "_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" : 76,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d3946a586f66f155af6c32d7c6f9ed92389388cf",
            "branch" : [
              {
                "SHA1" : "d3946a586f66f155af6c32d7c6f9ed92389388cf",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d3946a586f66f155af6c32d7c6f9ed92389388cf",
            "branch" : [
              {
                "SHA1" : "d3946a586f66f155af6c32d7c6f9ed92389388cf",
                "name" : "origin/master"
              }
            ]
          }
        },
        "origin/changes_to_not_break" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 72,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "c7eb33836dd22870dc48b2acd2b5b340dbeef909",
            "branch" : [
              {
                "SHA1" : "c7eb33836dd22870dc48b2acd2b5b340dbeef909",
                "name" : "origin/changes_to_not_break"
              }
            ]
          },
          "revision" : {
            "SHA1" : "c7eb33836dd22870dc48b2acd2b5b340dbeef909",
            "branch" : [
              {
                "SHA1" : "c7eb33836dd22870dc48b2acd2b5b340dbeef909",
                "name" : "origin/changes_to_not_break"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 180,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2fa84ccaa4df94491adb4d487d02fb4a5939a910",
            "branch" : [
              {
                "SHA1" : "2fa84ccaa4df94491adb4d487d02fb4a5939a910",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2fa84ccaa4df94491adb4d487d02fb4a5939a910",
            "branch" : [
              {
                "SHA1" : "2fa84ccaa4df94491adb4d487d02fb4a5939a910",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "2fa84ccaa4df94491adb4d487d02fb4a5939a910",
        "branch" : [
          {
            "SHA1" : "2fa84ccaa4df94491adb4d487d02fb4a5939a910",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/larson-group/wrf.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" : "#180",
  "duration" : 3966776,
  "estimatedDuration" : 1670312,
  "executor" : None,
  "fullDisplayName" : "wrf_clubb_silhs_parallel_ifort #180",
  "id" : "180",
  "keepLog" : False,
  "number" : 180,
  "queueId" : 14375,
  "result" : "SUCCESS",
  "timestamp" : 1648628406824,
  "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_silhs_parallel_ifort/180/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "parameters_tunable.F90",
            "advance_clubb_core_module.F90",
            "parameter_indices.F90",
            "clubb_api_module.F90"
          ],
          "commitId" : "36dbc89e7df189d2910e3b3fc2d3bbe5a4084149",
          "timestamp" : 1648591498000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "Added a3_coef_min to the list of CLUBB's tunable parameter and then\u000acommented-in the a3_coef clipping line found in advance_clubb_core.F90.\u000a\u000aThe results of this revision are bit-for-bit.\u000a",
          "date" : "2022-03-29 17:04:58 -0500",
          "id" : "36dbc89e7df189d2910e3b3fc2d3bbe5a4084149",
          "msg" : "Added a3_coef_min to the list of CLUBB's tunable parameter and then",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "parameters_tunable.F90"
            },
            {
              "editType" : "edit",
              "file" : "parameter_indices.F90"
            },
            {
              "editType" : "edit",
              "file" : "clubb_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "tunable_parameters.in"
          ],
          "commitId" : "ddd10aba970e374e5f9838c5cb15458ed4db425b",
          "timestamp" : 1648591498000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "Added a3_coef_min to the list of CLUBB's tunable parameter and then\u000acommented-in the a3_coef clipping line found in advance_clubb_core.F90.\u000a\u000aThe results of this revision are bit-for-bit.\u000a",
          "date" : "2022-03-29 17:04:58 -0500",
          "id" : "ddd10aba970e374e5f9838c5cb15458ed4db425b",
          "msg" : "Added a3_coef_min to the list of CLUBB's tunable parameter and then",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "tunable_parameters.in"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "WRF/phys/module_bl_clubb.F"
          ],
          "commitId" : "afb399613b1aa3d3e9dc4b21effa7110fa47c06c",
          "timestamp" : 1648593252000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "Adding CLUBB's new tunable parameter a3_coef_min to the WRF-CLUBB code.\u000a",
          "date" : "2022-03-29 17:34:12 -0500",
          "id" : "afb399613b1aa3d3e9dc4b21effa7110fa47c06c",
          "msg" : "Adding CLUBB's new tunable parameter a3_coef_min to the WRF-CLUBB code.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "WRF/phys/module_bl_clubb.F"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
      "fullName" : "bmg2"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 181,
    "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_silhs_parallel_ifort/181/"
  },
  "previousBuild" : {
    "number" : 179,
    "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_silhs_parallel_ifort/179/"
  }
}