{
  "_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" : 155,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8db2ed2854f93aa8cdc65424fbd861ad0d55e7f7",
            "branch" : [
              {
                "SHA1" : "8db2ed2854f93aa8cdc65424fbd861ad0d55e7f7",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8db2ed2854f93aa8cdc65424fbd861ad0d55e7f7",
            "branch" : [
              {
                "SHA1" : "8db2ed2854f93aa8cdc65424fbd861ad0d55e7f7",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "8db2ed2854f93aa8cdc65424fbd861ad0d55e7f7",
        "branch" : [
          {
            "SHA1" : "8db2ed2854f93aa8cdc65424fbd861ad0d55e7f7",
            "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" : 147,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#155",
  "duration" : 211228,
  "estimatedDuration" : 250022,
  "executor" : None,
  "fullDisplayName" : "microstories-2526-teamA #155",
  "id" : "155",
  "keepLog" : False,
  "number" : 155,
  "queueId" : 157,
  "result" : "SUCCESS",
  "timestamp" : 1766078826072,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2526-teamA/155/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "domain/src/main/java/es/uvigo/esei/microstories/domain/entities/Story.java",
          "tests/src/main/resources/datasets/stories.xml",
          "domain/src/main/java/es/uvigo/esei/microstories/domain/entities/User.java",
          "additional-material/db/microstories-mysql.creation.sql",
          "additional-material/db/microstories-mysql.drop.sql",
          "additional-material/db/microstories-mysql.full.sql",
          "tests/src/main/resources/scripts/cleanup.sql",
          "additional-material/db/microstories-mysql.data.sql",
          "domain/src/test/java/es/uvigo/esei/microstories/domain/entities/UserTest.java",
          "service/src/main/java/es/uvigo/esei/microstories/services/StoryService.java",
          "tests/src/main/resources/datasets/stories-with-delete-1.xml",
          "additional-material/db/microstories-mysql.delete.sql",
          "domain/src/test/java/es/uvigo/esei/microstories/domain/entities/StoryTest.java"
        ],
        "commitId" : "8db2ed2854f93aa8cdc65424fbd861ad0d55e7f7",
        "timestamp" : 1766078570000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/devpablogg",
          "fullName" : "devpablogg"
        },
        "authorEmail" : "devpablogg@gmail.com",
        "comment" : "tsk68: Adds JPA support for user favorite stories\nThis commit adds the JPA mapping needed to support users having a list\nof favorite microstories. It introduces a bidirectional @ManyToMany\nrelationship between User and Story, backed by the new user_favorites\njoin table. Domain entities were updated with helper methods to manage\nthe association and expose unmodifiable views. Database DDL/DML scripts\nand domain tests were updated accordingly. DBUnit dataset was extended\nto include favorite stories.\n",
        "date" : "2025-12-18 18:22:50 +0100",
        "id" : "8db2ed2854f93aa8cdc65424fbd861ad0d55e7f7",
        "msg" : "tsk68: Adds JPA support for user favorite stories",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.delete.sql"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/microstories/domain/entities/Story.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/microstories/services/StoryService.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/microstories/domain/entities/UserTest.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/scripts/cleanup.sql"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/microstories/domain/entities/StoryTest.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-with-delete-1.xml"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/microstories/domain/entities/User.java"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.creation.sql"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories.xml"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.full.sql"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.data.sql"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.drop.sql"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/devpablogg",
      "fullName" : "devpablogg"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.6.3"
}