{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.workflow.support.steps.build.BuildUpstreamCause",
          "shortDescription" : "Started by upstream project \"Cforall_Full_Build\" build number 315",
          "upstreamBuild" : 315,
          "upstreamProject" : "Cforall_Full_Build",
          "upstreamUrl" : "job/Cforall_Full_Build/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.model.ParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GitRef",
          "value" : "58560d27705ae8b410c891acf6f69ae97480b871"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "Build",
          "value" : "315"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 2,
      "buildingDurationMillis" : 1199017,
      "executingTimeMillis" : 1197910,
      "executorUtilization" : 1.0,
      "subTaskCount" : 2,
      "waitingDurationMillis" : 7364,
      "waitingTimeMillis" : 7364
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.libs.LibrariesAction"
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "detached" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 149,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "81ab5ebb3b497e7c713dd340f479f3d7e803ea4a",
            "branch" : [
              {
                "SHA1" : "81ab5ebb3b497e7c713dd340f479f3d7e803ea4a",
                "name" : "detached"
              }
            ]
          },
          "revision" : {
            "SHA1" : "81ab5ebb3b497e7c713dd340f479f3d7e803ea4a",
            "branch" : [
              {
                "SHA1" : "81ab5ebb3b497e7c713dd340f479f3d7e803ea4a",
                "name" : "detached"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 177,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "58560d27705ae8b410c891acf6f69ae97480b871",
            "branch" : [
              {
                "SHA1" : "58560d27705ae8b410c891acf6f69ae97480b871",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "58560d27705ae8b410c891acf6f69ae97480b871",
            "branch" : [
              {
                "SHA1" : "58560d27705ae8b410c891acf6f69ae97480b871",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "58560d27705ae8b410c891acf6f69ae97480b871",
        "branch" : [
          {
            "SHA1" : "58560d27705ae8b410c891acf6f69ae97480b871",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "cforall@plg.uwaterloo.ca:software/cfa/cfa-cc"
      ],
      "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" : [
    {
      "displayPath" : "cfa-cc-1.0.0.315.tar.gz",
      "fileName" : "cfa-cc-1.0.0.315.tar.gz",
      "relativePath" : "cfa-cc-1.0.0.315.tar.gz"
    }
  ],
  "building" : false,
  "description" : "Distributing Tarball",
  "displayName" : "#177",
  "duration" : 1199017,
  "estimatedDuration" : 1198829,
  "executor" : null,
  "fullDisplayName" : "Cforall Distribute #177",
  "id" : "177",
  "keepLog" : false,
  "number" : 177,
  "queueId" : 18544,
  "result" : "SUCCESS",
  "timestamp" : 1782530134316,
  "url" : "https://cforall.uwaterloo.ca/jenkins/job/Cforall_Distribute_Ref/177/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "doc/proposals/exceptions-assert.md"
          ],
          "commitId" : "63917abc8d84f43ab52f2b99b5f7c3774273a32b",
          "timestamp" : 1782402015000,
          "author" : {
            "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/ajbeach",
            "fullName" : "ajbeach"
          },
          "authorEmail" : "ajbeach@uwaterloo.ca",
          "comment" : "Rewrote part of the assertion like exceptions proposal, combining Syntax and Usage section with the Examples into Features.\u000a",
          "date" : "2026-06-25 11:40:15 -0400",
          "id" : "63917abc8d84f43ab52f2b99b5f7c3774273a32b",
          "msg" : "Rewrote part of the assertion like exceptions proposal, combining Syntax and Usage section with the Examples into Features.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "doc/proposals/exceptions-assert.md"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "doc/proposals/exceptions-assert.md"
          ],
          "commitId" : "58560d27705ae8b410c891acf6f69ae97480b871",
          "timestamp" : 1782496240000,
          "author" : {
            "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/ajbeach",
            "fullName" : "ajbeach"
          },
          "authorEmail" : "ajbeach@uwaterloo.ca",
          "comment" : "Added to the Assertion Like Exceptions proposal, just a little section to address checked exception concerns.\u000a",
          "date" : "2026-06-26 13:50:40 -0400",
          "id" : "58560d27705ae8b410c891acf6f69ae97480b871",
          "msg" : "Added to the Assertion Like Exceptions proposal, just a little section to address checked exception concerns.",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "doc/proposals/exceptions-assert.md"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/ajbeach",
      "fullName" : "ajbeach"
    }
  ],
  "inProgress" : false,
  "nextBuild" : {
    "number" : 178,
    "url" : "https://cforall.uwaterloo.ca/jenkins/job/Cforall_Distribute_Ref/178/"
  },
  "previousBuild" : {
    "number" : 176,
    "url" : "https://cforall.uwaterloo.ca/jenkins/job/Cforall_Distribute_Ref/176/"
  }
}