{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by luiszlopezs"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 1,
      "buildingDurationMillis" : 117378,
      "executingTimeMillis" : 116422,
      "executorUtilization" : 0.99,
      "subTaskCount" : 1,
      "waitingDurationMillis" : 8525,
      "waitingTimeMillis" : 8525
    },
    {
      "_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" : 334,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "0a4a4e4cf8bef457da0b65bb03c728ce4b4d5941",
            "branch" : [
              {
                "SHA1" : "0a4a4e4cf8bef457da0b65bb03c728ce4b4d5941",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "0a4a4e4cf8bef457da0b65bb03c728ce4b4d5941",
            "branch" : [
              {
                "SHA1" : "0a4a4e4cf8bef457da0b65bb03c728ce4b4d5941",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "0a4a4e4cf8bef457da0b65bb03c728ce4b4d5941",
        "branch" : [
          {
            "SHA1" : "0a4a4e4cf8bef457da0b65bb03c728ce4b4d5941",
            "name" : "refs/remotes/origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/UDFJDC-ModelosProgramacion/MP_202530_G81_E3_MyWish_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" : None,
  "displayName" : "#334",
  "duration" : 117378,
  "estimatedDuration" : 78179,
  "executor" : None,
  "fullDisplayName" : "MP_202530_G81_E3_MyWish_Back #334",
  "id" : "334",
  "keepLog" : False,
  "number" : 334,
  "queueId" : 748,
  "result" : "FAILURE",
  "timestamp" : 1760506224200,
  "url" : "http://200.69.103.29:8085/jenkins/job/MP_202530_G81_E3_MyWish_Back/334/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/back/services/TiendaService.java"
          ],
          "commitId" : "38be039c8bd0548de916a21fb3a8492fe2c4176e",
          "timestamp" : 1760331183000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/saguadab",
            "fullName" : "saguadab"
          },
          "authorEmail" : "saguadab@udistrital.edu.co",
          "comment" : "Agrega clase TiendaService\u000a",
          "date" : "2025-10-12 23:53:03 -0500",
          "id" : "38be039c8bd0548de916a21fb3a8492fe2c4176e",
          "msg" : "Agrega clase TiendaService",
          "paths" : [
            {
              "editType" : "add",
              "file" : "src/main/java/co/edu/udistrital/mdp/back/services/TiendaService.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/back/entities/CelebracionEntity.java"
          ],
          "commitId" : "3c4d8f45c21df8cc0f2fe444fe477c22637ec1db",
          "timestamp" : 1760498121000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/luflopezp",
            "fullName" : "luflopezp"
          },
          "authorEmail" : "luflopezp@udistrital.edu.co",
          "comment" : "Inicializacion de arraylist en entidad\u000a",
          "date" : "2025-10-15 03:15:21 +0000",
          "id" : "3c4d8f45c21df8cc0f2fe444fe477c22637ec1db",
          "msg" : "Inicializacion de arraylist en entidad",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/back/entities/CelebracionEntity.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/test/java/co/edu/udistrital/mdp/back/services/UsuarioServiceTest.java"
          ],
          "commitId" : "a7a94197de01c5c8bca3a8bc9d2e672bc4e7cba4",
          "timestamp" : 1760499452000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/sscastroq",
            "fullName" : "sscastroq"
          },
          "authorEmail" : "sscastroq@udistrital.edu.co",
          "comment" : "test: actualizar pruebas unitarias de UsuarioService\u000a",
          "date" : "2025-10-14 22:37:32 -0500",
          "id" : "a7a94197de01c5c8bca3a8bc9d2e672bc4e7cba4",
          "msg" : "test: actualizar pruebas unitarias de UsuarioService",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/test/java/co/edu/udistrital/mdp/back/services/UsuarioServiceTest.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/back/services/PrioridadRegaloService.java"
          ],
          "commitId" : "822537b73aa96bd2b52216056eb34d8d5cd22b87",
          "timestamp" : 1760500314000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/jruizwanumen",
            "fullName" : "jruizwanumen"
          },
          "authorEmail" : "jruizwanumen@gmail.com",
          "comment" : "corregir validaciones de regalos asociados en PrioridadRegaloService\u000a",
          "date" : "2025-10-14 22:51:54 -0500",
          "id" : "822537b73aa96bd2b52216056eb34d8d5cd22b87",
          "msg" : "corregir validaciones de regalos asociados en PrioridadRegaloService",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/back/services/PrioridadRegaloService.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/back/services/EstadoCompraService.java"
          ],
          "commitId" : "0048c11d97cf68bef5de7af79a86aa4cd13051de",
          "timestamp" : 1760501036000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/jruizwanumen",
            "fullName" : "jruizwanumen"
          },
          "authorEmail" : "jruizwanumen@gmail.com",
          "comment" : " corregir validaciones de regalos asociados en EstadoCompraService\u000a",
          "date" : "2025-10-14 23:03:56 -0500",
          "id" : "0048c11d97cf68bef5de7af79a86aa4cd13051de",
          "msg" : "corregir validaciones de regalos asociados en EstadoCompraService",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/back/services/EstadoCompraService.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "collections/EstadoCompraServiceAPI.postman_collection.json"
          ],
          "commitId" : "11a7ddd611b82f96b9462a9d9b7386602b021bdb",
          "timestamp" : 1760502132000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/jruizwanumen",
            "fullName" : "jruizwanumen"
          },
          "authorEmail" : "jruizwanumen@gmail.com",
          "comment" : "agregar el postman de EstadoCompra para API\u000a",
          "date" : "2025-10-14 23:22:12 -0500",
          "id" : "11a7ddd611b82f96b9462a9d9b7386602b021bdb",
          "msg" : "agregar el postman de EstadoCompra para API",
          "paths" : [
            {
              "editType" : "add",
              "file" : "collections/EstadoCompraServiceAPI.postman_collection.json"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "collections/PrioridadRegaloServiceAPI.postman_collection.json"
          ],
          "commitId" : "43841d697ec54081d51528bb3e9a99c3a2bdf5b7",
          "timestamp" : 1760502465000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/jruizwanumen",
            "fullName" : "jruizwanumen"
          },
          "authorEmail" : "jruizwanumen@gmail.com",
          "comment" : "agregar el postman de PrioridadRegalo para API\u000a",
          "date" : "2025-10-14 23:27:45 -0500",
          "id" : "43841d697ec54081d51528bb3e9a99c3a2bdf5b7",
          "msg" : "agregar el postman de PrioridadRegalo para API",
          "paths" : [
            {
              "editType" : "add",
              "file" : "collections/PrioridadRegaloServiceAPI.postman_collection.json"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "collections/FotoServiceAPI.postman_collection.json"
          ],
          "commitId" : "38fe767b67138c978c4241d1141296781b7dd156",
          "timestamp" : 1760502735000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/jruizwanumen",
            "fullName" : "jruizwanumen"
          },
          "authorEmail" : "jruizwanumen@gmail.com",
          "comment" : "agregar el postman de Foto para API\u000a",
          "date" : "2025-10-14 23:32:15 -0500",
          "id" : "38fe767b67138c978c4241d1141296781b7dd156",
          "msg" : "agregar el postman de Foto para API",
          "paths" : [
            {
              "editType" : "add",
              "file" : "collections/FotoServiceAPI.postman_collection.json"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/test/java/co/edu/udistrital/mdp/back/services/TiendaServiceTest.java",
            "src/main/java/co/edu/udistrital/mdp/back/services/TiendaService.java"
          ],
          "commitId" : "022eb2847e345be66580002839a75d6f1a5be878",
          "timestamp" : 1760503315000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/saguadab",
            "fullName" : "saguadab"
          },
          "authorEmail" : "saguadab@udistrital.edu.co",
          "comment" : "Creación service tienda y test\u000a",
          "date" : "2025-10-14 23:41:55 -0500",
          "id" : "022eb2847e345be66580002839a75d6f1a5be878",
          "msg" : "Creación service tienda y test",
          "paths" : [
            {
              "editType" : "add",
              "file" : "src/test/java/co/edu/udistrital/mdp/back/services/TiendaServiceTest.java"
            },
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/back/services/TiendaService.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/test/java/co/edu/udistrital/mdp/back/services/TiendaServiceTest.java"
          ],
          "commitId" : "d14ca0ecc5eca2fd479b6cb7e4512c5af8383c6f",
          "timestamp" : 1760503615000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/saguadab",
            "fullName" : "saguadab"
          },
          "authorEmail" : "saguadab@udistrital.edu.co",
          "comment" : "arreglo test\u000a",
          "date" : "2025-10-14 23:46:55 -0500",
          "id" : "d14ca0ecc5eca2fd479b6cb7e4512c5af8383c6f",
          "msg" : "arreglo test",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/test/java/co/edu/udistrital/mdp/back/services/TiendaServiceTest.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/back/entities/RegaloEntity.java"
          ],
          "commitId" : "ac9106dcc4de814eae1a6aea96b298c803926d63",
          "timestamp" : 1760504858000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/saguadab",
            "fullName" : "saguadab"
          },
          "authorEmail" : "saguadab@udistrital.edu.co",
          "comment" : "Corrige relaciones @OneToOne por @ManyToOne en RegaloEntity\u000a",
          "date" : "2025-10-15 00:07:38 -0500",
          "id" : "ac9106dcc4de814eae1a6aea96b298c803926d63",
          "msg" : "Corrige relaciones @OneToOne por @ManyToOne en RegaloEntity",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/back/entities/RegaloEntity.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/back/entities/RegaloEntity.java"
          ],
          "commitId" : "e90868a2657172191825361269b9da7119ffb6bc",
          "timestamp" : 1760505793000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/saguadab",
            "fullName" : "saguadab"
          },
          "authorEmail" : "saguadab@udistrital.edu.co",
          "comment" : "Corrige relaciones @OneToOne por @ManyToOne en RegaloEntity\u000a",
          "date" : "2025-10-15 00:23:13 -0500",
          "id" : "e90868a2657172191825361269b9da7119ffb6bc",
          "msg" : "Corrige relaciones @OneToOne por @ManyToOne en RegaloEntity",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/back/entities/RegaloEntity.java"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/main/java/co/edu/udistrital/mdp/back/entities/RegaloEntity.java"
          ],
          "commitId" : "e4b3b17014a4208893b8a4a9f86fd257491b7d2c",
          "timestamp" : 1760505872000,
          "author" : {
            "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/saguadab",
            "fullName" : "saguadab"
          },
          "authorEmail" : "saguadab@udistrital.edu.co",
          "comment" : "Corrige relaciones @OneToOne por @ManyToOne en RegaloEntity\u000a",
          "date" : "2025-10-15 00:24:32 -0500",
          "id" : "e4b3b17014a4208893b8a4a9f86fd257491b7d2c",
          "msg" : "Corrige relaciones @OneToOne por @ManyToOne en RegaloEntity",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/main/java/co/edu/udistrital/mdp/back/entities/RegaloEntity.java"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/sscastroq",
      "fullName" : "sscastroq"
    },
    {
      "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/jruizwanumen",
      "fullName" : "jruizwanumen"
    },
    {
      "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/danieljuangg",
      "fullName" : "danieljuangg"
    },
    {
      "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/saguadab",
      "fullName" : "saguadab"
    },
    {
      "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/noreply",
      "fullName" : "noreply"
    },
    {
      "absoluteUrl" : "http://200.69.103.29:8085/jenkins/user/luflopezp",
      "fullName" : "luflopezp"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 335,
    "url" : "http://200.69.103.29:8085/jenkins/job/MP_202530_G81_E3_MyWish_Back/335/"
  },
  "previousBuild" : {
    "number" : 333,
    "url" : "http://200.69.103.29:8085/jenkins/job/MP_202530_G81_E3_MyWish_Back/333/"
  }
}