{
  "_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" : 2,
      "buildingDurationMillis" : 82762,
      "executingTimeMillis" : 80839,
      "executorUtilization" : 0.98,
      "subTaskCount" : 1,
      "waitingDurationMillis" : 9432,
      "waitingTimeMillis" : 9432
    },
    {
      "_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" : 9,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "45282334dd0f84a00f114f354ad4aac81095ba5e",
            "branch" : [
              {
                "SHA1" : "45282334dd0f84a00f114f354ad4aac81095ba5e",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "45282334dd0f84a00f114f354ad4aac81095ba5e",
            "branch" : [
              {
                "SHA1" : "45282334dd0f84a00f114f354ad4aac81095ba5e",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "45282334dd0f84a00f114f354ad4aac81095ba5e",
        "branch" : [
          {
            "SHA1" : "45282334dd0f84a00f114f354ad4aac81095ba5e",
            "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" : "#9",
  "duration" : 82762,
  "estimatedDuration" : 95052,
  "executor" : null,
  "fullDisplayName" : "MP_202610_G81_E1_Back #9",
  "id" : "9",
  "keepLog" : false,
  "number" : 9,
  "queueId" : 21,
  "result" : "SUCCESS",
  "timestamp" : 1774101138806,
  "url" : "http://200.69.103.29:8085/jenkins/job/MP_202610_G81_E1_Back/9/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/services/AdoptionService.java",
            "src/main/java/co/edu/udistrital/mdp/pets/exceptions/ErrorMessage.java",
            "src/test/java/co/edu/udistrital/mdp/ZZZ/services/.gitkeep",
            "src/main/java/co/edu/udistrital/mdp/pets/services/TrialCohabitationService.java",
            "src/main/java/co/edu/udistrital/mdp/pets/services/AdopterService.java",
            "src/test/java/co/edu/udistrital/mdp/pets/services/AdopterServiceTest.java",
            "src/test/java/co/edu/udistrital/mdp/pets/services/TrialCohabitationServiceTest.java",
            "src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionServiceTest.java"
          ],
          "commitId" : "b2bbb3b2bf27c7215291cba80c69fcf331e45c88",
          "timestamp" : 1773610160000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/jprinconr",
            "fullName" : "jprinconr"
          },
          "authorEmail" : "jprinconr@udistrital.edu.co",
          "comment" : "feat: Implement services and testing for Adopter, Adoption, and Trial Cohabitation\u000a",
          "date" : "2026-03-15 16:29:20 -0500",
          "id" : "b2bbb3b2bf27c7215291cba80c69fcf331e45c88",
          "msg" : "feat: Implement services and testing for Adopter, Adoption, and Trial Cohabitation",
          "paths" : [
            {
              "editType" : "add",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/services/TrialCohabitationService.java"
            },
            {
              "editType" : "add",
              "file" : "src/test/java/co/edu/udistrital/mdp/pets/services/AdopterServiceTest.java"
            },
            {
              "editType" : "add",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/exceptions/ErrorMessage.java"
            },
            {
              "editType" : "add",
              "file" : "src/test/java/co/edu/udistrital/mdp/pets/services/AdoptionServiceTest.java"
            },
            {
              "editType" : "add",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/services/AdopterService.java"
            },
            {
              "editType" : "delete",
              "file" : "src/test/java/co/edu/udistrital/mdp/ZZZ/services/.gitkeep"
            },
            {
              "editType" : "add",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/services/AdoptionService.java"
            },
            {
              "editType" : "add",
              "file" : "src/test/java/co/edu/udistrital/mdp/pets/services/TrialCohabitationServiceTest.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/test/java/co/edu/udistrital/mdp/pets/services/AdopterServiceTest.java",
            "src/main/java/co/edu/udistrital/mdp/pets/services/AdopterService.java"
          ],
          "commitId" : "c5d993fbafc9e6ef3eb1b4a847f138d5ae62e627",
          "timestamp" : 1773646655000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/jprinconr",
            "fullName" : "jprinconr"
          },
          "authorEmail" : "jprinconr@udistrital.edu.co",
          "comment" : "fix: Fix AdopterService to use UserService inheritance\u000a",
          "date" : "2026-03-16 02:37:35 -0500",
          "id" : "c5d993fbafc9e6ef3eb1b4a847f138d5ae62e627",
          "msg" : "fix: Fix AdopterService to use UserService inheritance",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/services/AdopterService.java"
            },
            {
              "editType" : "edit",
              "file" : "src/test/java/co/edu/udistrital/mdp/pets/services/AdopterServiceTest.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/exceptions/ErrorMessage.java"
          ],
          "commitId" : "b3823263bfec871758efad330d5627a711b2c597",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "feat: add centralized exceptions NOT_FOUND\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "b3823263bfec871758efad330d5627a711b2c597",
          "msg" : "feat: add centralized exceptions NOT_FOUND",
          "paths" : [
            {
              "editType" : "add",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/exceptions/ErrorMessage.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/repositories/ShelterRepository.java"
          ],
          "commitId" : "818f2c7f5c7be42f91ce962d848b1c2f281999cf",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "feat: implemment methods findByEmail & ExistByName\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "818f2c7f5c7be42f91ce962d848b1c2f281999cf",
          "msg" : "feat: implemment methods findByEmail & ExistByName",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/repositories/ShelterRepository.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/entities/ShelterEventEntity.java"
          ],
          "commitId" : "93cb2f061e3fd172f9a9d39bcd8a2ea374cddb66",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "feat: add status attribute for ShelterEvent\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "93cb2f061e3fd172f9a9d39bcd8a2ea374cddb66",
          "msg" : "feat: add status attribute for ShelterEvent",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/entities/ShelterEventEntity.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/services/ShelterService.java"
          ],
          "commitId" : "86c5e16ef98f9e5ab3861448ac1d7d6a0b826ed3",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "feat: implement ShelterService\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "86c5e16ef98f9e5ab3861448ac1d7d6a0b826ed3",
          "msg" : "feat: implement ShelterService",
          "paths" : [
            {
              "editType" : "add",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/services/ShelterService.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/test/java/co/edu/udistrital/mdp/pets_test/services/.gitkeep",
            "src/test/java/co/edu/udistrital/mdp/ZZZ/services/.gitkeep"
          ],
          "commitId" : "48485756c8da61236c35aea80a7d45270b911d00",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "refacture: rename ZZZ directory to pets_test\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "48485756c8da61236c35aea80a7d45270b911d00",
          "msg" : "refacture: rename ZZZ directory to pets_test",
          "paths" : [
            {
              "editType" : "delete",
              "file" : "src/test/java/co/edu/udistrital/mdp/ZZZ/services/.gitkeep"
            },
            {
              "editType" : "add",
              "file" : "src/test/java/co/edu/udistrital/mdp/pets_test/services/.gitkeep"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/services/ShelterService.java"
          ],
          "commitId" : "ebb85ab53ceac1a47c650a8527b9884e748e9940",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "chore: tabulate correctly\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "ebb85ab53ceac1a47c650a8527b9884e748e9940",
          "msg" : "chore: tabulate correctly",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/services/ShelterService.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/test/java/co/edu/udistrital/mdp/pets/services/ShelterServiceTest.java",
            "src/test/java/co/edu/udistrital/mdp/pets_test/services/.gitkeep",
            "src/test/java/co/edu/udistrital/mdp/pets/services/.gitkeep"
          ],
          "commitId" : "305a5c93f1a3fceabf8a8fbbce2ce0c8a6ad17f7",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "test: add ShelterTest\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "305a5c93f1a3fceabf8a8fbbce2ce0c8a6ad17f7",
          "msg" : "test: add ShelterTest",
          "paths" : [
            {
              "editType" : "add",
              "file" : "src/test/java/co/edu/udistrital/mdp/pets/services/ShelterServiceTest.java"
            },
            {
              "editType" : "delete",
              "file" : "src/test/java/co/edu/udistrital/mdp/pets_test/services/.gitkeep"
            },
            {
              "editType" : "add",
              "file" : "src/test/java/co/edu/udistrital/mdp/pets/services/.gitkeep"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/services/ShelterService.java"
          ],
          "commitId" : "ec94940abf0075ab19670545f1504b41fe283c6d",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "refacture: remove unnecessary imports\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "ec94940abf0075ab19670545f1504b41fe283c6d",
          "msg" : "refacture: remove unnecessary imports",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/services/ShelterService.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/repositories/UserRepository.java"
          ],
          "commitId" : "093ce6eda9e383ed594ce6a7f9fac383fcdc2391",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "feat(user): implement method existsByEmail\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "093ce6eda9e383ed594ce6a7f9fac383fcdc2391",
          "msg" : "feat(user): implement method existsByEmail",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/repositories/UserRepository.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/exceptions/ErrorMessage.java"
          ],
          "commitId" : "2feedfeeae0f6ed6eb8f60bf19634ab0c5dcd51c",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "feat(exception): add USER_NOT_FOUNDin ErrorMessage\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "2feedfeeae0f6ed6eb8f60bf19634ab0c5dcd51c",
          "msg" : "feat(exception): add USER_NOT_FOUNDin ErrorMessage",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/exceptions/ErrorMessage.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/enums/ProcessStatus.java"
          ],
          "commitId" : "5b0815d43b5551e362e54f4aa531273935dc9c1e",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "chore: add enum for status attribute\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "5b0815d43b5551e362e54f4aa531273935dc9c1e",
          "msg" : "chore: add enum for status attribute",
          "paths" : [
            {
              "editType" : "add",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/enums/ProcessStatus.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/entities/AdoptionEntity.java"
          ],
          "commitId" : "ec8d672a9136810b9091d592ea22a6ef7e737a84",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "feat(adoption): implement status (enum) attribute\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "ec8d672a9136810b9091d592ea22a6ef7e737a84",
          "msg" : "feat(adoption): implement status (enum) attribute",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/entities/AdoptionEntity.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/entities/ShelterEventEntity.java"
          ],
          "commitId" : "b1674851743ee8a466c8ae670c43fc6d8ff089bb",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "feat(S.event): implement status (enum) attribute\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "b1674851743ee8a466c8ae670c43fc6d8ff089bb",
          "msg" : "feat(S.event): implement status (enum) attribute",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/entities/ShelterEventEntity.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/services/UserService.java"
          ],
          "commitId" : "dede0e59ea31f55db80da644fafd432c6f495430",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "feat: implement UserService\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "dede0e59ea31f55db80da644fafd432c6f495430",
          "msg" : "feat: implement UserService",
          "paths" : [
            {
              "editType" : "add",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/services/UserService.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/entities/AdoptionEntity.java",
            "src/main/java/co/edu/udistrital/mdp/pets/entities/ShelterEventEntity.java"
          ],
          "commitId" : "f0adc0ed05122d9bbd15d3870415cbc45f0b5b96",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "fix: import ProcessStatus\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "f0adc0ed05122d9bbd15d3870415cbc45f0b5b96",
          "msg" : "fix: import ProcessStatus",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/entities/AdoptionEntity.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/entities/ShelterEventEntity.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/test/java/co/edu/udistrital/mdp/pets/services/ShelterServiceTest.java",
            "src/main/java/co/edu/udistrital/mdp/pets/services/ShelterService.java"
          ],
          "commitId" : "99205ffa86715b5ac4b521db8b3ab557c588265e",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "feat(shelter): implement enum logic in service\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "99205ffa86715b5ac4b521db8b3ab557c588265e",
          "msg" : "feat(shelter): implement enum logic in service",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/test/java/co/edu/udistrital/mdp/pets/services/ShelterServiceTest.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/services/ShelterService.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/test/java/co/edu/udistrital/mdp/pets/services/ShelterServiceTest.java"
          ],
          "commitId" : "24e6506462252e9aa0398a7b1a40fbeff0783f9a",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "test: add enum logic\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "24e6506462252e9aa0398a7b1a40fbeff0783f9a",
          "msg" : "test: add enum logic",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/test/java/co/edu/udistrital/mdp/pets/services/ShelterServiceTest.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/test/java/co/edu/udistrital/mdp/pets/services/UserServerTest.java"
          ],
          "commitId" : "fe6cee503c873798c20eee3809156abd8bdc9907",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "test: add UserServerTest\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "fe6cee503c873798c20eee3809156abd8bdc9907",
          "msg" : "test: add UserServerTest",
          "paths" : [
            {
              "editType" : "add",
              "file" : "src/test/java/co/edu/udistrital/mdp/pets/services/UserServerTest.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/test/java/co/edu/udistrital/mdp/pets/services/UserServerTest.java"
          ],
          "commitId" : "1aefb50b0efbb36ffe48dbbd242679dafe30d1b4",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "test: add MockUser class\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "1aefb50b0efbb36ffe48dbbd242679dafe30d1b4",
          "msg" : "test: add MockUser class",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/test/java/co/edu/udistrital/mdp/pets/services/UserServerTest.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/test/java/co/edu/udistrital/mdp/pets/services/UserServerTest.java",
            "src/test/java/co/edu/udistrital/mdp/pets/services/UserServiceTest.java"
          ],
          "commitId" : "26d479dfd1337ee741177a9c677890af12c6f908",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "fix: rename Server -> Service\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "26d479dfd1337ee741177a9c677890af12c6f908",
          "msg" : "fix: rename Server -> Service",
          "paths" : [
            {
              "editType" : "add",
              "file" : "src/test/java/co/edu/udistrital/mdp/pets/services/UserServiceTest.java"
            },
            {
              "editType" : "delete",
              "file" : "src/test/java/co/edu/udistrital/mdp/pets/services/UserServerTest.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/services/VeterinarianService.java",
            "src/main/java/co/edu/udistrital/mdp/pets/services/UserService.java",
            "src/test/java/co/edu/udistrital/mdp/pets/services/ShelterServiceTest.java"
          ],
          "commitId" : "516775a9bcadcc2adad60f02e30361d9081cd282",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "refacture: remove unnecesary imports\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "516775a9bcadcc2adad60f02e30361d9081cd282",
          "msg" : "refacture: remove unnecesary imports",
          "paths" : [
            {
              "editType" : "add",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/services/VeterinarianService.java"
            },
            {
              "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/ShelterServiceTest.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/services/VeterinarianService.java",
            "src/main/java/co/edu/udistrital/mdp/pets/entities/MedicalEventEntity.java",
            "src/main/java/co/edu/udistrital/mdp/pets/entities/VaccinationRecordEntity.java",
            "src/main/java/co/edu/udistrital/mdp/pets/entities/VeterinarianEntity.java"
          ],
          "commitId" : "a66e014048add37182a7a15d43b9740b3c4a737e",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "feat(veterinarian): add relations with MedicalEvent & VaccinationRecord\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "a66e014048add37182a7a15d43b9740b3c4a737e",
          "msg" : "feat(veterinarian): add relations with MedicalEvent & VaccinationRecord",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/entities/VaccinationRecordEntity.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/entities/VeterinarianEntity.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/services/VeterinarianService.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/entities/MedicalEventEntity.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/entities/VeterinarianEntity.java"
          ],
          "commitId" : "628558898d552392377c4be40ce3005fd72237fc",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "fix: add relation with AdoptionFollowUp\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "628558898d552392377c4be40ce3005fd72237fc",
          "msg" : "fix: add relation with AdoptionFollowUp",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/entities/VeterinarianEntity.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/services/UserService.java"
          ],
          "commitId" : "716122134649ca32042d8f851b6bd98dadfb1a2c",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "fix: abstract method\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "716122134649ca32042d8f851b6bd98dadfb1a2c",
          "msg" : "fix: abstract method",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/services/UserService.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/services/VeterinarianService.java"
          ],
          "commitId" : "c34ccb5b2949f0237268336fac0c88acc00dd9b9",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "feat: add VeterinarianService\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "c34ccb5b2949f0237268336fac0c88acc00dd9b9",
          "msg" : "feat: add VeterinarianService",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/services/VeterinarianService.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/test/java/co/edu/udistrital/mdp/pets/services/UserServiceTest.java"
          ],
          "commitId" : "b73bb9c56b80aed3004bcea31bcb04f63b7f110c",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "test: remove unnecesary clearData\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "b73bb9c56b80aed3004bcea31bcb04f63b7f110c",
          "msg" : "test: remove unnecesary clearData",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/test/java/co/edu/udistrital/mdp/pets/services/UserServiceTest.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/test/java/co/edu/udistrital/mdp/pets/services/VeterinarianServiceTest.java"
          ],
          "commitId" : "12e63010273c336ded25a0e66f99705f117b9ea3",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "test: add VeterinarianTest\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "12e63010273c336ded25a0e66f99705f117b9ea3",
          "msg" : "test: add VeterinarianTest",
          "paths" : [
            {
              "editType" : "add",
              "file" : "src/test/java/co/edu/udistrital/mdp/pets/services/VeterinarianServiceTest.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/services/.gitkeep",
            "test.txt",
            "src/test/java/co/edu/udistrital/mdp/pets/services/.gitkeep"
          ],
          "commitId" : "6c8c1cbea28a3be218f447572beee996742d483a",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "echo: add info for test\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "6c8c1cbea28a3be218f447572beee996742d483a",
          "msg" : "echo: add info for test",
          "paths" : [
            {
              "editType" : "delete",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/services/.gitkeep"
            },
            {
              "editType" : "add",
              "file" : "test.txt"
            },
            {
              "editType" : "delete",
              "file" : "src/test/java/co/edu/udistrital/mdp/pets/services/.gitkeep"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/test/java/co/edu/udistrital/mdp/pets/services/VeterinarianServiceTest.java",
            "src/main/java/co/edu/udistrital/mdp/pets/services/VeterinarianService.java"
          ],
          "commitId" : "778a9226584fb8ff2ed75b1e4efc6b67790574eb",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "echo: remove spaces\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "778a9226584fb8ff2ed75b1e4efc6b67790574eb",
          "msg" : "echo: remove spaces",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/test/java/co/edu/udistrital/mdp/pets/services/VeterinarianServiceTest.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/services/VeterinarianService.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/enums/PetStatus.java",
            "src/main/java/co/edu/udistrital/mdp/pets/entities/PetEntity.java"
          ],
          "commitId" : "162c8f449ec9b6c094bd7721e008a793a851361f",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "feat(pet): add enum PetStatus\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "162c8f449ec9b6c094bd7721e008a793a851361f",
          "msg" : "feat(pet): add enum PetStatus",
          "paths" : [
            {
              "editType" : "add",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/enums/PetStatus.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/entities/PetEntity.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/entities/PetEntity.java"
          ],
          "commitId" : "345b904c8137cb312b6d08a7d6e517cdf0245a67",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "fix: import PetStatus (enum)\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "345b904c8137cb312b6d08a7d6e517cdf0245a67",
          "msg" : "fix: import PetStatus (enum)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/entities/PetEntity.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/entities/TrialCohabitationEntity.java"
          ],
          "commitId" : "ecad5acdd89ab39cae7413535f879d1083e1cc9a",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "feat(trial): implement status (enum) attribute\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "ecad5acdd89ab39cae7413535f879d1083e1cc9a",
          "msg" : "feat(trial): implement status (enum) attribute",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/entities/TrialCohabitationEntity.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/services/PetService.java"
          ],
          "commitId" : "1b4e11dedfaa62eefb08491a7e232f43cd75bb0b",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "feat: implement PetService\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "1b4e11dedfaa62eefb08491a7e232f43cd75bb0b",
          "msg" : "feat: implement PetService",
          "paths" : [
            {
              "editType" : "add",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/services/PetService.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/test/java/co/edu/udistrital/mdp/pets/services/PetServiceTest.java"
          ],
          "commitId" : "0ab2ddd1d71886bacd9d28ac675a207907b906c5",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "test: add PetService test\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "0ab2ddd1d71886bacd9d28ac675a207907b906c5",
          "msg" : "test: add PetService test",
          "paths" : [
            {
              "editType" : "add",
              "file" : "src/test/java/co/edu/udistrital/mdp/pets/services/PetServiceTest.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/services/PetService.java",
            "src/test/java/co/edu/udistrital/mdp/pets/services/PetServiceTest.java"
          ],
          "commitId" : "70fb1cd63d75bc466f579999445f31fab27fe953",
          "timestamp" : 1773662962000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
            "fullName" : "162923584+iYeremy"
          },
          "authorEmail" : "162923584+iYeremy@users.noreply.github.com",
          "comment" : "feat: implement pet return process to handle adoptions and trials rollbacks\u000a",
          "date" : "2026-03-16 07:09:22 -0500",
          "id" : "70fb1cd63d75bc466f579999445f31fab27fe953",
          "msg" : "feat: implement pet return process to handle adoptions and trials rollbacks",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/test/java/co/edu/udistrital/mdp/pets/services/PetServiceTest.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/services/PetService.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/entities/UserEntity.java"
          ],
          "commitId" : "339937fab3c56d914a2bf8400cf263a72286b8a2",
          "timestamp" : 1773801170000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/yeremyvegap",
            "fullName" : "yeremyvegap"
          },
          "authorEmail" : "yeremyvegap@gmail.com",
          "comment" : "docs: explain why @MappedSuperclass breaks the business rule\u000a",
          "date" : "2026-03-17 21:32:50 -0500",
          "id" : "339937fab3c56d914a2bf8400cf263a72286b8a2",
          "msg" : "docs: explain why @MappedSuperclass breaks the business rule",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/entities/UserEntity.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/pets/entities/PetEntity.java",
            "src/main/java/co/edu/udistrital/mdp/pets/entities/ShelterEntity.java",
            "src/main/java/co/edu/udistrital/mdp/pets/entities/VeterinarianEntity.java",
            "src/main/java/co/edu/udistrital/mdp/pets/entities/UserEntity.java"
          ],
          "commitId" : "896c0126cfe91dc2bd2e510335bbe8a90fccf016",
          "timestamp" : 1773891377000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/yeremyvegap",
            "fullName" : "yeremyvegap"
          },
          "authorEmail" : "yeremyvegap@gmail.com",
          "comment" : "refacture: initialize lists of relations\u000a",
          "date" : "2026-03-18 22:36:17 -0500",
          "id" : "896c0126cfe91dc2bd2e510335bbe8a90fccf016",
          "msg" : "refacture: initialize lists of relations",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/entities/ShelterEntity.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/entities/PetEntity.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/entities/VeterinarianEntity.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/entities/UserEntity.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/test/java/co/edu/udistrital/mdp/pets/services/PetServiceTest.java",
            "src/test/java/co/edu/udistrital/mdp/pets/services/ShelterServiceTest.java",
            "src/test/java/co/edu/udistrital/mdp/pets/services/VeterinarianServiceTest.java",
            "src/main/java/co/edu/udistrital/mdp/pets/entities/PetEntity.java",
            "pom.xml"
          ],
          "commitId" : "33bcaf4a98c9804a205450fcd5e6c75f76ea1aa2",
          "timestamp" : 1773892514000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/yeremyvegap",
            "fullName" : "yeremyvegap"
          },
          "authorEmail" : "yeremyvegap@gmail.com",
          "comment" : "test: remove conditionals from empty lists\u000a",
          "date" : "2026-03-18 22:55:14 -0500",
          "id" : "33bcaf4a98c9804a205450fcd5e6c75f76ea1aa2",
          "msg" : "test: remove conditionals from empty lists",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "pom.xml"
            },
            {
              "editType" : "edit",
              "file" : "src/test/java/co/edu/udistrital/mdp/pets/services/PetServiceTest.java"
            },
            {
              "editType" : "edit",
              "file" : "src/test/java/co/edu/udistrital/mdp/pets/services/VeterinarianServiceTest.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/pets/entities/PetEntity.java"
            },
            {
              "editType" : "edit",
              "file" : "src/test/java/co/edu/udistrital/mdp/pets/services/ShelterServiceTest.java"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/jprinconr",
      "fullName" : "jprinconr"
    },
    {
      "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/162923584+iyeremy",
      "fullName" : "162923584+iYeremy"
    },
    {
      "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/yeremyvegap",
      "fullName" : "yeremyvegap"
    }
  ],
  "inProgress" : false,
  "nextBuild" : {
    "number" : 10,
    "url" : "http://200.69.103.29:8085/jenkins/job/MP_202610_G81_E1_Back/10/"
  },
  "previousBuild" : {
    "number" : 8,
    "url" : "http://200.69.103.29:8085/jenkins/job/MP_202610_G81_E1_Back/8/"
  }
}