{
  "_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" : 458,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6a881c89ed27787eb3c5eecd4210ecadffecd485",
            "branch" : [
              {
                "SHA1" : "6a881c89ed27787eb3c5eecd4210ecadffecd485",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6a881c89ed27787eb3c5eecd4210ecadffecd485",
            "branch" : [
              {
                "SHA1" : "6a881c89ed27787eb3c5eecd4210ecadffecd485",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "6a881c89ed27787eb3c5eecd4210ecadffecd485",
        "branch" : [
          {
            "SHA1" : "6a881c89ed27787eb3c5eecd4210ecadffecd485",
            "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" : "#458",
  "duration" : 104651,
  "estimatedDuration" : 164842,
  "executor" : None,
  "fullDisplayName" : "clubb_G_unit_gfortran_tests #458",
  "id" : "458",
  "keepLog" : False,
  "number" : 458,
  "queueId" : 2253,
  "result" : "SUCCESS",
  "timestamp" : 1718784667079,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/458/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "utilities/sens_matrix/create_figs.py",
            "utilities/sens_matrix/sens_matrix_dashboard.py"
          ],
          "commitId" : "a33330ff0d806f2d99fccdf2f37eafff834e9243",
          "timestamp" : 1718721866000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
            "fullName" : "Vince Larson"
          },
          "authorEmail" : "vlarson@uwm.edu",
          "comment" : "QuadTune: Uses flags to shut off calculations for unwanted plots.\u000a\u000aFor #910.\u000a",
          "date" : "2024-06-18 09:44:26 -0500",
          "id" : "a33330ff0d806f2d99fccdf2f37eafff834e9243",
          "msg" : "QuadTune: Uses flags to shut off calculations for unwanted plots.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "utilities/sens_matrix/create_figs.py"
            },
            {
              "editType" : "edit",
              "file" : "utilities/sens_matrix/sens_matrix_dashboard.py"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "jenkins_tests/clubb_nvhpc_gpu_acc_vs_cpu_diffness/Jenkinsfile",
            "jenkins_tests/clubb_nvhpc_gpu_vs_cpu_diffness/Jenkinsfile"
          ],
          "commitId" : "e6be1b287b1c9c06792327bf75f498407d327c28",
          "timestamp" : 1718741219000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Making CPU vs GPU jenkins test compare openmp code also.\u000a",
          "date" : "2024-06-18 15:06:59 -0500",
          "id" : "e6be1b287b1c9c06792327bf75f498407d327c28",
          "msg" : "Making CPU vs GPU jenkins test compare openmp code also.",
          "paths" : [
            {
              "editType" : "add",
              "file" : "jenkins_tests/clubb_nvhpc_gpu_vs_cpu_diffness/Jenkinsfile"
            },
            {
              "editType" : "delete",
              "file" : "jenkins_tests/clubb_nvhpc_gpu_acc_vs_cpu_diffness/Jenkinsfile"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "compile/convert_acc_to_omp.bash"
          ],
          "commitId" : "c1a22d2f11fc8344f0186049669463f3d4e404b1",
          "timestamp" : 1718741656000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "This allows the conversion script to be called anywhere.\u000a",
          "date" : "2024-06-18 15:14:16 -0500",
          "id" : "c1a22d2f11fc8344f0186049669463f3d4e404b1",
          "msg" : "This allows the conversion script to be called anywhere.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "compile/convert_acc_to_omp.bash"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "jenkins_tests/clubb_nvhpc_gpu_vs_cpu_diffness/Jenkinsfile"
          ],
          "commitId" : "6a881c89ed27787eb3c5eecd4210ecadffecd485",
          "timestamp" : 1718741744000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Fixing bug in jenkinsfiles.\u000a",
          "date" : "2024-06-18 15:15:44 -0500",
          "id" : "6a881c89ed27787eb3c5eecd4210ecadffecd485",
          "msg" : "Fixing bug in jenkinsfiles.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "jenkins_tests/clubb_nvhpc_gpu_vs_cpu_diffness/Jenkinsfile"
            }
          ]
        }
      ],
      "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" : 459,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/459/"
  },
  "previousBuild" : {
    "number" : 457,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_G_unit_gfortran_tests/457/"
  }
}