{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.dabsquared.gitlabjenkins.cause.GitLabWebHookCause",
          "shortDescription" : "Started by GitLab push by Ilenia Salvadori"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/develop" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 20,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "4fb90e1e6478afd05a3bb72d9a0903193dea86b8",
            "branch" : [
              {
                "SHA1" : "4fb90e1e6478afd05a3bb72d9a0903193dea86b8",
                "name" : "refs/remotes/origin/develop"
              }
            ]
          },
          "revision" : {
            "SHA1" : "4fb90e1e6478afd05a3bb72d9a0903193dea86b8",
            "branch" : [
              {
                "SHA1" : "4fb90e1e6478afd05a3bb72d9a0903193dea86b8",
                "name" : "refs/remotes/origin/develop"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "4fb90e1e6478afd05a3bb72d9a0903193dea86b8",
        "branch" : [
          {
            "SHA1" : "4fb90e1e6478afd05a3bb72d9a0903193dea86b8",
            "name" : "refs/remotes/origin/develop"
          }
        ]
      },
      "remoteUrls" : [
        "https://gitlab.com/datainmotion/diamant/decoders.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 25,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : "Started by GitLab push by Ilenia Salvadori",
  "displayName" : "#20",
  "duration" : 25179,
  "estimatedDuration" : 38392,
  "executor" : None,
  "fullDisplayName" : "DIM-Diamant-Decoders #20",
  "id" : "20",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 20,
  "queueId" : 2630,
  "result" : "SUCCESS",
  "timestamp" : 1565174611774,
  "url" : "https://devel.data-in-motion.biz/jenkins/view/all/job/DIM-Diamant-Decoders/20/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "de.dim.diamant.decoders/src/de/dim/diamant/decoders/impl/HIBCCDecoder.java",
          "de.dim.diamant.decoders/src/de/dim/diamant/decoders/impl/GS1Decoder.java",
          "de.dim.diamant.decoders/test/de/dim/diamant/decoders/HIBCCDecoderTest.java",
          "de.dim.diamant.decoders/src/de/dim/diamant/decoders/impl/GS1NoBracketsDecoder.java",
          "de.dim.diamant.decoders/test/de/dim/diamant/decoders/ICCBBADecoderTest.java",
          "de.dim.diamant.decoders/test/de/dim/diamant/decoders/GS1DecoderTest.java",
          "de.dim.diamant.decoders/src/de/dim/diamant/decoders/api/AgencyDecoder.java",
          "de.dim.diamant.decoders/src/de/dim/diamant/decoders/impl/ICCBBADecoder.java",
          "de.dim.diamant.decoders/src/de/dim/diamant/decoders/api/UDIDecoder.java",
          "de.dim.diamant.decoders/src/de/dim/diamant/decoders/api/AbstractAgencyDecoder.java"
        ],
        "commitId" : "4fb90e1e6478afd05a3bb72d9a0903193dea86b8",
        "timestamp" : 1565174598000,
        "author" : {
          "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/i.salvadori",
          "fullName" : "i.salvadori"
        },
        "authorEmail" : "i.salvadori@data-in-motion.biz",
        "comment" : "- Refactoring Part 2\u000aSigned-off-by: Ilenia Salvadori <i.salvadori@data-in-motion.biz>\u000a",
        "date" : "2019-08-07 12:43:18 +0200",
        "id" : "4fb90e1e6478afd05a3bb72d9a0903193dea86b8",
        "msg" : "- Refactoring Part 2",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.decoders/test/de/dim/diamant/decoders/ICCBBADecoderTest.java"
          },
          {
            "editType" : "delete",
            "file" : "de.dim.diamant.decoders/src/de/dim/diamant/decoders/impl/GS1NoBracketsDecoder.java"
          },
          {
            "editType" : "add",
            "file" : "de.dim.diamant.decoders/src/de/dim/diamant/decoders/impl/GS1Decoder.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.decoders/test/de/dim/diamant/decoders/GS1DecoderTest.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.decoders/src/de/dim/diamant/decoders/api/AbstractAgencyDecoder.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.decoders/test/de/dim/diamant/decoders/HIBCCDecoderTest.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.decoders/src/de/dim/diamant/decoders/api/UDIDecoder.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.decoders/src/de/dim/diamant/decoders/api/AgencyDecoder.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.decoders/src/de/dim/diamant/decoders/impl/ICCBBADecoder.java"
          },
          {
            "editType" : "edit",
            "file" : "de.dim.diamant.decoders/src/de/dim/diamant/decoders/impl/HIBCCDecoder.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://devel.data-in-motion.biz/jenkins/user/i.salvadori",
      "fullName" : "i.salvadori"
    }
  ]
}