node {
    checkout scm

    def customImage = docker.build("microblog:latest")
}