{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      "_class" : "hudson.maven.reporters.SurefireReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 31,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2122-teamA-microstories-domain/72/mavenArtifacts/"
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "dgss2122-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar",
      "fileName" : "dgss2122-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2122-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss2122-teamA-microstories-domain-0.1.0-SNAPSHOT-javadoc.jar"
    },
    {
      "displayPath" : "dgss2122-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar",
      "fileName" : "dgss2122-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2122-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss2122-teamA-microstories-domain-0.1.0-SNAPSHOT-sources.jar"
    },
    {
      "displayPath" : "dgss2122-teamA-microstories-domain-0.1.0-SNAPSHOT.jar",
      "fileName" : "dgss2122-teamA-microstories-domain-0.1.0-SNAPSHOT.jar",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2122-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss2122-teamA-microstories-domain-0.1.0-SNAPSHOT.jar"
    },
    {
      "displayPath" : "dgss2122-teamA-microstories-domain-0.1.0-SNAPSHOT.pom",
      "fileName" : "dgss2122-teamA-microstories-domain-0.1.0-SNAPSHOT.pom",
      "relativePath" : "es.uvigo.esei.dgss.teamA.microstories/dgss2122-teamA-microstories-domain/0.1.0-SNAPSHOT/dgss2122-teamA-microstories-domain-0.1.0-SNAPSHOT.pom"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#72",
  "duration" : 15924,
  "estimatedDuration" : 12998,
  "executor" : None,
  "fullDisplayName" : "μStories 2122 - Team A » Domain #72",
  "id" : "72",
  "keepLog" : False,
  "number" : 72,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1638480253607,
  "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2122-teamA-microstories-domain/72/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "domain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/Story.java",
          "additional-material/db/microstories-mysql.data.sql",
          "tests/src/main/resources/datasets/stories.xml",
          "rest/src/main/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResource.java",
          "service/src/test/resources-wildfly-embedded-h2/cleanup-autoincrement.sql",
          "tests/src/main/resources/scripts/cleanup-autoincrement.sql",
          "additional-material/db/microstories-mysql.creation.sql",
          "additional-material/db/microstories-mysql.full.sql"
        ],
        "commitId" : "f8d0acb706c9fa8dcb5b578216bc423e51df7198",
        "timestamp" : 1638299609000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/sgvilar",
          "fullName" : "sgvilar"
        },
        "authorEmail" : "sgvilar@esei.uvigo.es",
        "comment" : "tsk45 - Unify database visit_date format fields\nModify fields names to snake_case in order to unify the format Removes\nunnecesary check in StoryService method\n",
        "date" : "2021-11-30 20:13:29 +0100",
        "id" : "f8d0acb706c9fa8dcb5b578216bc423e51df7198",
        "msg" : "tsk45 - Unify database visit_date format fields",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "rest/src/main/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResource.java"
          },
          {
            "editType" : "delete",
            "file" : "service/src/test/resources-wildfly-embedded-h2/cleanup-autoincrement.sql"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.full.sql"
          },
          {
            "editType" : "edit",
            "file" : "tests/src/main/resources/datasets/stories.xml"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.creation.sql"
          },
          {
            "editType" : "edit",
            "file" : "additional-material/db/microstories-mysql.data.sql"
          },
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/Story.java"
          },
          {
            "editType" : "add",
            "file" : "tests/src/main/resources/scripts/cleanup-autoincrement.sql"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "rest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceUnitTest.java",
          "service/src/main/java/es/uvigo/esei/dgss/teamA/microstories/service/StoryService.java",
          "domain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/Story.java"
        ],
        "commitId" : "8915afb67f4d10736b8fb251ce74f23b931e9da9",
        "timestamp" : 1638461914000,
        "author" : {
          "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/sgvilar",
          "fullName" : "sgvilar"
        },
        "authorEmail" : "sgvilar@esei.uvigo.es",
        "comment" : "tsk45 - Fix problems in test due to new entity\nModifies entity, ignore visit date to avoid LazyInizializationException\n",
        "date" : "2021-12-02 17:18:34 +0100",
        "id" : "8915afb67f4d10736b8fb251ce74f23b931e9da9",
        "msg" : "tsk45 - Fix problems in test due to new entity",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "domain/src/main/java/es/uvigo/esei/dgss/teamA/microstories/entities/Story.java"
          },
          {
            "editType" : "edit",
            "file" : "rest/src/test/java/es/uvigo/esei/dgss/teamA/microstories/rest/StoryResourceUnitTest.java"
          },
          {
            "editType" : "edit",
            "file" : "service/src/main/java/es/uvigo/esei/dgss/teamA/microstories/service/StoryService.java"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://sing.ei.uvigo.es/dt/jenkins/user/sgvilar",
      "fullName" : "sgvilar"
    }
  ],
  "mavenArtifacts" : {
    "url" : "http://sing.ei.uvigo.es/dt/jenkins/job/%CE%BCStories%202122%20-%20Team%20A/es.uvigo.esei.dgss.teamA.microstories$dgss2122-teamA-microstories-domain/72/mavenArtifacts/"
  }
}