{
  "_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" : 187,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "aeb44ac7cb58de6ad5f301e68040a959b0371253",
            "branch" : [
              {
                "SHA1" : "aeb44ac7cb58de6ad5f301e68040a959b0371253",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "aeb44ac7cb58de6ad5f301e68040a959b0371253",
            "branch" : [
              {
                "SHA1" : "aeb44ac7cb58de6ad5f301e68040a959b0371253",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "aeb44ac7cb58de6ad5f301e68040a959b0371253",
        "branch" : [
          {
            "SHA1" : "aeb44ac7cb58de6ad5f301e68040a959b0371253",
            "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"
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 132,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#187",
  "duration" : 194307,
  "estimatedDuration" : 194095,
  "executor" : None,
  "fullDisplayName" : "microstories-2324-teamA #187",
  "id" : "187",
  "keepLog" : False,
  "number" : 187,
  "queueId" : 11,
  "result" : "SUCCESS",
  "timestamp" : 1703875626784,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/view/all/job/microstories-2324-teamA/187/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "web/src/main/angular/src/app/explore/explore.component.scss",
          "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/model/StoryDto.java",
          "web/src/main/angular/src/app/explore/explore.component.html",
          "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java",
          "web/src/main/angular/package.json",
          "web/src/main/angular/src/app/user-private-section/user-stories/user-stories-update/user-stories-update.component.ts",
          "web/src/main/angular/src/app/interfaces/story.ts",
          "web/src/main/angular/package-lock.json",
          "web/src/main/angular/src/app/search/search.component.html",
          "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/AuthorEJB.java",
          "web/src/main/angular/src/app/home/home.component.html",
          "web/src/main/angular/src/app/home/home.component.scss",
          "web/src/main/angular/src/app/entities/story.entity.ts",
          "web/src/main/angular/src/app/shared/story-reader/story-reader.component.ts",
          "web/src/main/angular/src/app/search/search.component.scss"
        ],
        "commitId" : "aeb44ac7cb58de6ad5f301e68040a959b0371253",
        "timestamp" : 1703875577000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/alexandreferi13",
          "fullName" : "alexandreferi13"
        },
        "authorEmail" : "alexandreferi13@gmail.com",
        "comment" : "tsk93 (WEB) Adds suport to show if a story has already been read\nAdds a green eye icon in case a story has already been read by the user\nin the repeat, browsing or search view.\nFor this, also modifies the list mapping method in rest, since until now\nthe field that indicates whether a story has been read always reached\nfalse.\n",
        "date" : "2023-12-29 19:46:17 +0100",
        "id" : "aeb44ac7cb58de6ad5f301e68040a959b0371253",
        "msg" : "tsk93 (WEB) Adds suport to show if a story has already been read",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/model/StoryDto.java"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/shared/story-reader/story-reader.component.ts"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/interfaces/story.ts"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/search/search.component.html"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/user-private-section/user-stories/user-stories-update/user-stories-update.component.ts"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/package-lock.json"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/home/home.component.html"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/AuthorEJB.java"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/explore/explore.component.scss"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/search/search.component.scss"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/package.json"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/entities/story.entity.ts"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/home/home.component.scss"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/explore/explore.component.html"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/alexandreferi13",
      "fullName" : "alexandreferi13"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.6.3"
}