{
  "_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" : 105,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "12407142b14155687d0d80b174796965d2793b12",
            "branch" : [
              {
                "SHA1" : "12407142b14155687d0d80b174796965d2793b12",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "12407142b14155687d0d80b174796965d2793b12",
            "branch" : [
              {
                "SHA1" : "12407142b14155687d0d80b174796965d2793b12",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 188,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "432998647cc3004408c9030c0300b00e34a74545",
            "branch" : [
              {
                "SHA1" : "432998647cc3004408c9030c0300b00e34a74545",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "432998647cc3004408c9030c0300b00e34a74545",
            "branch" : [
              {
                "SHA1" : "432998647cc3004408c9030c0300b00e34a74545",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "432998647cc3004408c9030c0300b00e34a74545",
        "branch" : [
          {
            "SHA1" : "432998647cc3004408c9030c0300b00e34a74545",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/larson-group/clubb.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" : "#188",
  "duration" : 462500,
  "estimatedDuration" : 164842,
  "executor" : None,
  "fullDisplayName" : "clubb_G_unit_gfortran_tests #188",
  "id" : "188",
  "keepLog" : False,
  "number" : 188,
  "queueId" : 12560,
  "result" : "SUCCESS",
  "timestamp" : 1643447482644,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/188/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/advance_clubb_core_module.F90"
          ],
          "commitId" : "43e3ed467b12b4a67175d9591e106b7c1f5e3551",
          "timestamp" : 1643406577000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Intializing sigma_sqd_w_zt when not using ADG1. larson-group/clubb#972\u000a",
          "date" : "2022-01-28 15:49:37 -0600",
          "id" : "43e3ed467b12b4a67175d9591e106b7c1f5e3551",
          "msg" : "Intializing sigma_sqd_w_zt when not using ADG1. larson-group/clubb#972",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_clubb_core_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/pdf_parameter_module.F90"
          ],
          "commitId" : "9fafdc88ad9ff33a142d439e9079e11a9d594cbc",
          "timestamp" : 1643411572000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Fixing bug, we were not initializng pdf_params for all columns. larson-group/clubb#972\u000a",
          "date" : "2022-01-28 17:12:52 -0600",
          "id" : "9fafdc88ad9ff33a142d439e9079e11a9d594cbc",
          "msg" : "Fixing bug, we were not initializng pdf_params for all columns. larson-group/clubb#972",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/pdf_parameter_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/clubb_driver.F90",
            "src/input_fields.F90"
          ],
          "commitId" : "432998647cc3004408c9030c0300b00e34a74545",
          "timestamp" : 1643416649000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
            "fullName" : "bmg2"
          },
          "authorEmail" : "bmg2@uwm.edu",
          "comment" : "I updated CLUBB to include new fields to its restart functionality.\u000aThese fields are necessary to restart CLUBB when the PDF is placed in\u000athe \"post\" position.\u000a",
          "date" : "2022-01-28 18:37:29 -0600",
          "id" : "432998647cc3004408c9030c0300b00e34a74545",
          "msg" : "I updated CLUBB to include new fields to its restart functionality.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/input_fields.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/bmg2",
      "fullName" : "bmg2"
    },
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
      "fullName" : "Gunther Huebler"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 189,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/189/"
  },
  "previousBuild" : {
    "number" : 187,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/187/"
  }
}