{
  "_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" : 386,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "05a4556763f089ac3afdb1aeb032e827040cc874",
            "branch" : [
              {
                "SHA1" : "05a4556763f089ac3afdb1aeb032e827040cc874",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "05a4556763f089ac3afdb1aeb032e827040cc874",
            "branch" : [
              {
                "SHA1" : "05a4556763f089ac3afdb1aeb032e827040cc874",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "05a4556763f089ac3afdb1aeb032e827040cc874",
        "branch" : [
          {
            "SHA1" : "05a4556763f089ac3afdb1aeb032e827040cc874",
            "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" : "#386",
  "duration" : 4707020,
  "estimatedDuration" : 2611277,
  "executor" : None,
  "fullDisplayName" : "clubb_release_intel_build #386",
  "id" : "386",
  "keepLog" : False,
  "number" : 386,
  "queueId" : 26628,
  "result" : "SUCCESS",
  "timestamp" : 1698828668932,
  "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_release_intel_build/386/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "run_scripts/run_bindiff_all.py",
            "input/tunable_parameters_tauMatchLscale/configurable_model_flags.in",
            "src/CLUBB_core/mixing_length.F90",
            "input/tunable_parameters_tauMatchLscale/tunable_parameters.in"
          ],
          "commitId" : "12364631b5749635e3cb3e50974ddab3a7fe5d4e",
          "timestamp" : 1698787332000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Latest batch of non-bit changing code changes - CLUBB ticket #1115 (#1119)\u000a\u000a- Added new folder input/tunable_parameters_tauMatchLscale/ for latest taus code setup reproducing the master Lscale output.\u000a- Changes in src/CLUBB_core_mixing_length.F90:\u000a   - Renamed ddzt_umvm -> ddzt_umvm_sqd\u000a             ddzt_umvm_clipped -> ddzt_umvm_sqd_clipped\u000a             sqrt_ddzt_umvm -> norm_ddzt_umvm\u000a             smooth_sqrt_ddzt_umvm -> smooth_norm_ddzt_umvm\u000a             Ri_zm_clipped -> Ri_zm_smooth in some places\u000a   - Made some variable replacements for consistency's sake\u000a- Fixed path of log files in run_scripts/run_bindiff_all.py\u000a",
          "date" : "2023-10-31 16:22:12 -0500",
          "id" : "12364631b5749635e3cb3e50974ddab3a7fe5d4e",
          "msg" : "Latest batch of non-bit changing code changes - CLUBB ticket #1115 (#1119)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "run_scripts/run_bindiff_all.py"
            },
            {
              "editType" : "add",
              "file" : "input/tunable_parameters_tauMatchLscale/tunable_parameters.in"
            },
            {
              "editType" : "add",
              "file" : "input/tunable_parameters_tauMatchLscale/configurable_model_flags.in"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/mixing_length.F90"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/CLUBB_core/advance_clubb_core_module.F90",
            "src/CLUBB_core/mixing_length.F90",
            "input/tunable_parameters_tauMatchLscale/tunable_parameters.in"
          ],
          "commitId" : "05a4556763f089ac3afdb1aeb032e827040cc874",
          "timestamp" : 1698795774000,
          "author" : {
            "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
            "fullName" : "noreply"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "BIT_CHANGING! Fixed some issues with wpxp_Ri_exp, changed z_displace value - CLUBB ticket #1115 (#1120)\u000a\u000a- Removed commented lines from tunable_parameters.in file in input/tunable_parameters_tauMatchLscale\u000a- Increased z_displace value from 10 to 25. This value was chosen so that the taus code with the parameter and flag settings in input/tunable_parameters_tauMatchLscale match the master Lscale output below clouds\u000a- Fixed some issues with the new parameter wpxp_Ri_exp:\u000a   - Moved new exponentiation to a place so that it emulates the previous version with sqrt(Ri_zm)\u000a   - Adjusted code for l_smooth_min_max=true to match the default version\u000a",
          "date" : "2023-10-31 18:42:54 -0500",
          "id" : "05a4556763f089ac3afdb1aeb032e827040cc874",
          "msg" : "BIT_CHANGING! Fixed some issues with wpxp_Ri_exp, changed z_displace value - CLUBB ticket #1115 (#1120)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "input/tunable_parameters_tauMatchLscale/tunable_parameters.in"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/mixing_length.F90"
            },
            {
              "editType" : "edit",
              "file" : "src/CLUBB_core/advance_clubb_core_module.F90"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://carson.math.uwm.edu/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 387,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_release_intel_build/387/"
  },
  "previousBuild" : {
    "number" : 385,
    "url" : "http://carson.math.uwm.edu/jenkins/job/clubb_release_intel_build/385/"
  }
}