{
  "_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" : 19,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ae95a171823f7c9ca5006543718546f77ae2a701",
            "branch" : [
              {
                "SHA1" : "ae95a171823f7c9ca5006543718546f77ae2a701",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ae95a171823f7c9ca5006543718546f77ae2a701",
            "branch" : [
              {
                "SHA1" : "ae95a171823f7c9ca5006543718546f77ae2a701",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "ae95a171823f7c9ca5006543718546f77ae2a701",
        "branch" : [
          {
            "SHA1" : "ae95a171823f7c9ca5006543718546f77ae2a701",
            "name" : "origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "http://sing-group.org/dt/gitlab/dgss-2122-teamB/microstories.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#19",
  "duration" : 107730,
  "estimatedDuration" : 205050,
  "executor" : None,
  "fullDisplayName" : "μStories 2122 - Team B #19",
  "id" : "19",
  "keepLog" : False,
  "number" : 19,
  "queueId" : 56,
  "result" : "SUCCESS",
  "timestamp" : 1636653367663,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/19/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml"
        ],
        "commitId" : "65d057a9c10347fbf9e42f6312351ad02ffe964a",
        "timestamp" : 1636566783000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/braisda",
          "fullName" : "braisda"
        },
        "authorEmail" : "braisda@gmail.com",
        "comment" : "Update pom.xml\nFix execution error with white spaces\n",
        "date" : "2021-11-10 18:53:03 +0100",
        "id" : "65d057a9c10347fbf9e42f6312351ad02ffe964a",
        "msg" : "Update pom.xml",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/IsEqualToStory.java"
        ],
        "commitId" : "b1892193e9f7f83faca27d0d63cb854c468394f4",
        "timestamp" : 1636567054000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/aggarcia3",
          "fullName" : "aggarcia3"
        },
        "authorEmail" : "aggarcia3@esei.uvigo.es",
        "comment" : "Adds IsEqualToStory Hamcrest matcher\nThis commit just contains the IsEqualToStory matcher, useful for tests.\n",
        "date" : "2021-11-10 18:57:34 +0100",
        "id" : "b1892193e9f7f83faca27d0d63cb854c468394f4",
        "msg" : "Adds IsEqualToStory Hamcrest matcher",
        "paths" : [
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/IsEqualToStory.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "additional-material/db/microstories-mysql.full.sql"
        ],
        "commitId" : "de9208f0f3089846af8c57d52fea7cc876090763",
        "timestamp" : 1636567054000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/aggarcia3",
          "fullName" : "aggarcia3"
        },
        "authorEmail" : "aggarcia3@esei.uvigo.es",
        "comment" : "Fixes DB creation script not working on some MySQL servers\nAt least the following server does not like line breaks in the USE \nstatement: mysqld  Ver 10.5.12-MariaDB-1 for debian-linux-gnu on x86_64\n(Debian 11)\n",
        "date" : "2021-11-10 18:57:34 +0100",
        "id" : "de9208f0f3089846af8c57d52fea7cc876090763",
        "msg" : "Fixes DB creation script not working on some MySQL servers",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.full.sql"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "service/src/test/resources-wildfly-embedded-mysql/cleanup-autoincrement.sql",
          "jsf/src/main/java/es/uvigo/esei/dgss/teamb/microstories/jsf/controllers/StoryController.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/IsEqualToEntity.java",
          "service/src/test/java/es/uvigo/esei/dgss/teamb/microstories/service/StoryServiceTest.java",
          "service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java",
          "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java",
          "jsf/src/main/webapp/index.xhtml",
          "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/service/util/security/TestPrincipal.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Genre.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/service/util/security/RoleCaller.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Topic.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/StoriesDataset.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/utils/StoriesCompareUtils.java",
          "tests/src/main/resources/scripts/cleanup.sql",
          "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/IsEqualToStory.java",
          "service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryEJB.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/http/util/HasHttpStatus.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Story.java",
          "domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java",
          "service/src/test/resources-wildfly-embedded-h2/cleanup-autoincrement.sql"
        ],
        "commitId" : "56015acd1e6c8af0198435f99fd6d965217c69bc",
        "timestamp" : 1636567054000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/aggarcia3",
          "fullName" : "aggarcia3"
        },
        "authorEmail" : "aggarcia3@esei.uvigo.es",
        "comment" : "Fixes issues derived from the display issue\nFixes part of the integration problems of the untested parts. They have \nparticipated: Alejandro, Rubén, Irene and Javier.\n",
        "date" : "2021-11-10 18:57:34 +0100",
        "id" : "56015acd1e6c8af0198435f99fd6d965217c69bc",
        "msg" : "Fixes issues derived from the display issue",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/StoriesDataset.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/utils/StoriesCompareUtils.java"
          },
          {
            "editType" : "add",
            "file" : "service/src/test/resources-wildfly-embedded-h2/cleanup-autoincrement.sql"
          },
          {
            "editType" : "add",
            "file" : "service/src/test/resources-wildfly-embedded-mysql/cleanup-autoincrement.sql"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/service/util/security/TestPrincipal.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Genre.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/scripts/cleanup.sql"
          },
          {
            "editType" : "add",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/index.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/service/util/security/RoleCaller.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/main/java/es/uvigo/esei/dgss/teamb/microstories/jsf/controllers/StoryController.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/IsEqualToEntity.java"
          },
          {
            "editType" : "delete",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryEJB.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Story.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/IsEqualToStory.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/http/util/HasHttpStatus.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Topic.java"
          },
          {
            "editType" : "add",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teamb/microstories/service/StoryServiceTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/IsEqualToEntity.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Genre.java",
          "service/src/test/java/es/uvigo/esei/dgss/teamb/microstories/service/StoryServiceTest.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToStory.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/service/util/security/TestPrincipal.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/service/util/security/RoleCaller.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Topic.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/util/HasHttpStatus.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/IsEqualToStory.java",
          "service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java",
          "domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/security/TestPrincipal.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/utils/StoriesCompareUtils.java",
          "jsf/src/main/java/es/uvigo/esei/dgss/teamb/microstories/jsf/controllers/StoryController.java",
          "service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java",
          "jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/security/RoleCaller.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Genre.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToEntity.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/StoriesDataset.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/utils/StoriesCompareUtils.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/http/util/HasHttpStatus.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Topic.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Story.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java"
        ],
        "commitId" : "a87aa864c78f730cd1307002c550893f44f2c4a2",
        "timestamp" : 1636567054000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/aggarcia3",
          "fullName" : "aggarcia3"
        },
        "authorEmail" : "aggarcia3@esei.uvigo.es",
        "comment" : "Fixes problem with package names\nThe name of the packages is passed from .teamb. a .teamB.\n",
        "date" : "2021-11-10 18:57:34 +0100",
        "id" : "a87aa864c78f730cd1307002c550893f44f2c4a2",
        "msg" : "Fixes problem with package names",
        "paths" : [
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToEntity.java"
          },
          {
            "editType" : "add",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Topic.java"
          },
          {
            "editType" : "delete",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Genre.java"
          },
          {
            "editType" : "delete",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/http/util/HasHttpStatus.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java"
          },
          {
            "editType" : "delete",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Topic.java"
          },
          {
            "editType" : "delete",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/IsEqualToStory.java"
          },
          {
            "editType" : "delete",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/StoriesDataset.java"
          },
          {
            "editType" : "delete",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/service/util/security/TestPrincipal.java"
          },
          {
            "editType" : "add",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java"
          },
          {
            "editType" : "delete",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teamb/microstories/domain/Story.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/utils/StoriesCompareUtils.java"
          },
          {
            "editType" : "delete",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/utils/StoriesCompareUtils.java"
          },
          {
            "editType" : "add",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Genre.java"
          },
          {
            "editType" : "delete",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/service/util/security/RoleCaller.java"
          },
          {
            "editType" : "delete",
            "file" : "jsf/src/main/java/es/uvigo/esei/dgss/teamb/microstories/jsf/controllers/StoryController.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/security/TestPrincipal.java"
          },
          {
            "editType" : "add",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java"
          },
          {
            "editType" : "delete",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamb/microstories/entities/IsEqualToEntity.java"
          },
          {
            "editType" : "delete",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teamb/microstories/service/StoryServiceTest.java"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/util/HasHttpStatus.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToStory.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/security/RoleCaller.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java",
          "jsf/src/main/webapp/index.xhtml",
          "jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java"
        ],
        "commitId" : "fb352839ec2b715eecdca20c5b6172ca2b8f3862",
        "timestamp" : 1636567054000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/aggarcia3",
          "fullName" : "aggarcia3"
        },
        "authorEmail" : "aggarcia3@esei.uvigo.es",
        "comment" : "Deletes uncompleted tasks\n",
        "date" : "2021-11-10 18:57:34 +0100",
        "id" : "fb352839ec2b715eecdca20c5b6172ca2b8f3862",
        "msg" : "Deletes uncompleted tasks",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java"
          },
          {
            "editType" : "delete",
            "file" : "jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/index.xhtml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/util/HasHttpStatus.java",
          "jsf/src/main/resources/META-INF/persistence.xml",
          "service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java",
          "service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/util/security/TestPrincipal.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/http/util/HasHttpStatus.java",
          "service/src/main/resources/META-INF/persistence.xml",
          "jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/util/security/RoleCaller.java",
          "jsf/src/main/webapp/index.xhtml",
          "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/security/RoleCaller.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/security/TestPrincipal.java"
        ],
        "commitId" : "2d4227837ab43e805b5c8cb8053df2ce9af3645f",
        "timestamp" : 1636646891000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/aggarcia3",
          "fullName" : "aggarcia3"
        },
        "authorEmail" : "aggarcia3@esei.uvigo.es",
        "comment" : "Readds JSF code and fixes several things\n- Persistence unit definition files were repeated accross modules. This\n is not ideal because it opens the possibility of them becoming out of\n sync, and using symlinks is awkward in Windows. More importantly,\n though, this also caused definitions to be overwritten in the result\n WARs and JPA failing to locate the domain entity classes. An\n alternative way to fix this would be adding <class> elements to the\n unit definition files, but that just adds even more complexity. Let's\n see if Java EE is concise and DRY for once...\n- JSF code that did not work was added.\n- Code added in previous commits, namely test, JSF controller and EJB\n code was refactored and simplified.\n",
        "date" : "2021-11-11 17:08:11 +0100",
        "id" : "2d4227837ab43e805b5c8cb8053df2ce9af3645f",
        "msg" : "Readds JSF code and fixes several things",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/util/HasHttpStatus.java"
          },
          {
            "editType" : "delete",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/security/RoleCaller.java"
          },
          {
            "editType" : "delete",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/security/TestPrincipal.java"
          },
          {
            "editType" : "delete",
            "file" : "jsf/src/main/resources/META-INF/persistence.xml"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/util/security/RoleCaller.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/util/security/TestPrincipal.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/index.xhtml"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/http/util/HasHttpStatus.java"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/jsf/controllers/StoryController.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java"
          },
          {
            "editType" : "delete",
            "file" : "service/src/main/resources/META-INF/persistence.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java"
        ],
        "commitId" : "fa7da1c8c6378d52d7ea7a8491c2ff23991acfe7",
        "timestamp" : 1636647476000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/aggarcia3",
          "fullName" : "aggarcia3"
        },
        "authorEmail" : "aggarcia3@esei.uvigo.es",
        "comment" : "Fixes tests of story EJB not passing\nThis was due to a missing class that was referenced in beans.xml.\n",
        "date" : "2021-11-11 17:17:56 +0100",
        "id" : "fa7da1c8c6378d52d7ea7a8491c2ff23991acfe7",
        "msg" : "Fixes tests of story EJB not passing",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "rest/src/main/resources/META-INF/persistence.xml"
        ],
        "commitId" : "77b432d4f82e1fb1a743f8f19cc7e55455d56ee5",
        "timestamp" : 1636647613000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/aggarcia3",
          "fullName" : "aggarcia3"
        },
        "authorEmail" : "aggarcia3@esei.uvigo.es",
        "comment" : "Deletes remnants of maybe unneeded persistence.xml files\nSee description of commit 2d4227837ab43e805b5c8cb8053df2ce9af3645f for \nmore information.\n",
        "date" : "2021-11-11 17:20:13 +0100",
        "id" : "77b432d4f82e1fb1a743f8f19cc7e55455d56ee5",
        "msg" : "Deletes remnants of maybe unneeded persistence.xml files",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "rest/src/main/resources/META-INF/persistence.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jsf/src/main/webapp/index.xhtml",
          "jsf/src/main/webapp/styles/main.css"
        ],
        "commitId" : "aad46b7ef0980d39fc3be11badf2de4c0e06fdc8",
        "timestamp" : 1636652748000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/braisda",
          "fullName" : "braisda"
        },
        "authorEmail" : "braisda@gmail.com",
        "comment" : "tsk6 Lists Recent Stories\nThis commit permits add recent stories to main page\n",
        "date" : "2021-11-11 18:45:48 +0100",
        "id" : "aad46b7ef0980d39fc3be11badf2de4c0e06fdc8",
        "msg" : "tsk6 Lists Recent Stories",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/index.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/styles/main.css"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/aggarcia3",
      "fullName" : "aggarcia3"
    },
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/braisda",
      "fullName" : "braisda"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.3.9"
}