{
  "_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" : 36,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "4bd334221a3e4774de1e962c1f0747dfe7150dc4",
            "branch" : [
              {
                "SHA1" : "4bd334221a3e4774de1e962c1f0747dfe7150dc4",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "4bd334221a3e4774de1e962c1f0747dfe7150dc4",
            "branch" : [
              {
                "SHA1" : "4bd334221a3e4774de1e962c1f0747dfe7150dc4",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "4bd334221a3e4774de1e962c1f0747dfe7150dc4",
        "branch" : [
          {
            "SHA1" : "4bd334221a3e4774de1e962c1f0747dfe7150dc4",
            "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" : "#36",
  "duration" : 940582,
  "estimatedDuration" : 2836596,
  "executor" : None,
  "fullDisplayName" : "clubb_nvhpc_single_prec_build #36",
  "id" : "36",
  "keepLog" : False,
  "number" : 36,
  "queueId" : 3314,
  "result" : "SUCCESS",
  "timestamp" : 1728032108363,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_nvhpc_single_prec_build/36/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/advance_helper_module.F90",
            "src/CLUBB_core/mixing_length.F90"
          ],
          "commitId" : "af5ff60b788f7264dca65b00a4875297082038c6",
          "timestamp" : 1727973450000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Ri zm calc cleanup (#1186)\u000a\u000aCLUBB ticket #1145\u000a\u000a- Removed redundant smooth_max call on Ri_zm in diagnose_Lscale_from_tau\u000a- Renamed Ri_zm to Ri_zm_Cx in compute_Cx_fnc_Richardson to distinguish it from the Ri_zm used to caluculate invrs_tau_wpxp_zm\u000a",
          "date" : "2024-10-03 11:37:30 -0500",
          "id" : "af5ff60b788f7264dca65b00a4875297082038c6",
          "msg" : "Ri zm calc cleanup (#1186)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_helper_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/mixing_length.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/mono_flux_limiter.F90",
            "jenkins_tests/clubb_monoflux_CPU_vs_GPU_diff/Jenkinsfile",
            "run_scripts/test_monoflux_limiter_GPU.py"
          ],
          "commitId" : "15cdcef9c5c6e097d91712a10ea2c5b89c5ea0e1",
          "timestamp" : 1727989859000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Monoflux test (#1188)\u000a\u000a* Adding comments in code\u000a\u000a* Adding test script\u000a\u000a* Updating test script\u000a\u000a* Adding jenkins file to run new test\u000a\u000a* Adding descriptions, cleanup, and name change to indiciate this is a GPU test.\u000a\u000a* Cleaup and adding references\u000a",
          "date" : "2024-10-03 16:10:59 -0500",
          "id" : "15cdcef9c5c6e097d91712a10ea2c5b89c5ea0e1",
          "msg" : "Monoflux test (#1188)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/mono_flux_limiter.F90"
            },
            {
              "editType" : "add",
              "file" : "run_scripts/test_monoflux_limiter_GPU.py"
            },
            {
              "editType" : "add",
              "file" : "jenkins_tests/clubb_monoflux_CPU_vs_GPU_diff/Jenkinsfile"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/mono_flux_limiter.F90"
          ],
          "commitId" : "411597c76553f0baeb2bf38a8624c56adf4678da",
          "timestamp" : 1727990108000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Fixing bug. This loop has a vertical dependency prevent the use of collapse(2). See https://github.com/larson-group/cam/issues/175\\#issuecomment-2261283301\u000a",
          "date" : "2024-10-03 16:15:08 -0500",
          "id" : "411597c76553f0baeb2bf38a8624c56adf4678da",
          "msg" : "Fixing bug. This loop has a vertical dependency prevent the use of collapse(2). See https://github.com/larson-group/cam/issues/175\\#issuecomment-2261283301",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/mono_flux_limiter.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/clubb_driver.F90"
          ],
          "commitId" : "4bd334221a3e4774de1e962c1f0747dfe7150dc4",
          "timestamp" : 1728001690000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
            "fullName" : "Gunther Huebler"
          },
          "authorEmail" : "huebler@uwm.edu",
          "comment" : "Small bug fix\u000a",
          "date" : "2024-10-03 19:28:10 -0500",
          "id" : "4bd334221a3e4774de1e962c1f0747dfe7150dc4",
          "msg" : "Small bug fix",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    },
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/huebler",
      "fullName" : "Gunther Huebler"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 37,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_nvhpc_single_prec_build/37/"
  },
  "previousBuild" : {
    "number" : 35,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_nvhpc_single_prec_build/35/"
  }
}