{
  "_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/152/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" : "#152",
  "duration" : 3044,
  "estimatedDuration" : 4351,
  "executor" : None,
  "fullDisplayName" : "microstories-2526-teamA » Tests #152",
  "id" : "152",
  "keepLog" : False,
  "number" : 152,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1766064611956,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2526-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2526-teamA-microstories-tests/152/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "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/StoriesDataset.java",
          "service/src/main/java/es/uvigo/esei/microstories/services/StoryService.java",
          "rest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java",
          "rest/src/main/java/es/uvigo/esei/microstories/rest/StoryResource.java"
        ],
        "commitId" : "50c3e7299aa3766fca33f9bc2dc651df47868206",
        "timestamp" : 1766063213000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/sadielgodales",
          "fullName" : "sadielgodales"
        },
        "authorEmail" : "sadielgodales@gmail.com",
        "comment" : "TSK64 (REST): Add PUT /microstory/{id} resource to update microstories\nImplements the PUT /microstory/{id} endpoint to update an existing\nmicrostory. The request requires authentication and only allows\nmodification of microstories owned by the authenticated user. and test.\n",
        "date" : "2025-12-18 14:06:53 +0100",
        "id" : "50c3e7299aa3766fca33f9bc2dc651df47868206",
        "msg" : "TSK64 (REST): Add PUT /microstory/{id} resource to update microstories",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/scripts/cleanup.sql"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/microstories/services/StoryService.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/main/java/es/uvigo/esei/microstories/rest/StoryResource.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/resources/scripts/cleanup.sql",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java",
          "rest/src/main/java/es/uvigo/esei/microstories/rest/StoryResource.java",
          "rest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java"
        ],
        "commitId" : "2b0a7b6db020610dc9733134e1cc47c782cca662",
        "timestamp" : 1766063740000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/sadielgodales",
          "fullName" : "sadielgodales"
        },
        "authorEmail" : "sadielgodales@gmail.com",
        "comment" : "TSK64 (REST): Add PUT /microstory/{id} resource to update microstories\nImplements the PUT /microstory/{id} endpoint to update an existing\nmicrostory. The request requires authentication and only allows\nmodification of microstories owned by the authenticated user. and test.\n",
        "date" : "2025-12-18 14:15:40 +0100",
        "id" : "2b0a7b6db020610dc9733134e1cc47c782cca662",
        "msg" : "TSK64 (REST): Add PUT /microstory/{id} resource to update microstories",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "rest/src/main/java/es/uvigo/esei/microstories/rest/StoryResource.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/scripts/cleanup.sql"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/sadielgodales",
      "fullName" : "sadielgodales"
    }
  ],
  "mavenArtifacts" : {
    "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2526-teamA/es.uvigo.esei.dgss.teamA.microstories$dgss2526-teamA-microstories-tests/152/mavenArtifacts/"
  }
}