{
  "_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" : 63,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2f4fc40f4d8fa18d0c5217f156dfaf2c009d6d27",
            "branch" : [
              {
                "SHA1" : "2f4fc40f4d8fa18d0c5217f156dfaf2c009d6d27",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2f4fc40f4d8fa18d0c5217f156dfaf2c009d6d27",
            "branch" : [
              {
                "SHA1" : "2f4fc40f4d8fa18d0c5217f156dfaf2c009d6d27",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "2f4fc40f4d8fa18d0c5217f156dfaf2c009d6d27",
        "branch" : [
          {
            "SHA1" : "2f4fc40f4d8fa18d0c5217f156dfaf2c009d6d27",
            "name" : "origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "http://sing-group.org/dt/gitlab/dgss-2021-teamA/microstories.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 103,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#63",
  "duration" : 178837,
  "estimatedDuration" : 198178,
  "executor" : None,
  "fullDisplayName" : "μStories 2021 - Team A #63",
  "id" : "63",
  "keepLog" : False,
  "number" : 63,
  "queueId" : 63,
  "result" : "SUCCESS",
  "timestamp" : 1607102709432,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202021%20-%20Team%20A/63/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "service/src/main/resources/META-INF/persistence.xml",
          "tests/src/main/resources/datasets/stories.xml",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/Story.java",
          "rest/src/main/resources/META-INF/persistence.xml",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java",
          "additional-material/db/microstories-mysql.creation.sql",
          "additional-material/db/microstories-mysql.drop.sql",
          "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/UserTest.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java",
          "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java",
          "additional-material/db/microstories-mysql.data.sql",
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToUser.java",
          "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/EntitiesTestSuite.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/User.java",
          "additional-material/db/microstories-mysql.delete.sql"
        ],
        "commitId" : "2f4fc40f4d8fa18d0c5217f156dfaf2c009d6d27",
        "timestamp" : 1607102411000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/rplopez",
          "fullName" : "rplopez"
        },
        "authorEmail" : "rplopez@gradiant.org",
        "comment" : "tsk23 Adds User JPA entity\nAdds JPA entity for the author role in microstories. Adds domain tests\nand the User matcher. Updates Story domain, domain test and matcher to\ncheck the new Entity. Updates sql example scripts.\n",
        "date" : "2020-12-04 18:20:11 +0100",
        "id" : "2f4fc40f4d8fa18d0c5217f156dfaf2c009d6d27",
        "msg" : "tsk23 Adds User JPA entity",
        "paths" : [
          {
            "editType" : "add",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/User.java"
          },
          {
            "editType" : "add",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/UserTest.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/main/resources/META-INF/persistence.xml"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/Story.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.creation.sql"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/resources/META-INF/persistence.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories.xml"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.delete.sql"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToUser.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/EntitiesTestSuite.java"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.data.sql"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.drop.sql"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/rplopez",
      "fullName" : "rplopez"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.3.9"
}