{
  "_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" : 37,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8e032ef215be5c71492abcb293ce164e3fc893ac",
            "branch" : [
              {
                "SHA1" : "8e032ef215be5c71492abcb293ce164e3fc893ac",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8e032ef215be5c71492abcb293ce164e3fc893ac",
            "branch" : [
              {
                "SHA1" : "8e032ef215be5c71492abcb293ce164e3fc893ac",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "8e032ef215be5c71492abcb293ce164e3fc893ac",
        "branch" : [
          {
            "SHA1" : "8e032ef215be5c71492abcb293ce164e3fc893ac",
            "name" : "origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "http://sing-group.org/dt/gitlab/dgss-2122-teamB/microstories.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 66,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#37",
  "duration" : 185588,
  "estimatedDuration" : 205050,
  "executor" : None,
  "fullDisplayName" : "μStories 2122 - Team B #37",
  "id" : "37",
  "keepLog" : False,
  "number" : 37,
  "queueId" : 37,
  "result" : "SUCCESS",
  "timestamp" : 1637849289866,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/37/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java"
        ],
        "commitId" : "af1bb6de1bb81bb0800ab032def2d5e6fc1b32b9",
        "timestamp" : 1637848758000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
          "fullName" : "yruben98"
        },
        "authorEmail" : "yruben98@gmail.com",
        "comment" : "tsk28 Adds visits attribute to the Story entity\nAdds to the Story entity the attribute visits to be able to count the\nnumber of visits\n",
        "date" : "2021-11-25 14:59:18 +0100",
        "id" : "af1bb6de1bb81bb0800ab032def2d5e6fc1b32b9",
        "msg" : "tsk28 Adds visits attribute to the Story entity",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java"
        ],
        "commitId" : "93f7c7a22ee8393a9a61317a07b2675e350afcea",
        "timestamp" : 1637848864000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
          "fullName" : "yruben98"
        },
        "authorEmail" : "yruben98@gmail.com",
        "comment" : "tsk28 Modifies tests of the Story entity with the new visits attribute\nModifies existing tests and add new tests of the Story entity after\nadding the new attribute visits\n",
        "date" : "2021-11-25 15:01:04 +0100",
        "id" : "93f7c7a22ee8393a9a61317a07b2675e350afcea",
        "msg" : "tsk28 Modifies tests of the Story entity with the new visits attribute",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToStory.java",
          "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java",
          "tests/src/main/resources/datasets/stories.xml"
        ],
        "commitId" : "2cc0dfe8680c019472d8ba3b8ca86444c7653a1e",
        "timestamp" : 1637849039000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
          "fullName" : "yruben98"
        },
        "authorEmail" : "yruben98@gmail.com",
        "comment" : "tsk28 Modifies test resources with new Story entity attribute\nModifies functions and data used by all tests to add the new visits\nattribute of the Story entity\n",
        "date" : "2021-11-25 15:03:59 +0100",
        "id" : "2cc0dfe8680c019472d8ba3b8ca86444c7653a1e",
        "msg" : "tsk28 Modifies test resources with new Story entity attribute",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/IsEqualToStory.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "additional-material/db/microstories-mysql.data.sql",
          "additional-material/db/microstories-mysql.full.sql"
        ],
        "commitId" : "8e032ef215be5c71492abcb293ce164e3fc893ac",
        "timestamp" : 1637849125000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
          "fullName" : "yruben98"
        },
        "authorEmail" : "yruben98@gmail.com",
        "comment" : "tsk28 Modifies the example data to add the attribute visits\nModifies the scripts with the sample data from additional-material to\nadd the new column visits in the insert statements\n",
        "date" : "2021-11-25 15:05:25 +0100",
        "id" : "8e032ef215be5c71492abcb293ce164e3fc893ac",
        "msg" : "tsk28 Modifies the example data to add the attribute visits",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.full.sql"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.data.sql"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
      "fullName" : "yruben98"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.3.9"
}