{
  "_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" : 59,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "37af0057830f1f78d65d9b40e115d652eccd7025",
            "branch" : [
              {
                "SHA1" : "37af0057830f1f78d65d9b40e115d652eccd7025",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "37af0057830f1f78d65d9b40e115d652eccd7025",
            "branch" : [
              {
                "SHA1" : "37af0057830f1f78d65d9b40e115d652eccd7025",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "37af0057830f1f78d65d9b40e115d652eccd7025",
        "branch" : [
          {
            "SHA1" : "37af0057830f1f78d65d9b40e115d652eccd7025",
            "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" : "#59",
  "duration" : 6792187,
  "estimatedDuration" : 789506,
  "executor" : None,
  "fullDisplayName" : "clubb_release_intel_build #59",
  "id" : "59",
  "keepLog" : False,
  "number" : 59,
  "queueId" : 3585,
  "result" : "SUCCESS",
  "timestamp" : 1618044667676,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_release_intel_build/59/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "utilities/analyze_sensitivity_matrix.py",
            "utilities/sens_matrix_dashboard.py"
          ],
          "commitId" : "445f45d420204e26e40a71c42b9f942f05d7fdec",
          "timestamp" : 1617994768000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
            "fullName" : "Vince Larson"
          },
          "authorEmail" : "vlarson@uwm.edu",
          "comment" : "Add new driver code that creates a web dashboard\u000athat displays plots related to the sensitivity matrix.\u000a\u000aFor #910.\u000a",
          "date" : "2021-04-09 13:59:28 -0500",
          "id" : "445f45d420204e26e40a71c42b9f942f05d7fdec",
          "msg" : "Add new driver code that creates a web dashboard",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "utilities/analyze_sensitivity_matrix.py"
            },
            {
              "editType" : "add",
              "file" : "utilities/sens_matrix_dashboard.py"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/setup_clubb_pdf_params.F90"
          ],
          "commitId" : "38fc41325605cf523ca9094b3f3f4e6a135af8cf",
          "timestamp" : 1617998854000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Performance improvements from chaning loop orderings and redundant operation reduction. All bit-for-bit. larson-group/cam#129\u000a",
          "date" : "2021-04-09 15:07:34 -0500",
          "id" : "38fc41325605cf523ca9094b3f3f4e6a135af8cf",
          "msg" : "Performance improvements from chaning loop orderings and redundant operation reduction. 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" : "21e024a32877c833838fed9ab7c71b934f59624d",
          "timestamp" : 1618000160000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Reordering dimensions on some arrays. This is bit-for-bit. larson-group/cam#129\u000a",
          "date" : "2021-04-09 15:29:20 -0500",
          "id" : "21e024a32877c833838fed9ab7c71b934f59624d",
          "msg" : "Reordering dimensions on some arrays. This is 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" : "b290f700d49fc6cb95491b905c3ea4b8c933a836",
          "timestamp" : 1618001640000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Reducing operations. All bit-for-bit. larson-group/cam#129\u000a",
          "date" : "2021-04-09 15:54:00 -0500",
          "id" : "b290f700d49fc6cb95491b905c3ea4b8c933a836",
          "msg" : "Reducing operations. 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/pdf_utilities.F90",
            "src/CLUBB_core/setup_clubb_pdf_params.F90"
          ],
          "commitId" : "8737619394f6fad70e8b2d159ec4d35fca14630e",
          "timestamp" : 1618007396000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Adding 2D subroutine versions of some functions to improve performance. This is all bit-for-bit. larson-group/cam#129\u000a",
          "date" : "2021-04-09 17:29:56 -0500",
          "id" : "8737619394f6fad70e8b2d159ec4d35fca14630e",
          "msg" : "Adding 2D subroutine versions of some functions to improve performance. This is all bit-for-bit. larson-group/cam#129",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/pdf_utilities.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" : "37af0057830f1f78d65d9b40e115d652eccd7025",
          "timestamp" : 1618014437000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Some small cleanup, all just formatting. larson-group/cam#129\u000a",
          "date" : "2021-04-09 19:27:17 -0500",
          "id" : "37af0057830f1f78d65d9b40e115d652eccd7025",
          "msg" : "Some small cleanup, all just formatting. 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" : 60,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_release_intel_build/60/"
  },
  "previousBuild" : {
    "number" : 58,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_release_intel_build/58/"
  }
}