{
  "_class" : "hudson.maven.MavenModuleSetBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/develop" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 72,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8b0dbb8fa3b6015c7cfe963ab6c8f0ae5fc10fd7",
            "branch" : [
              {
                "SHA1" : "8b0dbb8fa3b6015c7cfe963ab6c8f0ae5fc10fd7",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8b0dbb8fa3b6015c7cfe963ab6c8f0ae5fc10fd7",
            "branch" : [
              {
                "SHA1" : "8b0dbb8fa3b6015c7cfe963ab6c8f0ae5fc10fd7",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "8b0dbb8fa3b6015c7cfe963ab6c8f0ae5fc10fd7",
        "branch" : [
          {
            "SHA1" : "8b0dbb8fa3b6015c7cfe963ab6c8f0ae5fc10fd7",
            "name" : "origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "http://sing-group.org/dt/gitlab/dgss-2526-teamA/microstories.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 27,
      "skipCount" : 0,
      "totalCount" : 32,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#72",
  "duration" : 110796,
  "estimatedDuration" : 250022,
  "executor" : None,
  "fullDisplayName" : "microstories-2526-teamA #72",
  "id" : "72",
  "keepLog" : False,
  "number" : 72,
  "queueId" : 74,
  "result" : "UNSTABLE",
  "timestamp" : 1762607530645,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2526-teamA/72/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "rest/src/test/resources/datasets/stories.xml"
        ],
        "commitId" : "a372d5194341cd7f1915c1ed543f3a1366600d95",
        "timestamp" : 1762533542000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/43324098+sad8787",
          "fullName" : "43324098+sad8787"
        },
        "authorEmail" : "43324098+sad8787@users.noreply.github.com",
        "comment" : "TSK12: Añadir funcionalidad para recuperar relatos por texto (EJB)\nSe implementa en el servicio la búsqueda de relatos que contienen un\ntexto específico. La consulta permite la paginación para optimizar el\nrendimiento y limitar los resultados.\n",
        "date" : "2025-11-07 17:39:02 +0100",
        "id" : "a372d5194341cd7f1915c1ed543f3a1366600d95",
        "msg" : "TSK12: Añadir funcionalidad para recuperar relatos por texto (EJB)",
        "paths" : [
          {
            "editType" : "add",
            "file" : "rest/src/test/resources/datasets/stories.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "rest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java"
        ],
        "commitId" : "3cfe6783446cf4ad88042f1e6c1981504176071b",
        "timestamp" : 1762533542000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/43324098+sad8787",
          "fullName" : "43324098+sad8787"
        },
        "authorEmail" : "43324098+sad8787@users.noreply.github.com",
        "comment" : "tsk8: Implements REST tests for recent stories\nThis commit introduces REST integration tests for the\n`/api/microstories/recents` endpoint, verifying that the service\ncorrectly retrieves and orders the 6 most recent stories. To ensure\nconsistent results, the timestamp handling in `StoriesDataset` and the\nXML datasets was adjusted to align with DBUnit expectations. The dataset\nfiles now use SQL-style timestamps (`yyyy-MM-dd HH:mm:ss`), and\n`StoriesDataset` uses\n`LocalDateTime` instead of `Instant.parse()` to avoid timezone\ndiscrepancies. These changes guarantee that the test data and database\nvalues are interpreted consistently across environments.\n",
        "date" : "2025-11-07 17:39:02 +0100",
        "id" : "3cfe6783446cf4ad88042f1e6c1981504176071b",
        "msg" : "tsk8: Implements REST tests for recent stories",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "rest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java"
        ],
        "commitId" : "3434e159ddb3fa052b028619d0764dde13260602",
        "timestamp" : 1762533542000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/43324098+sad8787",
          "fullName" : "43324098+sad8787"
        },
        "authorEmail" : "43324098+sad8787@users.noreply.github.com",
        "comment" : "tsk8: Fixes missing dataset location and adds cleanup scripts for REST\ntests\nThis commit fixes a dataset resolution error in the REST integration\ntests for the\n/api/microstories/recents endpoint. The Arquillian persistence extension\nwas unable to locate stories.xml, so the dataset file was moved to the\ndatasets/ directory, matching the framework’s default lookup path.\nAdditionally, a cleanup.sql script was introduced to clear test tables\nbetween executions, ensuring isolation and preventing residual data\nissues.\n",
        "date" : "2025-11-07 17:39:02 +0100",
        "id" : "3434e159ddb3fa052b028619d0764dde13260602",
        "msg" : "tsk8: Fixes missing dataset location and adds cleanup scripts for REST",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "rest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java"
        ],
        "commitId" : "6a3233c33999aa2e98f7ac7f36052a009891095f",
        "timestamp" : 1762533549000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/43324098+sad8787",
          "fullName" : "43324098+sad8787"
        },
        "authorEmail" : "43324098+sad8787@users.noreply.github.com",
        "comment" : "tsk:12 correction of tests\n",
        "date" : "2025-11-07 17:39:09 +0100",
        "id" : "6a3233c33999aa2e98f7ac7f36052a009891095f",
        "msg" : "tsk:12 correction of tests",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "service/src/test/java/es/uvigo/esei/microstories/services/StoryServiceIntegrationTest.java",
          "service/src/main/java/es/uvigo/esei/microstories/services/StoryService.java"
        ],
        "commitId" : "8b0dbb8fa3b6015c7cfe963ab6c8f0ae5fc10fd7",
        "timestamp" : 1762606517000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/43324098+sad8787",
          "fullName" : "43324098+sad8787"
        },
        "authorEmail" : "43324098+sad8787@users.noreply.github.com",
        "comment" : "tsk:21 (EJB) Añadir registro de lectura de un relato Cuando se accede a\nun relato debe registrarse que se ha producido una lectura. Será\nnecesario almacenar la fecha de la lectura.\n",
        "date" : "2025-11-08 13:55:17 +0100",
        "id" : "8b0dbb8fa3b6015c7cfe963ab6c8f0ae5fc10fd7",
        "msg" : "tsk:21 (EJB) Añadir registro de lectura de un relato Cuando se accede a",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/microstories/services/StoryServiceIntegrationTest.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/microstories/services/StoryService.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/43324098+sad8787",
      "fullName" : "43324098+sad8787"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.6.3"
}