{
  "_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" : 26,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "34a8c01026f8519f01b4064eaf5a83d83286c7ba",
            "branch" : [
              {
                "SHA1" : "34a8c01026f8519f01b4064eaf5a83d83286c7ba",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "34a8c01026f8519f01b4064eaf5a83d83286c7ba",
            "branch" : [
              {
                "SHA1" : "34a8c01026f8519f01b4064eaf5a83d83286c7ba",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "34a8c01026f8519f01b4064eaf5a83d83286c7ba",
        "branch" : [
          {
            "SHA1" : "34a8c01026f8519f01b4064eaf5a83d83286c7ba",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/larson-group/clubb.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_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" : "#26",
  "duration" : 5757616,
  "estimatedDuration" : 2611277,
  "executor" : None,
  "fullDisplayName" : "clubb_release_intel_build #26",
  "id" : "26",
  "keepLog" : False,
  "number" : 26,
  "queueId" : 1886,
  "result" : "SUCCESS",
  "timestamp" : 1613901069022,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_release_intel_build/26/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/error.F90"
          ],
          "commitId" : "b0ef19af47e735da455b4ac23ec245492a1f3bc6",
          "timestamp" : 1613874481000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
            "fullName" : "Vince Larson"
          },
          "authorEmail" : "vlarson@users.noreply.github.com",
          "comment" : "Changes error handling in error.f90 for the fire tuner\u000a\u000aAdds a statement to flag l_error if l_file_error is flagged\u000aChanges a blank stop to an error stop with a message\u000a\u000aThis is a recommit of 612ed898 on a new branch\u000a\u000alarson-group/sys_admin#725\u000a",
          "date" : "2021-02-20 20:28:01 -0600",
          "id" : "b0ef19af47e735da455b4ac23ec245492a1f3bc6",
          "msg" : "Changes error handling in error.f90 for the fire tuner",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/error.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/new_hybrid_pdf_main.F90",
            "src/CLUBB_core/output_grads.F90",
            "src/CLUBB_core/matrix_operations.F90",
            "src/CLUBB_core/parameters_tunable.F90",
            "src/CLUBB_core/interpolation.F90",
            "src/CLUBB_core/grid_class.F90",
            "src/CLUBB_core/saturation.F90",
            "src/CLUBB_core/input_reader.F90",
            "src/CLUBB_core/sponge_layer_damping.F90",
            "src/CLUBB_core/new_pdf.F90",
            "src/CLUBB_core/mixing_length.F90",
            "src/CLUBB_core/advance_clubb_core_module.F90",
            "src/CLUBB_core/output_netcdf.F90",
            "src/CLUBB_core/clubb_api_module.F90",
            "src/CLUBB_core/corr_varnce_module.F90",
            "src/CLUBB_core/stats_clubb_utilities.F90",
            "src/CLUBB_core/file_functions.F90",
            "src/CLUBB_core/calendar.F90",
            "src/CLUBB_core/fill_holes.F90",
            "src/CLUBB_core/advance_helper_module.F90",
            "src/CLUBB_core/pos_definite_module.F90",
            "src/CLUBB_core/diagnose_correlations_module.F90"
          ],
          "commitId" : "2b062f30ae187278433a3762d5e8672cb21cb3ba",
          "timestamp" : 1613874481000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
            "fullName" : "Vince Larson"
          },
          "authorEmail" : "vlarson@users.noreply.github.com",
          "comment" : "Changes non-success `stop` statements to `error stop`\u000a\u000aChanges files in the src/CLUBB_core directory\u000a\u000alarson-group/sys_admin#725\u000a",
          "date" : "2021-02-20 20:28:01 -0600",
          "id" : "2b062f30ae187278433a3762d5e8672cb21cb3ba",
          "msg" : "Changes non-success `stop` statements to `error stop`",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/grid_class.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/file_functions.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/calendar.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/new_hybrid_pdf_main.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/parameters_tunable.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/sponge_layer_damping.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/saturation.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/matrix_operations.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/clubb_api_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/input_reader.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/new_pdf.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/diagnose_correlations_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/mixing_length.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/interpolation.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/pos_definite_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/output_grads.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/corr_varnce_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_clubb_core_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_helper_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/output_netcdf.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/fill_holes.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/stats_clubb_utilities.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/input_interpret.F90",
            "src/stat_file_utils.F90",
            "src/extended_atmosphere_module.F90",
            "src/clubb_thread_test.F90",
            "src/gfdl_activation.F90",
            "src/clubb_tuner.F90",
            "src/microphys_init_cleanup.F90",
            "src/jacobian.F90",
            "src/clubb_driver.F90",
            "src/int2txt.F90",
            "src/error.F90",
            "src/bugsrad_driver.F90",
            "src/hydrostatic_module.F90"
          ],
          "commitId" : "fa7f0dfbdb97468540421a5e7042aaf36ad15121",
          "timestamp" : 1613874481000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
            "fullName" : "Vince Larson"
          },
          "authorEmail" : "vlarson@users.noreply.github.com",
          "comment" : "Changes non-success `stop` statements to `error stop`\u000a\u000aChanges files in src/ directory\u000a\u000alarson-group/sys_admin#725\u000a",
          "date" : "2021-02-20 20:28:01 -0600",
          "id" : "fa7f0dfbdb97468540421a5e7042aaf36ad15121",
          "msg" : "Changes non-success `stop` statements to `error stop`",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/hydrostatic_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/error.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_tuner.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/extended_atmosphere_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_driver.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/jacobian.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/gfdl_activation.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_thread_test.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/int2txt.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/stat_file_utils.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/microphys_init_cleanup.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/bugsrad_driver.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/input_interpret.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/input_netcdf.F90",
            "src/microphys_driver.F90",
            "src/clubb_standalone.F90",
            "src/input_fields.F90",
            "src/time_dependent_input.F90",
            "src/sounding.F90",
            "src/cos_solar_zen_module.F90",
            "src/coamps_microphys_driver_module.F90"
          ],
          "commitId" : "6d1895956310d3dfbf68526f07e8ac876e79091b",
          "timestamp" : 1613874481000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
            "fullName" : "Vince Larson"
          },
          "authorEmail" : "vlarson@users.noreply.github.com",
          "comment" : "Changes non-success `stop` statements to `error stop`\u000a\u000aChanges remaining files in `src/` directory\u000a\u000alarson-group/sys_admin#725\u000a",
          "date" : "2021-02-20 20:28:01 -0600",
          "id" : "6d1895956310d3dfbf68526f07e8ac876e79091b",
          "msg" : "Changes non-success `stop` statements to `error stop`",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/cos_solar_zen_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/time_dependent_input.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/microphys_driver.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/clubb_standalone.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/input_netcdf.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/sounding.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/input_fields.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/coamps_microphys_driver_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/Benchmark_cases/dycoms2_rf01.F90",
            "src/Benchmark_cases/wangara.F90",
            "src/Benchmark_cases/cloud_feedback.F90"
          ],
          "commitId" : "4aebbf664b99b65a1eaa77b1e6bc90c269c6efa6",
          "timestamp" : 1613874481000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
            "fullName" : "Vince Larson"
          },
          "authorEmail" : "vlarson@users.noreply.github.com",
          "comment" : "Changes non-success `stop` statements to `error stop`\u000a\u000aChanges files in `src/Benchmark_cases/` directory\u000a\u000alarson-group/sys_admin#725\u000a",
          "date" : "2021-02-20 20:28:01 -0600",
          "id" : "4aebbf664b99b65a1eaa77b1e6bc90c269c6efa6",
          "msg" : "Changes non-success `stop` statements to `error stop`",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/Benchmark_cases/wangara.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/Benchmark_cases/dycoms2_rf01.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/Benchmark_cases/cloud_feedback.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/Microphys_utils/microphys_stats_vars_module.F90"
          ],
          "commitId" : "0479b8d8e30c42c7a1615497122e7789d8d072f1",
          "timestamp" : 1613874481000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
            "fullName" : "Vince Larson"
          },
          "authorEmail" : "vlarson@users.noreply.github.com",
          "comment" : "Changes non-success `stop` statements to `error stop`\u000a\u000aChanges files in the `src/Microphys_utils` directory\u000a\u000alarson-group/sys_admin#725\u000a",
          "date" : "2021-02-20 20:28:01 -0600",
          "id" : "0479b8d8e30c42c7a1615497122e7789d8d072f1",
          "msg" : "Changes non-success `stop` statements to `error stop`",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/Microphys_utils/microphys_stats_vars_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/SILHS/output_2D_samples_module.F90",
            "src/SILHS/latin_hypercube_driver_module.F90",
            "src/SILHS/est_kessler_microphys_module.F90",
            "src/SILHS/silhs_importance_sample_module.F90"
          ],
          "commitId" : "06771f5bd137bb2be0290f42310015cbe3c6f073",
          "timestamp" : 1613874481000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
            "fullName" : "Vince Larson"
          },
          "authorEmail" : "vlarson@users.noreply.github.com",
          "comment" : "Changes non-success `stop` statements to `error stop`\u000a\u000aChanges files in `src/SILHS` directory\u000a\u000alarson-group/sys_admin#725\u000a",
          "date" : "2021-02-20 20:28:01 -0600",
          "id" : "06771f5bd137bb2be0290f42310015cbe3c6f073",
          "msg" : "Changes non-success `stop` statements to `error stop`",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/SILHS/est_kessler_microphys_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/SILHS/output_2D_samples_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/SILHS/latin_hypercube_driver_module.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/SILHS/silhs_importance_sample_module.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "jenkins_tests/unit_var_test/Jenkinsfile"
          ],
          "commitId" : "34a8c01026f8519f01b4064eaf5a83d83286c7ba",
          "timestamp" : 1613874481000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
            "fullName" : "Vince Larson"
          },
          "authorEmail" : "vlarson@users.noreply.github.com",
          "comment" : "Edits the Jenkinsfile for uninit_var_test to allow it to run\u000a\u000aAdds a sh statement that affectively reverts recent commits for the\u000auninit_var_test, so that sunf95 will compile\u000a\u000alarson-group/sys_admin#725\u000a",
          "date" : "2021-02-20 20:28:01 -0600",
          "id" : "34a8c01026f8519f01b4064eaf5a83d83286c7ba",
          "msg" : "Edits the Jenkinsfile for uninit_var_test to allow it to run",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "jenkins_tests/unit_var_test/Jenkinsfile"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/vlarson",
      "fullName" : "Vince Larson"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 27,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_release_intel_build/27/"
  },
  "previousBuild" : {
    "number" : 25,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_release_intel_build/25/"
  }
}