{
  "_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" : 61,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "3768400a89ce64f615fcc97d8c89cf23fc95f5b0",
            "branch" : [
              {
                "SHA1" : "3768400a89ce64f615fcc97d8c89cf23fc95f5b0",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "3768400a89ce64f615fcc97d8c89cf23fc95f5b0",
            "branch" : [
              {
                "SHA1" : "3768400a89ce64f615fcc97d8c89cf23fc95f5b0",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "3768400a89ce64f615fcc97d8c89cf23fc95f5b0",
        "branch" : [
          {
            "SHA1" : "3768400a89ce64f615fcc97d8c89cf23fc95f5b0",
            "name" : "origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "http://sing-group.org/dt/gitlab/dgss-2122-teamC/microstories.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 179,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#61",
  "duration" : 193012,
  "estimatedDuration" : 259625,
  "executor" : None,
  "fullDisplayName" : "μStories 2122 - Team C #61",
  "id" : "61",
  "keepLog" : False,
  "number" : 61,
  "queueId" : 130,
  "result" : "SUCCESS",
  "timestamp" : 1638546190187,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20C/61/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jsf/src/main/webapp/user/login.xhtml",
          "jsf/src/main/webapp/WEB-INF/web.xml",
          "jsf/src/main/webapp/resources/images/libreria.jpeg",
          "jsf/src/main/java/es/uvigo/esei/dgss/teamc/microstories/jsf/UserManagedBean.java",
          "jsf/src/main/webapp/WEB-INF/template.xhtml",
          "jsf/src/main/webapp/resources/css/login.css"
        ],
        "commitId" : "7dbb2dc316fd85051a59471b4e36587de0c873b2",
        "timestamp" : 1638546050000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/nghervella",
          "fullName" : "nghervella"
        },
        "authorEmail" : "nghervella@esei.uvigo.es",
        "comment" : "tsk23 Adds user login and logout\nAdd UserManagedBean file where login and logout functions are located.\nThe .xhtml and .css files with the template and style of the view are\nalso added. The button that redirects to the login view or allows the\nuser to logout is added in the template.xhtml file.\n",
        "date" : "2021-12-03 16:40:50 +0100",
        "id" : "7dbb2dc316fd85051a59471b4e36587de0c873b2",
        "msg" : "tsk23 Adds user login and logout",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/WEB-INF/template.xhtml"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/main/java/es/uvigo/esei/dgss/teamc/microstories/jsf/UserManagedBean.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/WEB-INF/web.xml"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/main/webapp/resources/css/login.css"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/main/webapp/resources/images/libreria.jpeg"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/main/webapp/user/login.xhtml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "service/src/main/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryService.java"
        ],
        "commitId" : "3768400a89ce64f615fcc97d8c89cf23fc95f5b0",
        "timestamp" : 1638546082000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/nghervella",
          "fullName" : "nghervella"
        },
        "authorEmail" : "nghervella@esei.uvigo.es",
        "comment" : "tsk19 Fixes service feature to list most read stories\nFixes how service retrieves stories with no views in current month.\n",
        "date" : "2021-12-03 16:41:22 +0100",
        "id" : "3768400a89ce64f615fcc97d8c89cf23fc95f5b0",
        "msg" : "tsk19 Fixes service feature to list most read stories",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teamc/microstories/service/StoryService.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/nghervella",
      "fullName" : "nghervella"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.3.9"
}