{
  "_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" : 329,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "0eca2146266b52e407a4feac444e1be8923fa3c4",
            "branch" : [
              {
                "SHA1" : "0eca2146266b52e407a4feac444e1be8923fa3c4",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "0eca2146266b52e407a4feac444e1be8923fa3c4",
            "branch" : [
              {
                "SHA1" : "0eca2146266b52e407a4feac444e1be8923fa3c4",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "0eca2146266b52e407a4feac444e1be8923fa3c4",
        "branch" : [
          {
            "SHA1" : "0eca2146266b52e407a4feac444e1be8923fa3c4",
            "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" : "#329",
  "duration" : 93995,
  "estimatedDuration" : 164842,
  "executor" : None,
  "fullDisplayName" : "clubb_G_unit_gfortran_tests #329",
  "id" : "329",
  "keepLog" : False,
  "number" : 329,
  "queueId" : 22254,
  "result" : "SUCCESS",
  "timestamp" : 1680855069183,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/329/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "utilities/autocommit_message_maker/autocommit_message_maker.py"
          ],
          "commitId" : "6d1ddfc80e3c21483a2a90d03c0f5581c0dd7dff",
          "timestamp" : 1680816187000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/cernikt",
            "fullName" : "cernikt"
          },
          "authorEmail" : "tjcernik@uwm.edu",
          "comment" : "bug fixes for the autocommit message maker code\u000a",
          "date" : "2023-04-06 16:23:07 -0500",
          "id" : "6d1ddfc80e3c21483a2a90d03c0f5581c0dd7dff",
          "msg" : "bug fixes for the autocommit message maker code",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "utilities/autocommit_message_maker/autocommit_message_maker.py"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/parameters_model.F90"
          ],
          "commitId" : "0eca2146266b52e407a4feac444e1be8923fa3c4",
          "timestamp" : 1680842443000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Making it so sclr_tol is set to 0 before the specified sclr_tol_in. This is so that it is initialized to 0 in the case that sclr_dim = 0, since now we are setting it to have a minimum allocation size of 1 and would otherwise have a garbage value. This is what broke the clubb_openmp_gfortran_test.\u000a",
          "date" : "2023-04-06 23:40:43 -0500",
          "id" : "0eca2146266b52e407a4feac444e1be8923fa3c4",
          "msg" : "Making it so sclr_tol is set to 0 before the specified sclr_tol_in. This is so that it is initialized to 0 in the case that sclr_dim = 0, since now we are setting it to have a minimum allocation size of 1 and would otherwise have a garbage value. This is what broke the clubb_openmp_gfortran_test.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/parameters_model.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/cernikt",
      "fullName" : "cernikt"
    },
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
      "fullName" : "Gunther Huebler"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 330,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/330/"
  },
  "previousBuild" : {
    "number" : 328,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/328/"
  }
}