{
  "_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" : 21,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b40bf905dc61e4ab141cefd0fbcc58899e16d532",
            "branch" : [
              {
                "SHA1" : "b40bf905dc61e4ab141cefd0fbcc58899e16d532",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b40bf905dc61e4ab141cefd0fbcc58899e16d532",
            "branch" : [
              {
                "SHA1" : "b40bf905dc61e4ab141cefd0fbcc58899e16d532",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "b40bf905dc61e4ab141cefd0fbcc58899e16d532",
        "branch" : [
          {
            "SHA1" : "b40bf905dc61e4ab141cefd0fbcc58899e16d532",
            "name" : "origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "http://sing-group.org/dt/gitlab/dgss-1819-teamB/microstories.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 51,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#21",
  "duration" : 139711,
  "estimatedDuration" : 224909,
  "executor" : None,
  "fullDisplayName" : "μStories - Team B #21",
  "id" : "21",
  "keepLog" : False,
  "number" : 21,
  "queueId" : 67,
  "result" : "SUCCESS",
  "timestamp" : 1542477910425,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20B/21/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jsf/src/main/webapp/styles/style.css",
          "jsf/src/main/webapp/view.xhtml"
        ],
        "commitId" : "98ccf530a5d92da1410db2e3d36aa17e772fa2ae",
        "timestamp" : 1542394319000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/lrcortizo",
          "fullName" : "lrcortizo"
        },
        "authorEmail" : "lrcortizo@esei.uvigo.es",
        "comment" : "tsk8 adds xhtml view\ncreates xhtml view for show a single story\n",
        "date" : "2018-11-16 19:51:59 +0100",
        "id" : "98ccf530a5d92da1410db2e3d36aa17e772fa2ae",
        "msg" : "tsk8 adds xhtml view",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/styles/style.css"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/main/webapp/view.xhtml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jsf/src/main/webapp/index.xhtml",
          "jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/StoryManagedBean.java"
        ],
        "commitId" : "e88077b5e47d2e8cac6bb488e1042fc5785706f3",
        "timestamp" : 1542403246000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/lrcortizo",
          "fullName" : "lrcortizo"
        },
        "authorEmail" : "lrcortizo@esei.uvigo.es",
        "comment" : "task6 Recent stories list in index.xhtml\nCreates jsf for recent stories list with a maximum of 6 and order by\npublication date\n",
        "date" : "2018-11-16 22:20:46 +0100",
        "id" : "e88077b5e47d2e8cac6bb488e1042fc5785706f3",
        "msg" : "task6 Recent stories list in index.xhtml",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/index.xhtml"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/StoryManagedBean.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jsf/src/main/webapp/index.xhtml",
          "jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/SingleManagedBean.java",
          "jsf/src/main/webapp/view.xhtml"
        ],
        "commitId" : "ccefd380440b561f8be697b697c5635c77ade739",
        "timestamp" : 1542475781000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/gbgonzalez",
          "fullName" : "gbgonzalez"
        },
        "authorEmail" : "gbgonzalez@esei.uvigo.es",
        "comment" : "tsk 8 Adds single view and links\nAdds single view of micrstories and links of most viewed in index\n",
        "date" : "2018-11-17 18:29:41 +0100",
        "id" : "ccefd380440b561f8be697b697c5635c77ade739",
        "msg" : "tsk 8 Adds single view and links",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/view.xhtml"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/main/java/es/uvigo/esei/dgss/teamB/microstories/SingleManagedBean.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/index.xhtml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/gbgonzalez",
      "fullName" : "gbgonzalez"
    },
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/lrcortizo",
      "fullName" : "lrcortizo"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.3.9"
}