{
  "_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" : 152,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "cd51ea972177f53575c3061c09ae2cdac09f4b03",
            "branch" : [
              {
                "SHA1" : "cd51ea972177f53575c3061c09ae2cdac09f4b03",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "cd51ea972177f53575c3061c09ae2cdac09f4b03",
            "branch" : [
              {
                "SHA1" : "cd51ea972177f53575c3061c09ae2cdac09f4b03",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "cd51ea972177f53575c3061c09ae2cdac09f4b03",
        "branch" : [
          {
            "SHA1" : "cd51ea972177f53575c3061c09ae2cdac09f4b03",
            "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" : 1,
      "skipCount" : 0,
      "totalCount" : 139,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : false,
  "description" : null,
  "displayName" : "#152",
  "duration" : 185613,
  "estimatedDuration" : 250022,
  "executor" : null,
  "fullDisplayName" : "microstories-2526-teamA #152",
  "id" : "152",
  "keepLog" : false,
  "number" : 152,
  "queueId" : 154,
  "result" : "UNSTABLE",
  "timestamp" : 1766064610580,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/view/all/job/microstories-2526-teamA/152/",
  "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/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" : "rest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java"
          },
          {
            "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" : "tests/src/main/resources/scripts/cleanup.sql"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/microstories/services/StoryService.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/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java",
          "rest/src/main/java/es/uvigo/esei/microstories/rest/StoryResource.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" : "tests/src/main/resources/scripts/cleanup.sql"
          },
          {
            "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" : "rest/src/main/java/es/uvigo/esei/microstories/rest/StoryResource.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/sadielgodales",
      "fullName" : "sadielgodales"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.6.3"
}