Skip to content

Commit

Permalink
Adding util installation to Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Jul 27, 2016
1 parent 381807c commit e38d49e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ node {
stage 'Checkout'

checkout scm

stage 'Acquire util'

sh 'curl "https://github.internet2.edu/raw/docker/util/master/bin/install.sh?token=AAAAEddkrL9MeeA6VWcNn_PgV30r4lD1ks5XogeiwA%3D%3D" | bash'

stage 'Base'

Expand Down

0 comments on commit e38d49e

Please sign in to comment.