{
  "_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" : 41,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f3880447cdc29ebab35455c2141880dc6528061b",
            "branch" : [
              {
                "SHA1" : "f3880447cdc29ebab35455c2141880dc6528061b",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f3880447cdc29ebab35455c2141880dc6528061b",
            "branch" : [
              {
                "SHA1" : "f3880447cdc29ebab35455c2141880dc6528061b",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "f3880447cdc29ebab35455c2141880dc6528061b",
        "branch" : [
          {
            "SHA1" : "f3880447cdc29ebab35455c2141880dc6528061b",
            "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" : "#41",
  "duration" : 76596,
  "estimatedDuration" : 100099,
  "executor" : None,
  "fullDisplayName" : "clubb_api_commitment_test #41",
  "id" : "41",
  "keepLog" : False,
  "number" : 41,
  "queueId" : 2899,
  "result" : "SUCCESS",
  "timestamp" : 1616659870542,
  "url" : "http://carson.math.uwm.edu/jenkins/view/all/job/clubb_api_commitment_test/41/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "utilities/analyze_sensitivity_matrix.py"
          ],
          "commitId" : "f04e934693e578ba72f15ce6ea3de917c62e52ba",
          "timestamp" : 1616594162000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
            "fullName" : "Vince Larson"
          },
          "authorEmail" : "vlarson@uwm.edu",
          "comment" : "Print more variables and add assertion checks\u000ato test whether svdInvrs is truly the inverse\u000aand also whether paramsSoln truly solves the system of equations.\u000a\u000aFor #910.\u000a",
          "date" : "2021-03-24 08:56:02 -0500",
          "id" : "f04e934693e578ba72f15ce6ea3de917c62e52ba",
          "msg" : "Print more variables and add assertion checks",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "utilities/analyze_sensitivity_matrix.py"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "utilities/analyze_sensitivity_matrix.py"
          ],
          "commitId" : "0547b8c6272c91bced78603040c3866887961c81",
          "timestamp" : 1616594527000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
            "fullName" : "Vince Larson"
          },
          "authorEmail" : "vlarson@uwm.edu",
          "comment" : "Change \"print\" to \"sys.exit\".\u000a\u000aFor #910.\u000a",
          "date" : "2021-03-24 09:02:07 -0500",
          "id" : "0547b8c6272c91bced78603040c3866887961c81",
          "msg" : "Change \"print\" to \"sys.exit\".",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "utilities/analyze_sensitivity_matrix.py"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/clubb_api_module.F90",
            "src/clubb_driver.F90",
            "src/CLUBB_core/setup_clubb_pdf_params.F90"
          ],
          "commitId" : "ee8146a67fea1e934ec07c363ff4db1c61f1af37",
          "timestamp" : 1616623371000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Pushing grid column loop into setup_pdf_params. Adding iterface too, allowing us to call it with single or multiple columns so that the host models don't need updating to work with this change. This is bit-for-bit, tested with clubb_standalone and cam coarse res run. larson-group/cam#129\u000a",
          "date" : "2021-03-24 17:02:51 -0500",
          "id" : "ee8146a67fea1e934ec07c363ff4db1c61f1af37",
          "msg" : "Pushing grid column loop into setup_pdf_params. Adding iterface too, allowing us to call it with single or multiple columns so that the host models don't need updating to work with this change. This is bit-for-bit, tested with clubb_standalone and cam coarse res run. larson-group/cam#129",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/clubb_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/setup_clubb_pdf_params.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/setup_clubb_pdf_params.F90"
          ],
          "commitId" : "0158f1fdcd84fa344e7ae47d322376a35ab6d23a",
          "timestamp" : 1616632453000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Broke up column loop inside setup_pdf_params. This is all bit-for-bit. larson-group/cam#129\u000a",
          "date" : "2021-03-24 19:34:13 -0500",
          "id" : "0158f1fdcd84fa344e7ae47d322376a35ab6d23a",
          "msg" : "Broke up column loop inside setup_pdf_params. This is all bit-for-bit. larson-group/cam#129",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/setup_clubb_pdf_params.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/setup_clubb_pdf_params.F90"
          ],
          "commitId" : "f3880447cdc29ebab35455c2141880dc6528061b",
          "timestamp" : 1616632485000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Fixed typo bug. larson-group/cam#129\u000a",
          "date" : "2021-03-24 19:34:45 -0500",
          "id" : "f3880447cdc29ebab35455c2141880dc6528061b",
          "msg" : "Fixed typo bug. 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" : 42,
    "url" : "http://carson.math.uwm.edu/jenkins/view/all/job/clubb_api_commitment_test/42/"
  },
  "previousBuild" : {
    "number" : 40,
    "url" : "http://carson.math.uwm.edu/jenkins/view/all/job/clubb_api_commitment_test/40/"
  }
}