Skip to content

Commit

Permalink
Added version number to image
Browse files Browse the repository at this point in the history
  • Loading branch information
avinash-sudhodanan authored Oct 4, 2017
1 parent fa52028 commit e0d59f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ node('docker') {

stage "Build image - Package"
echo ("Building")
def myimage = docker.build 'elastest/ess'
def myimage = docker.build 'elastest/ess:0.5.0-alpha1'

stage "Run image"
myimage.run()
Expand Down

0 comments on commit e0d59f7

Please sign in to comment.