Skip to content

Commit

Permalink
Progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed May 4, 2017
1 parent 4b57f75 commit 2ea9cb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ pipeline {
def build = buildDocker(env)
echo build.envDebug()
echo build.config.toString()
def cfgCopy = build.config.clone
echo cfgCopy.remove("maintainer").toString()
echo cfgCopy.toString()
echo build.buildArgs()
}
}
Expand Down

0 comments on commit 2ea9cb7

Please sign in to comment.