{
  "_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" : 61,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "9c043092f464dd4e353d3ff565e7f7c09c73dac6",
            "branch" : [
              {
                "SHA1" : "9c043092f464dd4e353d3ff565e7f7c09c73dac6",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "9c043092f464dd4e353d3ff565e7f7c09c73dac6",
            "branch" : [
              {
                "SHA1" : "9c043092f464dd4e353d3ff565e7f7c09c73dac6",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "9c043092f464dd4e353d3ff565e7f7c09c73dac6",
        "branch" : [
          {
            "SHA1" : "9c043092f464dd4e353d3ff565e7f7c09c73dac6",
            "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" : "#61",
  "duration" : 762154,
  "estimatedDuration" : 2836596,
  "executor" : None,
  "fullDisplayName" : "clubb_nvhpc_single_prec_build #61",
  "id" : "61",
  "keepLog" : False,
  "number" : 61,
  "queueId" : 5194,
  "result" : "SUCCESS",
  "timestamp" : 1732096510022,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_nvhpc_single_prec_build/61/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "utilities/sens_matrix/create_figs.py"
          ],
          "commitId" : "90da93a5bb3dc5a7b27f02b45978ce1cf9bef6fd",
          "timestamp" : 1732038377000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
            "fullName" : "Vince Larson"
          },
          "authorEmail" : "vlarson@uwm.edu",
          "comment" : "QuadTune: Plot a map of the change in the loss function for each region.\u000a\u000aThis map tells us which regions are improved and which are degraded.  I.e., it displays the tuning trade-offs.\u000a\u000aFor #910.\u000a",
          "date" : "2024-11-19 11:46:17 -0600",
          "id" : "90da93a5bb3dc5a7b27f02b45978ce1cf9bef6fd",
          "msg" : "QuadTune: Plot a map of the change in the loss function for each region.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "utilities/sens_matrix/create_figs.py"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "postprocessing/pyplotgen/src/ContourPanel.py",
            "postprocessing/pyplotgen/config/Style_definitions.py",
            "postprocessing/pyplotgen/config/VariableGroupCorrelations.py",
            "postprocessing/pyplotgen/src/VariableGroup.py"
          ],
          "commitId" : "9c043092f464dd4e353d3ff565e7f7c09c73dac6",
          "timestamp" : 1732048487000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Fixed time-height plot colormaps (#1210)\u000a\u000aCLUBB ticket #1164\u000a\u000aAdded a \"quick\" fix for the generation of the time-height plot colormaps when variables are not correlations (i.e. values outside of [-1;1])\u000aUpdated VariableGroupCorrelations to include all correlations that are usually output in CLUBB.\u000a",
          "date" : "2024-11-19 14:34:47 -0600",
          "id" : "9c043092f464dd4e353d3ff565e7f7c09c73dac6",
          "msg" : "Fixed time-height plot colormaps (#1210)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/config/VariableGroupCorrelations.py"
            },
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/src/VariableGroup.py"
            },
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/src/ContourPanel.py"
            },
            {
              "editType" : "edit",
              "file" : "postprocessing/pyplotgen/config/Style_definitions.py"
            }
          ]
        }
      ],
      "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" : 62,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_nvhpc_single_prec_build/62/"
  },
  "previousBuild" : {
    "number" : 60,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_nvhpc_single_prec_build/60/"
  }
}