{
  "_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" : 105,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "9207eec1eefc884fc75b6e3254ae4bd5245a8bf4",
            "branch" : [
              {
                "SHA1" : "9207eec1eefc884fc75b6e3254ae4bd5245a8bf4",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "9207eec1eefc884fc75b6e3254ae4bd5245a8bf4",
            "branch" : [
              {
                "SHA1" : "9207eec1eefc884fc75b6e3254ae4bd5245a8bf4",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "9207eec1eefc884fc75b6e3254ae4bd5245a8bf4",
        "branch" : [
          {
            "SHA1" : "9207eec1eefc884fc75b6e3254ae4bd5245a8bf4",
            "name" : "origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "http://www.sing-group.org/dt/gitlab/dgss-1617-teamA/letta.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 94,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : false,
  "description" : null,
  "displayName" : "#105",
  "duration" : 65774,
  "estimatedDuration" : 283139,
  "executor" : null,
  "fullDisplayName" : "LETTA 1617 Team A #105",
  "id" : "105",
  "keepLog" : false,
  "number" : 105,
  "queueId" : 5,
  "result" : "FAILURE",
  "timestamp" : 1498419787001,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/LETTA%201617%20Team%20A/105/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jsf/src/main/webapp/templates/header.xhtml",
          "service/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/FriendshipEJB.java",
          "service/src/main/resources/META-INF/persistence.xml",
          "jsf/src/main/webapp/resources/tags/friendshipReceived.xhtml",
          "jsf/src/main/webapp/resources/tags/friendOf.xhtml",
          "domain/src/test/java/es/uvigo/esei/dgss/teama/letta/entities/FriendshipTest.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/IsEqualToFriendship.java",
          "service/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/UserEJB.java",
          "jsf/src/main/webapp/resources/tags/user.xhtml",
          "jsf/src/main/java/es/uvigo/esei/dgss/teama/letta/jsf/SearchController.java",
          "jsf/src/main/webapp/resources/tags/friend.xhtml",
          "jsf/src/main/webapp/private/myFriends.xhtml",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Friendship.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/FriendshipState.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/FriendshipDataset.java",
          "jsf/src/main/webapp/searchUsersResults.xhtml",
          "jsf/src/main/webapp/resources/tags/friendshipRequested.xhtml",
          "jsf/src/main/java/es/uvigo/esei/dgss/teama/letta/jsf/FriendshipController.java"
        ],
        "commitId" : "9207eec1eefc884fc75b6e3254ae4bd5245a8bf4",
        "timestamp" : 1498419009000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/pabarreira",
          "fullName" : "pabarreira"
        },
        "authorEmail" : "pabarreira@esei.uvigo.es",
        "comment" : "[sto24 - tsk68, tsk69, tsk70, tsk71]Friendship management Added\nFriendship entitie Added FriendshipState enum with states of an\nfriendship Added Friendship test Added Friendship controller for JSF\nAdded view of my friends Added new resource for tag user Added new\nresource for tag friend Added new resource for tag friendOf Added new\nresource for tag Friendship recieved Added new resource for tag\nFriendship request Added new view for users searched Added new EJB for\nfriendship entitie Added Friendship dataset for tests Added\nIsEqualsFriendship for tests Modified search controler with methods for\nsearch users Modified header.xhtml for to show up new option My friends\nModified UserEJB for search users Modified persistence.xml for add the\nnew entitie friendship\n",
        "date" : "2017-06-25 21:30:09 +0200",
        "id" : "9207eec1eefc884fc75b6e3254ae4bd5245a8bf4",
        "msg" : "[sto24 - tsk68, tsk69, tsk70, tsk71]Friendship management Added",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/UserEJB.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/resources/META-INF/persistence.xml"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/main/java/es/uvigo/esei/dgss/teama/letta/jsf/FriendshipController.java"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/main/webapp/resources/tags/friendshipReceived.xhtml"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/main/webapp/resources/tags/friend.xhtml"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/main/webapp/private/myFriends.xhtml"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/FriendshipDataset.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/IsEqualToFriendship.java"
          },
          {
            "editType" : "add",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/letta/ejb/FriendshipEJB.java"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/main/webapp/resources/tags/friendOf.xhtml"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/main/webapp/resources/tags/user.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/templates/header.xhtml"
          },
          {
            "editType" : "add",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teama/letta/entities/FriendshipTest.java"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/java/es/uvigo/esei/dgss/teama/letta/jsf/SearchController.java"
          },
          {
            "editType" : "add",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/Friendship.java"
          },
          {
            "editType" : "add",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/letta/entities/FriendshipState.java"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/main/webapp/searchUsersResults.xhtml"
          },
          {
            "editType" : "add",
            "file" : "jsf/src/main/webapp/resources/tags/friendshipRequested.xhtml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/pabarreira",
      "fullName" : "pabarreira"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.3.9"
}