{
  "_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" : 109,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "c4c69d0ef0e9960ce02aaf8ad7c9343da0182d42",
            "branch" : [
              {
                "SHA1" : "c4c69d0ef0e9960ce02aaf8ad7c9343da0182d42",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "c4c69d0ef0e9960ce02aaf8ad7c9343da0182d42",
            "branch" : [
              {
                "SHA1" : "c4c69d0ef0e9960ce02aaf8ad7c9343da0182d42",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "c4c69d0ef0e9960ce02aaf8ad7c9343da0182d42",
        "branch" : [
          {
            "SHA1" : "c4c69d0ef0e9960ce02aaf8ad7c9343da0182d42",
            "name" : "origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "http://sing-group.org/dt/gitlab/dgss-2324-teamA/microstories.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#109",
  "duration" : 138022,
  "estimatedDuration" : 194095,
  "executor" : None,
  "fullDisplayName" : "microstories-2324-teamA #109",
  "id" : "109",
  "keepLog" : False,
  "number" : 109,
  "queueId" : 116,
  "result" : "FAILURE",
  "timestamp" : 1701898505707,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/109/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/model/StoryDto.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java",
          "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryTest.java",
          "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/AuthorEntity.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryEntity.java",
          "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/AuthorTest.java",
          "tests/src/main/resources/datasets/users.xml",
          "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java",
          "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java",
          "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/UserTest.java",
          "tests/src/main/resources/scripts/cleanup.sql",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/UserEntity.java",
          "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/AuthorEJB.java",
          "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/ViewTest.java",
          "tests/src/main/resources/datasets/authors.xml",
          "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/UserEJB.java"
        ],
        "commitId" : "c4c69d0ef0e9960ce02aaf8ad7c9343da0182d42",
        "timestamp" : 1701898419000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/84422910+olivergr77",
          "fullName" : "84422910+olivergr77"
        },
        "authorEmail" : "84422910+olivergr77@users.noreply.github.com",
        "comment" : "tsk51 Refactors the UserEntity class and modifies many files that depend\non the UserEntity\nThe UserEntity has been refactored to use a more specific name, in this\ncase Author. This change needed the refactoring of many files dependent\non the UserEntity class, influencing all layers of the project.\nAdditionally, the corresponding datasets in the test layer have been\nmodified.\n",
        "date" : "2023-12-06 22:33:39 +0100",
        "id" : "c4c69d0ef0e9960ce02aaf8ad7c9343da0182d42",
        "msg" : "tsk51 Refactors the UserEntity class and modifies many files that depend",
        "paths" : [
          {
            "editType" : "add",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/AuthorTest.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/authors.xml"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryEntity.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/model/StoryDto.java"
          },
          {
            "editType" : "add",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/AuthorEJB.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java"
          },
          {
            "editType" : "delete",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/UserEJB.java"
          },
          {
            "editType" : "delete",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/UserTest.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryDataset.java"
          },
          {
            "editType" : "delete",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/UserEntity.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/ViewTest.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java"
          },
          {
            "editType" : "add",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/AuthorEntity.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryTest.java"
          },
          {
            "editType" : "delete",
            "file" : "tests/src/main/resources/datasets/users.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/scripts/cleanup.sql"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/84422910+olivergr77",
      "fullName" : "84422910+olivergr77"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.6.3"
}