{
  "_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" : 28,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "a66c254ad0652cb0a5799b0e514922e811545bfa",
            "branch" : [
              {
                "SHA1" : "a66c254ad0652cb0a5799b0e514922e811545bfa",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a66c254ad0652cb0a5799b0e514922e811545bfa",
            "branch" : [
              {
                "SHA1" : "a66c254ad0652cb0a5799b0e514922e811545bfa",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "a66c254ad0652cb0a5799b0e514922e811545bfa",
        "branch" : [
          {
            "SHA1" : "a66c254ad0652cb0a5799b0e514922e811545bfa",
            "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" : "#28",
  "duration" : 122398,
  "estimatedDuration" : 194095,
  "executor" : None,
  "fullDisplayName" : "microstories-2324-teamA #28",
  "id" : "28",
  "keepLog" : False,
  "number" : 28,
  "queueId" : 35,
  "result" : "SUCCESS",
  "timestamp" : 1700243827215,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/microstories-2324-teamA/28/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "web/src/main/angular/docs/assets/style.css",
          "web/src/main/angular/docs/assets/highlight.css",
          "web/src/main/angular/package.json",
          "web/src/main/angular/docs/assets/navigation.js",
          "web/src/main/angular/src/app/app-routing.module.ts",
          "web/src/main/angular/src/app/interfaces/story.ts",
          "web/src/main/angular/docs/index.html",
          "web/src/main/angular/src/app/app.module.ts",
          "web/src/main/angular/src/app/home/home.component.ts",
          "web/src/main/angular/src/app/shared/story-reader/story-reader.component.spec.ts",
          "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/.nojekyll",
          "web/src/main/angular/docs/modules.html",
          "web/src/main/angular/docs/assets/main.js",
          "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/src/app/home/home.component.html",
          "web/src/main/angular/docs/assets/search.js",
          "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/interfaces/microStory.ts",
          "web/src/main/angular/src/app/shared/story-reader/story-reader.component.ts"
        ],
        "commitId" : "a66c254ad0652cb0a5799b0e514922e811545bfa",
        "timestamp" : 1700243735000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/alexandreferi13",
          "fullName" : "alexandreferi13"
        },
        "authorEmail" : "alexandreferi13@gmail.com",
        "comment" : "tsk8  Adds story reading\nThe story reading component has been created that displays all the\nfields of a story,  including its title, text, author, publication date,\ntopics, and gender. Additionally,  a \"Back\" button has been implemented,\nallowing users to return to previous content.\nA new method has been created in the Story Service that gets of a story\nby ID. Finally, a 'Story' entity has been created.\n",
        "date" : "2023-11-17 18:55:35 +0100",
        "id" : "a66c254ad0652cb0a5799b0e514922e811545bfa",
        "msg" : "tsk8  Adds story reading",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/package-lock.json"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/home/home.component.ts"
          },
          {
            "editType" : "add",
            "file" : "web/src/main/angular/docs/index.html"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/app-routing.module.ts"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/services/microStory.service.ts"
          },
          {
            "editType" : "add",
            "file" : "web/src/main/angular/docs/assets/main.js"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/package.json"
          },
          {
            "editType" : "add",
            "file" : "web/src/main/angular/src/app/entities/story.entity.ts"
          },
          {
            "editType" : "add",
            "file" : "web/src/main/angular/src/app/shared/story-reader/story-reader.component.html"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/home/home.component.scss"
          },
          {
            "editType" : "delete",
            "file" : "web/src/main/angular/src/app/interfaces/microStory.ts"
          },
          {
            "editType" : "add",
            "file" : "web/src/main/angular/docs/.nojekyll"
          },
          {
            "editType" : "add",
            "file" : "web/src/main/angular/src/app/interfaces/story.ts"
          },
          {
            "editType" : "add",
            "file" : "web/src/main/angular/docs/assets/navigation.js"
          },
          {
            "editType" : "add",
            "file" : "web/src/main/angular/src/app/shared/story-reader/story-reader.component.scss"
          },
          {
            "editType" : "add",
            "file" : "web/src/main/angular/docs/assets/style.css"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/app.module.ts"
          },
          {
            "editType" : "add",
            "file" : "web/src/main/angular/docs/assets/highlight.css"
          },
          {
            "editType" : "add",
            "file" : "web/src/main/angular/docs/assets/search.js"
          },
          {
            "editType" : "add",
            "file" : "web/src/main/angular/docs/modules.html"
          },
          {
            "editType" : "add",
            "file" : "web/src/main/angular/src/app/shared/story-reader/story-reader.component.spec.ts"
          },
          {
            "editType" : "edit",
            "file" : "web/src/main/angular/src/app/home/home.component.html"
          },
          {
            "editType" : "add",
            "file" : "web/src/main/angular/src/app/shared/story-reader/story-reader.component.ts"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/alexandreferi13",
      "fullName" : "alexandreferi13"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.6.3"
}