Skip to content

Commit

Permalink
Slimming output
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed May 4, 2017
1 parent c362790 commit 2527a3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ pipeline {
}
stage('Test lib'){
steps {
buildDocker(env)
echo buildDocker(env).envDebug()
echo buildDocker(env).config.toString()
echo buildDocker(env).buildArgs()
def build = buildDocker(env)
echo build.envDebug()
echo build.config.toString()
echo build.buildArgs()
}
}
}
Expand Down

0 comments on commit 2527a3e

Please sign in to comment.