{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2526-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2526-teamA-microstories-tests/34/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "dgss2526-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar",
      "fileName" : "dgss2526-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2526-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2526-teamA-microstories-tests-0.1.0-SNAPSHOT-javadoc.jar"
    },
    {
      "displayPath" : "dgss2526-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar",
      "fileName" : "dgss2526-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2526-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2526-teamA-microstories-tests-0.1.0-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "dgss2526-teamA-microstories-tests-0.1.0-SNAPSHOT.jar",
      "fileName" : "dgss2526-teamA-microstories-tests-0.1.0-SNAPSHOT.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2526-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2526-teamA-microstories-tests-0.1.0-SNAPSHOT.jar"
    },
    {
      "displayPath" : "dgss2526-teamA-microstories-tests-0.1.0-SNAPSHOT.pom",
      "fileName" : "dgss2526-teamA-microstories-tests-0.1.0-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2526-teamA-microstories-tests/0.1.0-SNAPSHOT/dgss2526-teamA-microstories-tests-0.1.0-SNAPSHOT.pom"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#34",
  "duration" : 5107,
  "estimatedDuration" : 4351,
  "executor" : None,
  "fullDisplayName" : "microstories-2526-teamA » Tests #34",
  "id" : "34",
  "keepLog" : False,
  "number" : 34,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1762191790730,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2526-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2526-teamA-microstories-tests/34/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java",
          "rest/src/test/resources/test-persistence.xml",
          "tests/src/main/resources/stories.xml",
          "service/src/main/java/es/uvigo/esei/microstories/mappers/StoryMapper.java",
          "rest/src/test/resources/web.xml",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java",
          "rest/src/test/java/es/uvigo/esei/microstories/rest/GenericTypes.java",
          "rest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java",
          "rest/src/test/java/es/uvigo/esei/microstories/rest/ResourceUnitTestSuite.java",
          "rest/src/test/resources/beans.xml"
        ],
        "commitId" : "fd8f1a137a026872084f7204e6616a66ee3211ed",
        "timestamp" : 1762191620000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/devpablogg",
          "fullName" : "devpablogg"
        },
        "authorEmail" : "devpablogg@gmail.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-03 18:40:20 +0100",
        "id" : "fd8f1a137a026872084f7204e6616a66ee3211ed",
        "msg" : "tsk8: Implements REST tests for recent stories",
        "paths" : [
          {
            "editType" : "add",
            "file" : "rest/src/test/java/es/uvigo/esei/microstories/rest/GenericTypes.java"
          },
          {
            "editType" : "add",
            "file" : "rest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/resources/web.xml"
          },
          {
            "editType" : "add",
            "file" : "rest/src/test/java/es/uvigo/esei/microstories/rest/ResourceUnitTestSuite.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/resources/test-persistence.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/microstories/mappers/StoryMapper.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/resources/beans.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/stories.xml"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/devpablogg",
      "fullName" : "devpablogg"
    }
  ],
  "mavenArtifacts" : {
    "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2526-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2526-teamA-microstories-tests/34/mavenArtifacts/"
  }
}