{
  "_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" : 62,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d5cca319367350689c72106ce0e29bd19035117b",
            "branch" : [
              {
                "SHA1" : "d5cca319367350689c72106ce0e29bd19035117b",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d5cca319367350689c72106ce0e29bd19035117b",
            "branch" : [
              {
                "SHA1" : "d5cca319367350689c72106ce0e29bd19035117b",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "d5cca319367350689c72106ce0e29bd19035117b",
        "branch" : [
          {
            "SHA1" : "d5cca319367350689c72106ce0e29bd19035117b",
            "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"
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 87,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#62",
  "duration" : 274259,
  "estimatedDuration" : 205050,
  "executor" : None,
  "fullDisplayName" : "μStories 2122 - Team B #62",
  "id" : "62",
  "keepLog" : False,
  "number" : 62,
  "queueId" : 113,
  "result" : "FAILURE",
  "timestamp" : 1638469568136,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/62/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/StoryDto.java",
          "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/UserDto.java"
        ],
        "commitId" : "00d3aa0cb0f09d9ab7c9e6b5d92f41f55ca82b7a",
        "timestamp" : 1638469542000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
          "fullName" : "yruben98"
        },
        "authorEmail" : "yruben98@gmail.com",
        "comment" : "tsk21-40 Adds Story and User DTO\nAdds the DTOs of the Story and User entities.\nMade by Alejandro and Rubén.\n",
        "date" : "2021-12-02 19:25:42 +0100",
        "id" : "00d3aa0cb0f09d9ab7c9e6b5d92f41f55ca82b7a",
        "msg" : "tsk21-40 Adds Story and User DTO",
        "paths" : [
          {
            "editType" : "add",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/StoryDto.java"
          },
          {
            "editType" : "add",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/dtos/UserDto.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/User.java"
        ],
        "commitId" : "bfb12885c4874fe802c35cfba4d759745223646a",
        "timestamp" : 1638469542000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
          "fullName" : "yruben98"
        },
        "authorEmail" : "yruben98@gmail.com",
        "comment" : "tsk21-40 Modifies the Story and User entities\nModifies both entities to remove the XmlTransient annotation that is no\nlonger needed due to the use of DTOs.\nMade by Alejandro and Rubén.\n",
        "date" : "2021-12-02 19:25:42 +0100",
        "id" : "bfb12885c4874fe802c35cfba4d759745223646a",
        "msg" : "tsk21-40 Modifies the Story and User entities",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/User.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java"
        ],
        "commitId" : "383e2466f8aab75d44f0fe34e0962219dfa6b635",
        "timestamp" : 1638469543000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
          "fullName" : "yruben98"
        },
        "authorEmail" : "yruben98@gmail.com",
        "comment" : "tsk21-40 Modifies the REST methods of the Story class\nModifies the REST methods of the Story class to use the created DTOs. \nAlso adds Transactional annotation to the necessary methods, to maintain \nan open transaction in this layer.\nMade by Alejandro and Rubén.\n",
        "date" : "2021-12-02 19:25:43 +0100",
        "id" : "383e2466f8aab75d44f0fe34e0962219dfa6b635",
        "msg" : "tsk21-40 Modifies the REST methods of the Story class",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java",
          "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/GenericTypes.java",
          "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceUnitTest.java"
        ],
        "commitId" : "4f4a2413473423f0652fe8fdf414caa18c2f1e11",
        "timestamp" : 1638469543000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
          "fullName" : "yruben98"
        },
        "authorEmail" : "yruben98@gmail.com",
        "comment" : "tsk21-40 Modifies REST tests of the Story class\nModifies the REST layer tests to adapt them to the use of DTOs.\nMade by Alejandro and Rubén.\n",
        "date" : "2021-12-02 19:25:43 +0100",
        "id" : "4f4a2413473423f0652fe8fdf414caa18c2f1e11",
        "msg" : "tsk21-40 Modifies REST tests of the Story class",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/GenericTypes.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceUnitTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java"
        ],
        "commitId" : "d5cca319367350689c72106ce0e29bd19035117b",
        "timestamp" : 1638469543000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
          "fullName" : "yruben98"
        },
        "authorEmail" : "yruben98@gmail.com",
        "comment" : "fix: Modifies the format of a file\nModifies the incorrect format of a file.\nMade by Alejandro and Rubén.\n",
        "date" : "2021-12-02 19:25:43 +0100",
        "id" : "d5cca319367350689c72106ce0e29bd19035117b",
        "msg" : "fix: Modifies the format of a file",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
      "fullName" : "yruben98"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.3.9"
}