{
  "_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" : 44,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7e92cf4a2fc9bab57459b5e5730e4a5224d0c172",
            "branch" : [
              {
                "SHA1" : "7e92cf4a2fc9bab57459b5e5730e4a5224d0c172",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7e92cf4a2fc9bab57459b5e5730e4a5224d0c172",
            "branch" : [
              {
                "SHA1" : "7e92cf4a2fc9bab57459b5e5730e4a5224d0c172",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "7e92cf4a2fc9bab57459b5e5730e4a5224d0c172",
        "branch" : [
          {
            "SHA1" : "7e92cf4a2fc9bab57459b5e5730e4a5224d0c172",
            "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" : 0,
      "skipCount" : 0,
      "totalCount" : 3,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#44",
  "duration" : 141993,
  "estimatedDuration" : 250022,
  "executor" : None,
  "fullDisplayName" : "microstories-2526-teamA #44",
  "id" : "44",
  "keepLog" : False,
  "number" : 44,
  "queueId" : 46,
  "result" : "SUCCESS",
  "timestamp" : 1762208950549,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2526-teamA/44/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/resources/scripts/cleanup.sql",
          "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",
          "tests/src/main/resources/datasets/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/ResourceUnitTestSuite.java",
          "rest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java",
          "rest/src/test/resources/beans.xml"
        ],
        "commitId" : "7e92cf4a2fc9bab57459b5e5730e4a5224d0c172",
        "timestamp" : 1762208773000,
        "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. The dataset file was moved to the datasets/ directory,\nmatching the framework’s default lookup path. Additionally, a\ncleanup.sql script was introduced to clear test tables between\nexecutions, ensuring isolation and preventing residual data issues.\n",
        "date" : "2025-11-03 23:26:13 +0100",
        "id" : "7e92cf4a2fc9bab57459b5e5730e4a5224d0c172",
        "msg" : "tsk8: Implements REST tests for recent stories",
        "paths" : [
          {
            "editType" : "add",
            "file" : "rest/src/test/java/es/uvigo/esei/microstories/rest/ResourceUnitTestSuite.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/scripts/cleanup.sql"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java"
          },
          {
            "editType" : "delete",
            "file" : "tests/src/main/resources/stories.xml"
          },
          {
            "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/test-persistence.xml"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/stories.xml"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/resources/web.xml"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/resources/beans.xml"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/microstories/mappers/StoryMapper.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/devpablogg",
      "fullName" : "devpablogg"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.6.3"
}