{
  "_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" : 257,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6d851c6c5b576b4ff01549d93453b8393e232a80",
            "branch" : [
              {
                "SHA1" : "6d851c6c5b576b4ff01549d93453b8393e232a80",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6d851c6c5b576b4ff01549d93453b8393e232a80",
            "branch" : [
              {
                "SHA1" : "6d851c6c5b576b4ff01549d93453b8393e232a80",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "6d851c6c5b576b4ff01549d93453b8393e232a80",
        "branch" : [
          {
            "SHA1" : "6d851c6c5b576b4ff01549d93453b8393e232a80",
            "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" : "#257",
  "duration" : 3241324,
  "estimatedDuration" : 1670312,
  "executor" : None,
  "fullDisplayName" : "wrf_clubb_silhs_parallel_ifort #257",
  "id" : "257",
  "keepLog" : False,
  "number" : 257,
  "queueId" : 21455,
  "result" : "SUCCESS",
  "timestamp" : 1678782008990,
  "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_silhs_parallel_ifort/257/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "advance_clubb_core_module.F90",
            "parameters_tunable.F90",
            "parameter_indices.F90",
            "clubb_api_module.F90",
            "sfc_varnce_module.F90"
          ],
          "commitId" : "e2ffb7330b8d80d9d895759c6a1781239ec00141",
          "timestamp" : 1678723565000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Making 'a_const' into a CLUBB tunable parameter. (#1072)\u000a\u000a* Converting the sfc_varnce_module.F90 parameter 'a_const' into a CLUBB tunable parameter.\u000a\u000aResults should be bit-for-bit since it will be set to 1.8 and with l_vary_convect_depth=F\u000athis is the standard value.\u000a\u000aSome discussion in ticket #994.\u000a\u000a* Completing requested changes, see PR #1072.\u000a",
          "date" : "2023-03-13 10:06:05 -0600",
          "id" : "e2ffb7330b8d80d9d895759c6a1781239ec00141",
          "msg" : "Making 'a_const' into a CLUBB tunable parameter. (#1072)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "clubb_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "parameters_tunable.F90"
            },
            {
              "editType" : "edit",
              "file" : "sfc_varnce_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "parameter_indices.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "tunable_parameters.in"
          ],
          "commitId" : "ea8e240b701e58890146b050319eb71c919a70e0",
          "timestamp" : 1678723565000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Making 'a_const' into a CLUBB tunable parameter. (#1072)\u000a\u000a* Converting the sfc_varnce_module.F90 parameter 'a_const' into a CLUBB tunable parameter.\u000a\u000aResults should be bit-for-bit since it will be set to 1.8 and with l_vary_convect_depth=F\u000athis is the standard value.\u000a\u000aSome discussion in ticket #994.\u000a\u000a* Completing requested changes, see PR #1072.\u000a",
          "date" : "2023-03-13 10:06:05 -0600",
          "id" : "ea8e240b701e58890146b050319eb71c919a70e0",
          "msg" : "Making 'a_const' into a CLUBB tunable parameter. (#1072)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "tunable_parameters.in"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "WRF/phys/module_bl_clubb.F"
          ],
          "commitId" : "2f2dc4627853dd036ef3bd081552518eaa786e38",
          "timestamp" : 1678723586000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/benjamin.andrew.stephens",
            "fullName" : "benjamin.andrew.stephens"
          },
          "authorEmail" : "benjamin.andrew.stephens@gmail.com",
          "comment" : "Updating for changes to CLUBB.  See PR #1072.\u000a",
          "date" : "2023-03-13 11:06:26 -0500",
          "id" : "2f2dc4627853dd036ef3bd081552518eaa786e38",
          "msg" : "Updating for changes to CLUBB.  See PR #1072.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "WRF/phys/module_bl_clubb.F"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    },
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/benjamin.andrew.stephens",
      "fullName" : "benjamin.andrew.stephens"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 258,
    "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_silhs_parallel_ifort/258/"
  },
  "previousBuild" : {
    "number" : 256,
    "url" : "http://carson.math.uwm.edu/jenkins/job/wrf_clubb_silhs_parallel_ifort/256/"
  }
}