{
  "_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" : 24,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "465ae00ee0abbf42316d9e34aa89714f872e7347",
            "branch" : [
              {
                "SHA1" : "465ae00ee0abbf42316d9e34aa89714f872e7347",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "465ae00ee0abbf42316d9e34aa89714f872e7347",
            "branch" : [
              {
                "SHA1" : "465ae00ee0abbf42316d9e34aa89714f872e7347",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "465ae00ee0abbf42316d9e34aa89714f872e7347",
        "branch" : [
          {
            "SHA1" : "465ae00ee0abbf42316d9e34aa89714f872e7347",
            "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"
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#24",
  "duration" : 149965,
  "estimatedDuration" : 205050,
  "executor" : None,
  "fullDisplayName" : "μStories 2122 - Team B #24",
  "id" : "24",
  "keepLog" : False,
  "number" : 24,
  "queueId" : 1,
  "result" : "SUCCESS",
  "timestamp" : 1637165650943,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20B/24/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java"
        ],
        "commitId" : "2784fb4790ff0bba3f16cf9c51b74c52b2667fbc",
        "timestamp" : 1637087375000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
          "fullName" : "yruben98"
        },
        "authorEmail" : "yruben98@gmail.com",
        "comment" : "tsk9 Adds rest method to get story\nAdds a rest method to get story by id. Without tests.\n",
        "date" : "2021-11-16 19:29:35 +0100",
        "id" : "2784fb4790ff0bba3f16cf9c51b74c52b2667fbc",
        "msg" : "tsk9 Adds rest method to get story",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java",
          "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/exceptions/NotFoundExceptionMapper.java"
        ],
        "commitId" : "94849c1a0fc01b31572ab3bbf80c5fc06861c6a8",
        "timestamp" : 1637161945000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
          "fullName" : "yruben98"
        },
        "authorEmail" : "yruben98@gmail.com",
        "comment" : "tsk9 Adds errors control\nAdds NotFoundExceptionMapper to control a not found id story\n",
        "date" : "2021-11-17 16:12:25 +0100",
        "id" : "94849c1a0fc01b31572ab3bbf80c5fc06861c6a8",
        "msg" : "tsk9 Adds errors control",
        "paths" : [
          {
            "editType" : "add",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/exceptions/NotFoundExceptionMapper.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java",
          "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java",
          "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java",
          "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceUnitTest.java"
        ],
        "commitId" : "465ae00ee0abbf42316d9e34aa89714f872e7347",
        "timestamp" : 1637165050000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
          "fullName" : "yruben98"
        },
        "authorEmail" : "yruben98@gmail.com",
        "comment" : "tsk9 Adds Unit and Resource Test\nAdds the methods to test get story by id functionality\n",
        "date" : "2021-11-17 17:04:10 +0100",
        "id" : "465ae00ee0abbf42316d9e34aa89714f872e7347",
        "msg" : "tsk9 Adds Unit and Resource Test",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceUnitTest.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResourceRestTest.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teamB/microstories/entities/StoriesDataset.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teamB/microstories/rest/StoryResource.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/yruben98",
      "fullName" : "yruben98"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.3.9"
}