{
  "_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" : 20,
          "buildResult" : null,
          "marked" : {
            "SHA1" : "5ef1ea1e891683ea58b9d1344af4fc1145d01a59",
            "branch" : [
              {
                "SHA1" : "5ef1ea1e891683ea58b9d1344af4fc1145d01a59",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "5ef1ea1e891683ea58b9d1344af4fc1145d01a59",
            "branch" : [
              {
                "SHA1" : "5ef1ea1e891683ea58b9d1344af4fc1145d01a59",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "5ef1ea1e891683ea58b9d1344af4fc1145d01a59",
        "branch" : [
          {
            "SHA1" : "5ef1ea1e891683ea58b9d1344af4fc1145d01a59",
            "name" : "origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "http://sing-group.org/dt/gitlab/dgss-1920-teamA/microstories.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 1,
      "skipCount" : 0,
      "totalCount" : 58,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : false,
  "description" : null,
  "displayName" : "#20",
  "duration" : 166647,
  "estimatedDuration" : 307975,
  "executor" : null,
  "fullDisplayName" : "μStories 1920 - Team A #20",
  "id" : "20",
  "keepLog" : false,
  "number" : 20,
  "queueId" : 297,
  "result" : "UNSTABLE",
  "timestamp" : 1575479886125,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%201920%20-%20Team%20A/20/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "rest/src/test/java/es/uvigo/esei/dgss/microstories/rest/GenericTypes.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java",
          "domain/src/main/java/es/uvigo/esei/dgss/microstories/domain/Story.java",
          "service/src/main/java/es/uvigo/esei/dgss/microstories/service/StoryService.java",
          "rest/src/test/resources/web.xml",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java",
          "rest/src/test/java/es/uvigo/esei/dgss/microstories/rest/StoryResourceRestTest.java",
          "rest/src/main/java/es/uvigo/esei/dgss/microstories/rest/StoryResource.java",
          "rest/src/test/java/es/uvigo/esei/dgss/microstories/rest/ResourceIntegrationTestSuite.java"
        ],
        "commitId" : "5ef1ea1e891683ea58b9d1344af4fc1145d01a59",
        "timestamp" : 1575479325000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/jrcastro2",
          "fullName" : "jrcastro2"
        },
        "authorEmail" : "jrcastro2@esei.uvigo.es",
        "comment" : "tsk7-9 Adds tests for REST\nAdds test for the resources that retrieve the most recent stories and a\nstory identified by an id Corrects months of StoriesDataset Change Story\nto ignore the parse of getTime Adds an endpoint to retrieve a microstory\nidentified by an identifier\n",
        "date" : "2019-12-04 18:08:45 +0100",
        "id" : "5ef1ea1e891683ea58b9d1344af4fc1145d01a59",
        "msg" : "tsk7-9 Adds tests for REST",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/microstories/rest/StoryResource.java"
          },
          {
            "editType" : "add",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/microstories/rest/GenericTypes.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/resources/web.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java"
          },
          {
            "editType" : "add",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/microstories/rest/StoryResourceRestTest.java"
          },
          {
            "editType" : "add",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/microstories/rest/ResourceIntegrationTestSuite.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/microstories/domain/Story.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/microstories/service/StoryService.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/jrcastro2",
      "fullName" : "jrcastro2"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.3.9"
}