{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by iYeremy"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 3,
      "buildingDurationMillis" : 74845,
      "executingTimeMillis" : 73841,
      "executorUtilization" : 0.99,
      "subTaskCount" : 1,
      "waitingDurationMillis" : 5873,
      "waitingTimeMillis" : 5873
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.libs.LibrariesAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 22,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "32e67c42179fc8acfe3a4855918495d580659963",
            "branch" : [
              {
                "SHA1" : "32e67c42179fc8acfe3a4855918495d580659963",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "32e67c42179fc8acfe3a4855918495d580659963",
            "branch" : [
              {
                "SHA1" : "32e67c42179fc8acfe3a4855918495d580659963",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "32e67c42179fc8acfe3a4855918495d580659963",
        "branch" : [
          {
            "SHA1" : "32e67c42179fc8acfe3a4855918495d580659963",
            "name" : "refs/remotes/origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/UDFJDC-ModelosProgramacion/MP_202610_G81_E1_Back"
      ],
      "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" : null,
  "displayName" : "#22",
  "duration" : 74845,
  "estimatedDuration" : 95052,
  "executor" : null,
  "fullDisplayName" : "MP_202610_G81_E1_Back #22",
  "id" : "22",
  "keepLog" : false,
  "number" : 22,
  "queueId" : 47,
  "result" : "SUCCESS",
  "timestamp" : 1774135309725,
  "url" : "http://200.69.103.29:8085/jenkins/job/MP_202610_G81_E1_Back/22/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/services/TrialCohabitationService.java",
            "src/test/java/co/edu/udistrital/mdp/pets/services/TrialCohabitationServiceTest.java"
          ],
          "commitId" : "244ea10065a18dcceba0c4177e4707b9f593c458",
          "timestamp" : 1774132130000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/yeremyvegap",
            "fullName" : "yeremyvegap"
          },
          "authorEmail" : "yeremyvegap@gmail.com",
          "comment" : "test: add missing tests to TrialCohabition\u000a",
          "date" : "2026-03-21 17:28:50 -0500",
          "id" : "244ea10065a18dcceba0c4177e4707b9f593c458",
          "msg" : "test: add missing tests to TrialCohabition",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/services/TrialCohabitationService.java"
            },
            {
              "editType" : "edit",
              "file" : "src/test/java/co/edu/udistrital/mdp/pets/services/TrialCohabitationServiceTest.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/services/UserService.java",
            "src/test/java/co/edu/udistrital/mdp/pets/services/UserServiceTest.java"
          ],
          "commitId" : "ec6a77c9ef165ee9f56ce55c8ae50937c683a41c",
          "timestamp" : 1774135253000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/yeremyvegap",
            "fullName" : "yeremyvegap"
          },
          "authorEmail" : "yeremyvegap@gmail.com",
          "comment" : "test: add missing tests to User\u000a",
          "date" : "2026-03-21 18:20:53 -0500",
          "id" : "ec6a77c9ef165ee9f56ce55c8ae50937c683a41c",
          "msg" : "test: add missing tests to User",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/services/UserService.java"
            },
            {
              "editType" : "edit",
              "file" : "src/test/java/co/edu/udistrital/mdp/pets/services/UserServiceTest.java"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/yeremyvegap",
      "fullName" : "yeremyvegap"
    }
  ],
  "inProgress" : false,
  "nextBuild" : {
    "number" : 23,
    "url" : "http://200.69.103.29:8085/jenkins/job/MP_202610_G81_E1_Back/23/"
  },
  "previousBuild" : {
    "number" : 21,
    "url" : "http://200.69.103.29:8085/jenkins/job/MP_202610_G81_E1_Back/21/"
  }
}