{
  "_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" : 493,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "3b21ab44d1b0291162a4394f45f88c8c64cb0157",
            "branch" : [
              {
                "SHA1" : "3b21ab44d1b0291162a4394f45f88c8c64cb0157",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "3b21ab44d1b0291162a4394f45f88c8c64cb0157",
            "branch" : [
              {
                "SHA1" : "3b21ab44d1b0291162a4394f45f88c8c64cb0157",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "3b21ab44d1b0291162a4394f45f88c8c64cb0157",
        "branch" : [
          {
            "SHA1" : "3b21ab44d1b0291162a4394f45f88c8c64cb0157",
            "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" : "#493",
  "duration" : 152460,
  "estimatedDuration" : 164842,
  "executor" : None,
  "fullDisplayName" : "clubb_G_unit_gfortran_tests #493",
  "id" : "493",
  "keepLog" : False,
  "number" : 493,
  "queueId" : 2024,
  "result" : "SUCCESS",
  "timestamp" : 1725351069253,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/493/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "utilities/sens_matrix/sens_matrix_dashboard.py",
            "utilities/sens_matrix/create_figs.py"
          ],
          "commitId" : "5c3a77e0c4306930e481035c9c0771de44c20fa7",
          "timestamp" : 1725297388000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
            "fullName" : "Vince Larson"
          },
          "authorEmail" : "vlarson@uwm.edu",
          "comment" : "QuadTune: Use quadratic programming to calculate the smallest dparam needed to debias 2 regions.\u000a\u000aFor #910.\u000a",
          "date" : "2024-09-02 12:16:28 -0500",
          "id" : "5c3a77e0c4306930e481035c9c0771de44c20fa7",
          "msg" : "QuadTune: Use quadratic programming to calculate the smallest dparam needed to debias 2 regions.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "utilities/sens_matrix/sens_matrix_dashboard.py"
            },
            {
              "editType" : "edit",
              "file" : "utilities/sens_matrix/create_figs.py"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/advance_helper_module.F90"
          ],
          "commitId" : "3b21ab44d1b0291162a4394f45f88c8c64cb0157",
          "timestamp" : 1725305536000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Ri zm calc4 (#1168)\u000a\u000aBug fix for Ri_zm calc (Part 4) commit\u000aCLUBB tocket #1145\u000a\u000a* Added missing acc loop directive in calc_Ri_zm\u000a",
          "date" : "2024-09-02 14:32:16 -0500",
          "id" : "3b21ab44d1b0291162a4394f45f88c8c64cb0157",
          "msg" : "Ri zm calc4 (#1168)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_helper_module.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
      "fullName" : "Vince Larson"
    },
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 494,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/494/"
  },
  "previousBuild" : {
    "number" : 492,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/492/"
  }
}