{
  "_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" : 3,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ed7a556c54994af3ea42f2ae3bd4c55202b36520",
            "branch" : [
              {
                "SHA1" : "ed7a556c54994af3ea42f2ae3bd4c55202b36520",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ed7a556c54994af3ea42f2ae3bd4c55202b36520",
            "branch" : [
              {
                "SHA1" : "ed7a556c54994af3ea42f2ae3bd4c55202b36520",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "ed7a556c54994af3ea42f2ae3bd4c55202b36520",
        "branch" : [
          {
            "SHA1" : "ed7a556c54994af3ea42f2ae3bd4c55202b36520",
            "name" : "origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "http://sing-group.org/dt/gitlab/dgss-1819-teamA/microstories.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 69,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#3",
  "duration" : 163716,
  "estimatedDuration" : 212891,
  "executor" : None,
  "fullDisplayName" : "μStories - Team A #3",
  "id" : "3",
  "keepLog" : False,
  "number" : 3,
  "queueId" : 35,
  "result" : "FAILURE",
  "timestamp" : 1541721727136,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%20-%20Team%20A/3/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".gitignore"
        ],
        "commitId" : "e649d418e6bb6d400fa27a8d2debfaea0231284e",
        "timestamp" : 1541721465000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/gvgomez",
          "fullName" : "gvgomez"
        },
        "authorEmail" : "gvgomez@esei.uvigo.es",
        "comment" : "Modifies .gitignore\nIn order to ignore iml files, the .gitignore file is modified\n",
        "date" : "2018-11-09 00:57:45 +0100",
        "id" : "e649d418e6bb6d400fa27a8d2debfaea0231284e",
        "msg" : "Modifies .gitignore",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".gitignore"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Theme.java",
          "additional-material/db/microstories-mysql.data.sql",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java",
          "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTestSuite.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Genre.java",
          "domain/pom.xml",
          "additional-material/db/microstories-mysql.creation.sql",
          "additional-material/db/microstories-mysql.drop.sql",
          "additional-material/db/microstories-mysql.delete.sql",
          "pom.xml",
          "additional-material/db/microstories-mysql.full.sql"
        ],
        "commitId" : "d71874bd4e95087baebd0f1d84b29e4366a5b251",
        "timestamp" : 1541721516000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/gvgomez",
          "fullName" : "gvgomez"
        },
        "authorEmail" : "gvgomez@esei.uvigo.es",
        "comment" : "Tsk1 Create Story Entity\nAdds the Story class to store the objects related to the stories Adds\nthe necessary SQL files to create/insert/delete data and tables Adds the\ntest class for the Story class and the Test Suite Modifies the poms to\nadd the dependency to apache commons-lang\n",
        "date" : "2018-11-09 00:58:36 +0100",
        "id" : "d71874bd4e95087baebd0f1d84b29e4366a5b251",
        "msg" : "Tsk1 Create Story Entity",
        "paths" : [
          {
            "editType" : "add",
            "file" : "additional-material/db/microstories-mysql.creation.sql"
          },
          {
            "editType" : "add",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "add",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Theme.java"
          },
          {
            "editType" : "add",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/Story.java"
          },
          {
            "editType" : "add",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTestSuite.java"
          },
          {
            "editType" : "add",
            "file" : "additional-material/db/microstories-mysql.data.sql"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.full.sql"
          },
          {
            "editType" : "edit",
            "file" : "domain/pom.xml"
          },
          {
            "editType" : "add",
            "file" : "additional-material/db/microstories-mysql.drop.sql"
          },
          {
            "editType" : "add",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/enums/Genre.java"
          },
          {
            "editType" : "add",
            "file" : "additional-material/db/microstories-mysql.delete.sql"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/gvgomez",
      "fullName" : "gvgomez"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.3.9"
}