{
  "_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/clubb_silhs_devel" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 75,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6fc57497840efaa7acc394c10ac9c6892ef16220",
            "branch" : [
              {
                "SHA1" : "6fc57497840efaa7acc394c10ac9c6892ef16220",
                "name" : "origin/clubb_silhs_devel"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6fc57497840efaa7acc394c10ac9c6892ef16220",
            "branch" : [
              {
                "SHA1" : "6fc57497840efaa7acc394c10ac9c6892ef16220",
                "name" : "origin/clubb_silhs_devel"
              }
            ]
          }
        },
        "refs/remotes/origin/changes_to_not_break" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 63,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7250e6e77b4c4a4210456e16ddaaa278401e8ae4",
            "branch" : [
              {
                "SHA1" : "7250e6e77b4c4a4210456e16ddaaa278401e8ae4",
                "name" : "refs/remotes/origin/changes_to_not_break"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7250e6e77b4c4a4210456e16ddaaa278401e8ae4",
            "branch" : [
              {
                "SHA1" : "7250e6e77b4c4a4210456e16ddaaa278401e8ae4",
                "name" : "refs/remotes/origin/changes_to_not_break"
              }
            ]
          }
        },
        "refs/remotes/origin/clubb_silhs_devel" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 585,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "057591de860e03dfa87c5b28ab0a38e2b92cec0f",
            "branch" : [
              {
                "SHA1" : "057591de860e03dfa87c5b28ab0a38e2b92cec0f",
                "name" : "refs/remotes/origin/clubb_silhs_devel"
              }
            ]
          },
          "revision" : {
            "SHA1" : "057591de860e03dfa87c5b28ab0a38e2b92cec0f",
            "branch" : [
              {
                "SHA1" : "057591de860e03dfa87c5b28ab0a38e2b92cec0f",
                "name" : "refs/remotes/origin/clubb_silhs_devel"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "057591de860e03dfa87c5b28ab0a38e2b92cec0f",
        "branch" : [
          {
            "SHA1" : "057591de860e03dfa87c5b28ab0a38e2b92cec0f",
            "name" : "refs/remotes/origin/clubb_silhs_devel"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/larson-group/cam.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" : "#585",
  "duration" : 8800664,
  "estimatedDuration" : 9185192,
  "executor" : None,
  "fullDisplayName" : "cam_scam_gfortran_debug_test #585",
  "id" : "585",
  "keepLog" : False,
  "number" : 585,
  "queueId" : 7351,
  "result" : "SUCCESS",
  "timestamp" : 1787301967835,
  "url" : "http://carson.math.uwm.edu/jenkins/job/cam_scam_gfortran_debug_test/585/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "setup_clubb_pdf_params.F90",
            "pdf_closure_module.F90",
            "adg1_adg2_3d_luhar_pdf.F90"
          ],
          "commitId" : "6bea7684fe3a0a67b6554302c5aaca5b83a86a01",
          "timestamp" : 1787260825000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Improve Dash workflows and broker services (#1342)\u000a\u000a* Improve Dash workflows and broker services\u000a\u000aStreamline run telemetry and output-scoped admission, add build selection and pyplotgen export support, improve profile and tuning workflows, and make Tune failures column-local and recoverable.\u000a\u000a* A little cleanup\u000a\u000a* Simplification in SILHS to keep errors silent in debug=-1 mode, and removing accidental change in advance_clubb_core.F90\u000a\u000a* Little dash fix and comment improvement\u000a\u000a* Replacing scipy usage in the adam initial point choosing with numpy\u000a\u000a* Removing l_rtm_nudge from flag set file used by run_bindiff_w_flags tests. This is technically a model_setting, so it shouldn't be here, and is already enabled by cgils_s12, so will remain tested in at least one case.\u000a",
          "date" : "2026-08-20 16:20:25 -0500",
          "id" : "6bea7684fe3a0a67b6554302c5aaca5b83a86a01",
          "msg" : "Improve Dash workflows and broker services (#1342)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "adg1_adg2_3d_luhar_pdf.F90"
            },
            {
              "editType" : "edit",
              "file" : "pdf_closure_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "setup_clubb_pdf_params.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "latin_hypercube_driver_module.F90",
            "silhs_importance_sample_module.F90"
          ],
          "commitId" : "56d859f2e74f340304ae3bf48a46cbf0ae26300c",
          "timestamp" : 1787260825000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Improve Dash workflows and broker services (#1342)\u000a\u000a* Improve Dash workflows and broker services\u000a\u000aStreamline run telemetry and output-scoped admission, add build selection and pyplotgen export support, improve profile and tuning workflows, and make Tune failures column-local and recoverable.\u000a\u000a* A little cleanup\u000a\u000a* Simplification in SILHS to keep errors silent in debug=-1 mode, and removing accidental change in advance_clubb_core.F90\u000a\u000a* Little dash fix and comment improvement\u000a\u000a* Replacing scipy usage in the adam initial point choosing with numpy\u000a\u000a* Removing l_rtm_nudge from flag set file used by run_bindiff_w_flags tests. This is technically a model_setting, so it shouldn't be here, and is already enabled by cgils_s12, so will remain tested in at least one case.\u000a",
          "date" : "2026-08-20 16:20:25 -0500",
          "id" : "56d859f2e74f340304ae3bf48a46cbf0ae26300c",
          "msg" : "Improve Dash workflows and broker services (#1342)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "latin_hypercube_driver_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "silhs_importance_sample_module.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 586,
    "url" : "http://carson.math.uwm.edu/jenkins/job/cam_scam_gfortran_debug_test/586/"
  },
  "previousBuild" : {
    "number" : 584,
    "url" : "http://carson.math.uwm.edu/jenkins/job/cam_scam_gfortran_debug_test/584/"
  }
}