{
  "_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" : 145,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7961f39dd93e3480c452634a992ac01166ea5445",
            "branch" : [
              {
                "SHA1" : "7961f39dd93e3480c452634a992ac01166ea5445",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7961f39dd93e3480c452634a992ac01166ea5445",
            "branch" : [
              {
                "SHA1" : "7961f39dd93e3480c452634a992ac01166ea5445",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "7961f39dd93e3480c452634a992ac01166ea5445",
        "branch" : [
          {
            "SHA1" : "7961f39dd93e3480c452634a992ac01166ea5445",
            "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" : 63,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#145",
  "duration" : 226660,
  "estimatedDuration" : 194095,
  "executor" : None,
  "fullDisplayName" : "microstories-2324-teamA #145",
  "id" : "145",
  "keepLog" : False,
  "number" : 145,
  "queueId" : 152,
  "result" : "SUCCESS",
  "timestamp" : 1702824909659,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/145/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "web/src/main/angular/docs/classes/app_app_module.AppModule.html",
          "web/src/main/angular/docs/modules/app_user_private_section_user_stories_user_favourite_stories_user_favourite_stories_component.html",
          "web/src/main/angular/package.json",
          "web/src/main/angular/docs/assets/navigation.js",
          "web/src/main/angular/src/app/user-private-section/user-private-section.component.scss",
          "web/src/main/angular/src/app/user-private-section/user-private-section.component.ts",
          "web/src/main/angular/docs/classes/app_user_private_section_user_private_section_component.UserPrivateSectionComponent.html",
          "web/src/main/angular/src/app/user-private-section/user-private-section.component.html",
          "web/src/main/angular/package-lock.json",
          "web/src/main/angular/src/app/shared/story-reader/story-reader.component.html",
          "web/src/main/angular/docs/modules/app_user_private_section_user_stories_user_favourite_stories_user_favourite_stories_component_spec.html",
          "web/src/main/angular/src/app/shared/story-reader/story-reader.component.scss",
          "web/src/main/angular/src/app/services/microStory.service.ts",
          "web/src/main/angular/docs/classes/app_services_microStory_service.MicroStoryService.html",
          "web/src/main/angular/docs/assets/search.js",
          "web/src/main/angular/docs/classes/app_shared_story_reader_story_reader_component.StoryReaderComponent.html",
          "web/src/main/angular/docs/classes/app_user_private_section_user_stories_user_favourite_stories_user_favourite_stories_component.UserFavouriteStoriesComponent.html",
          "web/src/main/angular/src/app/shared/story-reader/story-reader.component.ts"
        ],
        "commitId" : "7961f39dd93e3480c452634a992ac01166ea5445",
        "timestamp" : 1702824763000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/martinperez.patricia",
          "fullName" : "martinperez.patricia"
        },
        "authorEmail" : "martinperez.patricia@gmail.com",
        "comment" : "tsk39 Deletes microstories from private section view\nAdded functionality to allow users to delete microstories from their\nprivate section. A new function was added to call the REST method from\nthe backend. The router component was added in order to redirect the\nuser to the private section when deleting the story. Also, a message is\nshown in the private section if the story is deleted succesfully. As the\nprivate section and the story reader view are different components, the\nhistory state is used to communicate the message. Also, the\ndocumentation has been generated automatically for the different\nelements.\n",
        "date" : "2023-12-17 15:52:43 +0100",
        "id" : "7961f39dd93e3480c452634a992ac01166ea5445",
        "msg" : "tsk39 Deletes microstories from private section view",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/user-private-section/user-private-section.component.html"
          },
          {
            "editType" : "add",
            "file" : "web/src/main/angular/docs/modules/app_user_private_section_user_stories_user_favourite_stories_user_favourite_stories_component.html"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/docs/classes/app_user_private_section_user_private_section_component.UserPrivateSectionComponent.html"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/services/microStory.service.ts"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/docs/assets/search.js"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/package-lock.json"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/docs/classes/app_shared_story_reader_story_reader_component.StoryReaderComponent.html"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/package.json"
          },
          {
            "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/user-private-section/user-private-section.component.scss"
          },
          {
            "editType" : "add",
            "file" : "web/src/main/angular/docs/modules/app_user_private_section_user_stories_user_favourite_stories_user_favourite_stories_component_spec.html"
          },
          {
            "editType" : "add",
            "file" : "web/src/main/angular/docs/classes/app_user_private_section_user_stories_user_favourite_stories_user_favourite_stories_component.UserFavouriteStoriesComponent.html"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/docs/classes/app_app_module.AppModule.html"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/shared/story-reader/story-reader.component.scss"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/shared/story-reader/story-reader.component.html"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/docs/assets/navigation.js"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/docs/classes/app_services_microStory_service.MicroStoryService.html"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/user-private-section/user-private-section.component.ts"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/martinperez.patricia",
      "fullName" : "martinperez.patricia"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.6.3"
}