{
  "_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" : "1e539376939330a70637aae706fbb8ea7d45073f",
            "branch" : [
              {
                "SHA1" : "1e539376939330a70637aae706fbb8ea7d45073f",
                "name" : "origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1e539376939330a70637aae706fbb8ea7d45073f",
            "branch" : [
              {
                "SHA1" : "1e539376939330a70637aae706fbb8ea7d45073f",
                "name" : "origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "1e539376939330a70637aae706fbb8ea7d45073f",
        "branch" : [
          {
            "SHA1" : "1e539376939330a70637aae706fbb8ea7d45073f",
            "name" : "origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "http://sing-group.org/dt/gitlab/dgss-2223-teamA/microstories.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 1,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#24",
  "duration" : 130524,
  "estimatedDuration" : 146373,
  "executor" : None,
  "fullDisplayName" : "μStories 2223 - Team A #24",
  "id" : "24",
  "keepLog" : False,
  "number" : 24,
  "queueId" : 275,
  "result" : "SUCCESS",
  "timestamp" : 1669227367972,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202223%20-%20Team%20A/24/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryEntity.java"
        ],
        "commitId" : "c1f1dd3e30e75a7684025a7a5f7d9a6b195b67f9",
        "timestamp" : 1669227003000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/jspilva17",
          "fullName" : "jspilva17"
        },
        "authorEmail" : "jspilva17@esei.uvigo.es",
        "comment" : "tsk21 Changes exception throws in StoryEntity.java\nChange the Exception.class throws in the StoryEntity.java file to the \nIllegalArgumentException.class\n",
        "date" : "2022-11-23 19:10:03 +0100",
        "id" : "c1f1dd3e30e75a7684025a7a5f7d9a6b195b67f9",
        "msg" : "tsk21 Changes exception throws in StoryEntity.java",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoryEntity.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "tests/src/main/resources/datasets/stories-delete.xml",
          "tests/src/main/resources/datasets/stories-add.xml",
          "tests/src/main/resources/datasets/stories-edit.xml",
          "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java",
          "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java",
          "tests/src/main/resources/datasets/stories.xml"
        ],
        "commitId" : "1e539376939330a70637aae706fbb8ea7d45073f",
        "timestamp" : 1669227003000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/jspilva17",
          "fullName" : "jspilva17"
        },
        "authorEmail" : "jspilva17@esei.uvigo.es",
        "comment" : "tsk3 Fixes the values of the enums between the StoryDataset class and\nthe XMLs\nAdds in the XML, the necessary secondary theme values to match the\nStories created in the StoryDataset class\n",
        "date" : "2022-11-23 19:10:03 +0100",
        "id" : "1e539376939330a70637aae706fbb8ea7d45073f",
        "msg" : "tsk3 Fixes the values of the enums between the StoryDataset class and",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-edit.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories.xml"
          },
          {
            "editType" : "edit",
            "file" : "service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/TestStoryEJB.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryEJB.java"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-add.xml"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories-delete.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/jspilva17",
      "fullName" : "jspilva17"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.3.9"
}