{
  "_class" : "hudson.maven.MavenModuleSetBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        },
        {
          "_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" : 57,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "eb41f89a19834aed1f8e12c5ad04082ebd16d749",
            "branch" : [
              {
                "SHA1" : "eb41f89a19834aed1f8e12c5ad04082ebd16d749",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "eb41f89a19834aed1f8e12c5ad04082ebd16d749",
            "branch" : [
              {
                "SHA1" : "eb41f89a19834aed1f8e12c5ad04082ebd16d749",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "eb41f89a19834aed1f8e12c5ad04082ebd16d749",
        "branch" : [
          {
            "SHA1" : "eb41f89a19834aed1f8e12c5ad04082ebd16d749",
            "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" : 6,
      "skipCount" : 0,
      "totalCount" : 7,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#57",
  "duration" : 122169,
  "estimatedDuration" : 250022,
  "executor" : None,
  "fullDisplayName" : "microstories-2526-teamA #57",
  "id" : "57",
  "keepLog" : False,
  "number" : 57,
  "queueId" : 59,
  "result" : "UNSTABLE",
  "timestamp" : 1762282093057,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/view/all/job/microstories-2526-teamA/57/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "rest/src/test/resources/datasets/stories.xml"
        ],
        "commitId" : "21ca767de17ccc36cad1cb87d9e2bffd37b2a60e",
        "timestamp" : 1762281759000,
        "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-04 19:42:39 +0100",
        "id" : "21ca767de17ccc36cad1cb87d9e2bffd37b2a60e",
        "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" : "8c29da133ee897d65cfcc36be3e2ba26b9ef7e48",
        "timestamp" : 1762281759000,
        "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-04 19:42:39 +0100",
        "id" : "8c29da133ee897d65cfcc36be3e2ba26b9ef7e48",
        "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" : "5cb81589b6a8855c434c5e8a8b015a2436bb1885",
        "timestamp" : 1762281759000,
        "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-04 19:42:39 +0100",
        "id" : "5cb81589b6a8855c434c5e8a8b015a2436bb1885",
        "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" : [
          "service/src/test/java/es/uvigo/esei/microstories/services/StoryServiceIntegrationTest.java",
          "rest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java"
        ],
        "commitId" : "eb41f89a19834aed1f8e12c5ad04082ebd16d749",
        "timestamp" : 1762281788000,
        "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-04 19:43:08 +0100",
        "id" : "eb41f89a19834aed1f8e12c5ad04082ebd16d749",
        "msg" : "tsk:12 correction of tests",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/microstories/services/StoryServiceIntegrationTest.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/43324098+sad8787",
      "fullName" : "43324098+sad8787"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.6.3"
}