{
  "_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" : 35,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2492d17c3359bf087ac0ad10d942056ae5ffffe9",
            "branch" : [
              {
                "SHA1" : "2492d17c3359bf087ac0ad10d942056ae5ffffe9",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2492d17c3359bf087ac0ad10d942056ae5ffffe9",
            "branch" : [
              {
                "SHA1" : "2492d17c3359bf087ac0ad10d942056ae5ffffe9",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "2492d17c3359bf087ac0ad10d942056ae5ffffe9",
        "branch" : [
          {
            "SHA1" : "2492d17c3359bf087ac0ad10d942056ae5ffffe9",
            "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" : 65,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#35",
  "duration" : 179140,
  "estimatedDuration" : 205050,
  "executor" : None,
  "fullDisplayName" : "μStories 2122 - Team B #35",
  "id" : "35",
  "keepLog" : False,
  "number" : 35,
  "queueId" : 34,
  "result" : "SUCCESS",
  "timestamp" : 1637780948229,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/35/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "domain/pom.xml"
        ],
        "commitId" : "1d9c9110786c82493833b3c454172d805f2f8b9e",
        "timestamp" : 1637780700000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
          "fullName" : "yruben98"
        },
        "authorEmail" : "yruben98@gmail.com",
        "comment" : "tsk24 Adds the commons-lang3 dependency\nAdds the necessary dependency to the pom.xml file of the domain project\nto be able to use the string length checking methods in the Story entity\n",
        "date" : "2021-11-24 20:05:00 +0100",
        "id" : "1d9c9110786c82493833b3c454172d805f2f8b9e",
        "msg" : "tsk24 Adds the commons-lang3 dependency",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "domain/pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java"
        ],
        "commitId" : "0486cf0f0b21fcf8dd21b577ea208936db6203d5",
        "timestamp" : 1637780700000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
          "fullName" : "yruben98"
        },
        "authorEmail" : "yruben98@gmail.com",
        "comment" : "tsk24 Adds new annotations to the Story class\nAdds new annotations to control the number of characters, date and\nensure that the columns of the Story class are not null. Adds a\ncorrection for the subtopic can be null.\n",
        "date" : "2021-11-24 20:05:00 +0100",
        "id" : "0486cf0f0b21fcf8dd21b577ea208936db6203d5",
        "msg" : "tsk24 Adds new annotations to the Story class",
        "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" : "679637c8e23454a140da4cdeac445c4cbd383521",
        "timestamp" : 1637780700000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
          "fullName" : "yruben98"
        },
        "authorEmail" : "yruben98@gmail.com",
        "comment" : "tsk25 Improves Story entity tests\nImproves Story entity testing, adds string size checks and date checks\n",
        "date" : "2021-11-24 20:05:00 +0100",
        "id" : "679637c8e23454a140da4cdeac445c4cbd383521",
        "msg" : "tsk25 Improves Story entity tests",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "additional-material/db/microstories-mysql.data.sql",
          "additional-material/db/microstories-mysql.full.sql"
        ],
        "commitId" : "98c65ef464f44acfb748e23dd30cc7d9ec9846b0",
        "timestamp" : 1637780700000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
          "fullName" : "yruben98"
        },
        "authorEmail" : "yruben98@gmail.com",
        "comment" : "fix: Fixes the sample data contained in the additional-materials script\nAdds a date to some example data that were null. Modified the texts of\nsome stories that did not comply with the character limit.\n",
        "date" : "2021-11-24 20:05:00 +0100",
        "id" : "98c65ef464f44acfb748e23dd30cc7d9ec9846b0",
        "msg" : "fix: Fixes the sample data contained in the additional-materials script",
        "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" : [
          "domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java"
        ],
        "commitId" : "fa7a5f4a00cf5beef49e349628595b3fb9d024c6",
        "timestamp" : 1637780700000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
          "fullName" : "yruben98"
        },
        "authorEmail" : "yruben98@gmail.com",
        "comment" : "tsk25 Removes date restrictions on the Story entity\nRemoves restrictions for adding a future date to the current date in the\nStory entity\n",
        "date" : "2021-11-24 20:05:00 +0100",
        "id" : "fa7a5f4a00cf5beef49e349628595b3fb9d024c6",
        "msg" : "tsk25 Removes date restrictions on the Story entity",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "domain/src/test/java/es/uvigo/esei/dgss/teamB/microstories/domain/StoryTest.java"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teamB/microstories/domain/Story.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jsf/src/main/webapp/index.xhtml",
          "jsf/src/main/webapp/searchStories.xhtml"
        ],
        "commitId" : "2492d17c3359bf087ac0ad10d942056ae5ffffe9",
        "timestamp" : 1637780700000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
          "fullName" : "yruben98"
        },
        "authorEmail" : "yruben98@gmail.com",
        "comment" : "tsk16 Adds browse button on home page and search button\nAdds a button to give access to the browse view on top of the six most\nrecent stories and the stories resulting from the search\n",
        "date" : "2021-11-24 20:05:00 +0100",
        "id" : "2492d17c3359bf087ac0ad10d942056ae5ffffe9",
        "msg" : "tsk16 Adds browse button on home page and search button",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/index.xhtml"
          },
          {
            "editType" : "edit",
            "file" : "jsf/src/main/webapp/searchStories.xhtml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
      "fullName" : "yruben98"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.3.9"
}