Skip to content

Commit

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

0 comments on commit 4b57f75

Please sign in to comment.