{
  "_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" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 42,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "bc4a46d2e4a0ad88af04dc5aa8e34e9207547a8b",
            "branch" : [
              {
                "SHA1" : "bc4a46d2e4a0ad88af04dc5aa8e34e9207547a8b",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "bc4a46d2e4a0ad88af04dc5aa8e34e9207547a8b",
            "branch" : [
              {
                "SHA1" : "bc4a46d2e4a0ad88af04dc5aa8e34e9207547a8b",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "bc4a46d2e4a0ad88af04dc5aa8e34e9207547a8b",
        "branch" : [
          {
            "SHA1" : "bc4a46d2e4a0ad88af04dc5aa8e34e9207547a8b",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/larson-group/clubb.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_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" : "#42",
  "duration" : 74574,
  "estimatedDuration" : 100099,
  "executor" : None,
  "fullDisplayName" : "clubb_api_commitment_test #42",
  "id" : "42",
  "keepLog" : False,
  "number" : 42,
  "queueId" : 2958,
  "result" : "SUCCESS",
  "timestamp" : 1616832671120,
  "url" : "http://carson.math.uwm.edu/jenkins/view/all/job/clubb_api_commitment_test/42/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "utilities/test_analyzeSensMatrix.py",
            "utilities/pytest.ini"
          ],
          "commitId" : "ef13fcd9d433c3469bf649135f56dbd367b83d7b",
          "timestamp" : 1616778868000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
            "fullName" : "Vince Larson"
          },
          "authorEmail" : "vlarson@uwm.edu",
          "comment" : "Add 2 more unit tests to test_analyzeSensMatrix.py\u000aand allow pytest to run those 2 tests and the original one.\u000a\u000aFor #910.\u000a",
          "date" : "2021-03-26 12:14:28 -0500",
          "id" : "ef13fcd9d433c3469bf649135f56dbd367b83d7b",
          "msg" : "Add 2 more unit tests to test_analyzeSensMatrix.py",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "utilities/test_analyzeSensMatrix.py"
            },
            {
              "editType" : "add",
              "file" : "utilities/pytest.ini"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "utilities/analyze_sensitivity_matrix.py",
            "utilities/test_analyzeSensMatrix.py"
          ],
          "commitId" : "fa171f954ea474d1a931e6e7023a8f8ad707f512",
          "timestamp" : 1616785216000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
            "fullName" : "Vince Larson"
          },
          "authorEmail" : "vlarson@uwm.edu",
          "comment" : "De-weight metrics that needn't be matched closely.\u000aThe weight of each metric is specified in metricsWeights,\u000awhere 1 is full weight and eps is no weight.\u000aThe de-weighted metrics will be matched less closely\u000aby the calculated best-fit parameter values.\u000a\u000aFor #910.\u000a",
          "date" : "2021-03-26 14:00:16 -0500",
          "id" : "fa171f954ea474d1a931e6e7023a8f8ad707f512",
          "msg" : "De-weight metrics that needn't be matched closely.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "utilities/test_analyzeSensMatrix.py"
            },
            {
              "editType" : "edit",
              "file" : "utilities/analyze_sensitivity_matrix.py"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/setup_clubb_pdf_params.F90"
          ],
          "commitId" : "bc4a46d2e4a0ad88af04dc5aa8e34e9207547a8b",
          "timestamp" : 1616795595000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Pushed down some more loops in setup_pdf_params. All bit-for-bit. larson-group/cam#129\u000a",
          "date" : "2021-03-26 16:53:15 -0500",
          "id" : "bc4a46d2e4a0ad88af04dc5aa8e34e9207547a8b",
          "msg" : "Pushed down some more loops in setup_pdf_params. All bit-for-bit. larson-group/cam#129",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/setup_clubb_pdf_params.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
      "fullName" : "Vince Larson"
    },
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
      "fullName" : "Gunther Huebler"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 43,
    "url" : "http://carson.math.uwm.edu/jenkins/view/all/job/clubb_api_commitment_test/43/"
  },
  "previousBuild" : {
    "number" : 41,
    "url" : "http://carson.math.uwm.edu/jenkins/view/all/job/clubb_api_commitment_test/41/"
  }
}