{
  "_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 62",
          "upstreamBuild" : 62,
          "upstreamProject" : "Cforall_Full_Build",
          "upstreamUrl" : "job/Cforall_Full_Build/"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.model.ParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GitRef",
          "value" : "b94579a749583cbd65dea52dbcbcb8a8c0fbaaca"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "Build",
          "value" : "62"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 3,
      "buildingDurationMillis" : 1174700,
      "executingTimeMillis" : 1173095,
      "executorUtilization" : 1.0,
      "subTaskCount" : 2,
      "waitingDurationMillis" : 5846,
      "waitingTimeMillis" : 5846
    },
    {
      "_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" : 50,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b94579a749583cbd65dea52dbcbcb8a8c0fbaaca",
            "branch" : [
              {
                "SHA1" : "b94579a749583cbd65dea52dbcbcb8a8c0fbaaca",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b94579a749583cbd65dea52dbcbcb8a8c0fbaaca",
            "branch" : [
              {
                "SHA1" : "b94579a749583cbd65dea52dbcbcb8a8c0fbaaca",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "b94579a749583cbd65dea52dbcbcb8a8c0fbaaca",
        "branch" : [
          {
            "SHA1" : "b94579a749583cbd65dea52dbcbcb8a8c0fbaaca",
            "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.62.tar.gz",
      "fileName" : "cfa-cc-1.0.0.62.tar.gz",
      "relativePath" : "cfa-cc-1.0.0.62.tar.gz"
    }
  ],
  "building" : False,
  "description" : "Distributing Tarball",
  "displayName" : "#50",
  "duration" : 1174700,
  "estimatedDuration" : 1184595,
  "executor" : None,
  "fullDisplayName" : "Cforall Distribute #50",
  "id" : "50",
  "keepLog" : False,
  "number" : 50,
  "queueId" : 4221,
  "result" : "SUCCESS",
  "timestamp" : 1762527581651,
  "url" : "https://cforall.uwaterloo.ca/jenkins/job/Cforall_Distribute_Ref/50/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "tests/concurrency/signal/block.cfa",
            "libcfa/src/concurrency/future.hfa",
            "tests/concurrency/examples/datingService.cfa",
            "libcfa/src/concurrency/monitor.hfa",
            "libcfa/src/concurrency/monitor.cfa"
          ],
          "commitId" : "b6de35ec789adbc02c9c90ec2de52be7f841fd58",
          "timestamp" : 1762522083000,
          "author" : {
            "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
            "fullName" : "pabuhr"
          },
          "authorEmail" : "pabuhr@uwaterloo.ca",
          "comment" : "change name is_empty to empty for monitor conditions\u000a",
          "date" : "2025-11-07 08:28:03 -0500",
          "id" : "b6de35ec789adbc02c9c90ec2de52be7f841fd58",
          "msg" : "change name is_empty to empty for monitor conditions",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "libcfa/src/concurrency/future.hfa"
            },
            {
              "editType" : "edit",
              "file" : "tests/concurrency/examples/datingService.cfa"
            },
            {
              "editType" : "edit",
              "file" : "tests/concurrency/signal/block.cfa"
            },
            {
              "editType" : "edit",
              "file" : "libcfa/src/concurrency/monitor.hfa"
            },
            {
              "editType" : "edit",
              "file" : "libcfa/src/concurrency/monitor.cfa"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "tests/concurrency/examples/boundedBufferTHREAD.cfa"
          ],
          "commitId" : "00483274b9d94d9164a5a6c09e2b2fc5a24831d1",
          "timestamp" : 1762522193000,
          "author" : {
            "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
            "fullName" : "pabuhr"
          },
          "authorEmail" : "pabuhr@uwaterloo.ca",
          "comment" : "change use of random to prng\u000a",
          "date" : "2025-11-07 08:29:53 -0500",
          "id" : "00483274b9d94d9164a5a6c09e2b2fc5a24831d1",
          "msg" : "change use of random to prng",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "tests/concurrency/examples/boundedBufferTHREAD.cfa"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "libcfa/src/concurrency/locks.cfa",
            "libcfa/src/concurrency/locks.hfa"
          ],
          "commitId" : "b94579a749583cbd65dea52dbcbcb8a8c0fbaaca",
          "timestamp" : 1762522259000,
          "author" : {
            "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
            "fullName" : "pabuhr"
          },
          "authorEmail" : "pabuhr@uwaterloo.ca",
          "comment" : "update semaphore lock\u000a",
          "date" : "2025-11-07 08:30:59 -0500",
          "id" : "b94579a749583cbd65dea52dbcbcb8a8c0fbaaca",
          "msg" : "update semaphore lock",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "libcfa/src/concurrency/locks.hfa"
            },
            {
              "editType" : "edit",
              "file" : "libcfa/src/concurrency/locks.cfa"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "https://cforall.uwaterloo.ca/jenkins/user/pabuhr",
      "fullName" : "pabuhr"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 51,
    "url" : "https://cforall.uwaterloo.ca/jenkins/job/Cforall_Distribute_Ref/51/"
  },
  "previousBuild" : {
    "number" : 49,
    "url" : "https://cforall.uwaterloo.ca/jenkins/job/Cforall_Distribute_Ref/49/"
  }
}