{
  "_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" : 65,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "eed6ae64e8552405d7f4b526421493ca1ca093be",
            "branch" : [
              {
                "SHA1" : "eed6ae64e8552405d7f4b526421493ca1ca093be",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "eed6ae64e8552405d7f4b526421493ca1ca093be",
            "branch" : [
              {
                "SHA1" : "eed6ae64e8552405d7f4b526421493ca1ca093be",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "eed6ae64e8552405d7f4b526421493ca1ca093be",
        "branch" : [
          {
            "SHA1" : "eed6ae64e8552405d7f4b526421493ca1ca093be",
            "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" : 92,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#65",
  "duration" : 218170,
  "estimatedDuration" : 205050,
  "executor" : None,
  "fullDisplayName" : "μStories 2122 - Team B #65",
  "id" : "65",
  "keepLog" : False,
  "number" : 65,
  "queueId" : 135,
  "result" : "SUCCESS",
  "timestamp" : 1638563470879,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/65/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "additional-material/db/microstories-mysql.data.sql",
          "additional-material/db/microstories-mysql.full.sql"
        ],
        "commitId" : "83023cf2c3ecc50238c20cea85ccaaa2c329c9dd",
        "timestamp" : 1638562758000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/aggarcia3",
          "fullName" : "aggarcia3"
        },
        "authorEmail" : "aggarcia3@esei.uvigo.es",
        "comment" : "Marks a story as favorite for some user in DB scripts\nThis comes in handy for testing that deletions are cascaded properly, \nand might also be useful for designing views and other features.\n",
        "date" : "2021-12-03 21:19:18 +0100",
        "id" : "83023cf2c3ecc50238c20cea85ccaaa2c329c9dd",
        "msg" : "Marks a story as favorite for some user in DB scripts",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.data.sql"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.full.sql"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/resources/datasets/stories-delete.xml",
          "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/util/security/UserRoleCaller.java",
          "service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java",
          "service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java",
          "tests/src/main/resources/datasets/story-visits-and-favorites.xml"
        ],
        "commitId" : "eed6ae64e8552405d7f4b526421493ca1ca093be",
        "timestamp" : 1638563101000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/aggarcia3",
          "fullName" : "aggarcia3"
        },
        "authorEmail" : "aggarcia3@esei.uvigo.es",
        "comment" : "tsk42 Adds story delete support to EJB\nThis commit adds a method to delete stories to the corresponding EJB. \nThis method requires that the user is authenticated and has the default \nUSER role. Only stories made by the logged in user can be deleted.\nUnit tests were added for this method, too. Two new Arquillian datasets \nwere also added to check that the story deletion test changes the \ndatabase state as expected, and dependent entities are handled \nappropriately.\n",
        "date" : "2021-12-03 21:25:01 +0100",
        "id" : "eed6ae64e8552405d7f4b526421493ca1ca093be",
        "msg" : "tsk42 Adds story delete support to EJB",
        "paths" : [
          {
            "editType" : "add",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/util/security/UserRoleCaller.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryService.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/stories-delete.xml"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teamB/microstories/service/StoryServiceTest.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/datasets/story-visits-and-favorites.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/aggarcia3",
      "fullName" : "aggarcia3"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.3.9"
}