<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">{
  "_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" : 74,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6fc57497840efaa7acc394c10ac9c6892ef16220",
            "branch" : [
              {
                "SHA1" : "6fc57497840efaa7acc394c10ac9c6892ef16220",
                "name" : "origin/clubb_silhs_devel"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6fc57497840efaa7acc394c10ac9c6892ef16220",
            "branch" : [
              {
                "SHA1" : "6fc57497840efaa7acc394c10ac9c6892ef16220",
                "name" : "origin/clubb_silhs_devel"
              }
            ]
          }
        },
        "origin/changes_to_not_break" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 69,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "cca799cfb394e7eeadc21211ae811b4a370d31ee",
            "branch" : [
              {
                "SHA1" : "cca799cfb394e7eeadc21211ae811b4a370d31ee",
                "name" : "origin/changes_to_not_break"
              }
            ]
          },
          "revision" : {
            "SHA1" : "cca799cfb394e7eeadc21211ae811b4a370d31ee",
            "branch" : [
              {
                "SHA1" : "cca799cfb394e7eeadc21211ae811b4a370d31ee",
                "name" : "origin/changes_to_not_break"
              }
            ]
          }
        },
        "refs/remotes/origin/clubb_silhs_devel" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 393,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "055269c837d835479966910610ebb31f7a4d6398",
            "branch" : [
              {
                "SHA1" : "055269c837d835479966910610ebb31f7a4d6398",
                "name" : "refs/remotes/origin/clubb_silhs_devel"
              }
            ]
          },
          "revision" : {
            "SHA1" : "055269c837d835479966910610ebb31f7a4d6398",
            "branch" : [
              {
                "SHA1" : "055269c837d835479966910610ebb31f7a4d6398",
                "name" : "refs/remotes/origin/clubb_silhs_devel"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "055269c837d835479966910610ebb31f7a4d6398",
        "branch" : [
          {
            "SHA1" : "055269c837d835479966910610ebb31f7a4d6398",
            "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" : "#393",
  "duration" : 1368774,
  "estimatedDuration" : 1285822,
  "executor" : None,
  "fullDisplayName" : "cam_global_ERP_Ln9_gfortran_test #393",
  "id" : "393",
  "keepLog" : False,
  "number" : 393,
  "queueId" : 1532,
  "result" : "SUCCESS",
  "timestamp" : 1723884428875,
  "url" : "http://carson.math.uwm.edu/jenkins/job/cam_global_ERP_Ln9_gfortran_test/393/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "latin_hypercube_driver_module.F90"
          ],
          "commitId" : "0c35bdb2e850e41bab982505438cc7b575c3cde4",
          "timestamp" : 1723785812000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Nightly clubb plots (#1167)\u000a\u000a* Making step to plot output, copy to pub folder, then create an index.html file to display all plots in that folder.\u000a\u000a* Small tweaks\u000a\u000a* Small fixes in pyplotgen.\u000a\u000a* Copy needs -r\u000a\u000a* Using jenkins env variables and switching to scp/ssh commands to allow plots to be generated and created on any machine.\u000a\u000a* Adding quotes are env variable usage\u000a\u000a* Pyplotgen addition to create a git_info file containing branch and commit name.\u000a\u000a* Script should handle the pyplotgen _generated_on_... suffix.\u000a\u000a* Making script only run arm again during testing.\u000a\u000a* More robust way to get git branch in pyplotgen.\u000a\u000a* Testing single quotes\u000a\u000a* Making all cases run again.\u000a\u000a* Undoing most pyplotgen changes. Making create_plot_list script general and take in a directory. Returning short run test mode.\u000a\u000a* Update to create git_info line\u000a\u000a* Making all cases run again and adding plot support for ifort.\u000a\u000a* Adding plot step to nvhpc gpu diffness test.\u000a\u000a* Fixing error\u000a\u000a* Reverting diffness script, making new one specifically for plotting.\u000a\u000a* Changes to allow plotting of previous output.\u000a\u000a* Setting O0 for testing\u000a\u000a* Branch folder restructure.\u000a\u000a* Making tests run all cases again and update master output only.\u000a\u000a* Clean up and naming changes.\u000a\u000a* Addin -O2 back.\u000a\u000a* Small update to pyplotgen to make title reflect name of output specified in command.\u000a\u000a* This cuda call doesn't work with the subscript for some reason.\u000a\u000a* Making only priority cases run for GPU plot test and preventin it from running on carson\u000a",
          "date" : "2024-08-16 00:23:32 -0500",
          "id" : "0c35bdb2e850e41bab982505438cc7b575c3cde4",
          "msg" : "Nightly clubb plots (#1167)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "latin_hypercube_driver_module.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 394,
    "url" : "http://carson.math.uwm.edu/jenkins/job/cam_global_ERP_Ln9_gfortran_test/394/"
  },
  "previousBuild" : {
    "number" : 392,
    "url" : "http://carson.math.uwm.edu/jenkins/job/cam_global_ERP_Ln9_gfortran_test/392/"
  }
}</pre></body></html>