Skip to content

Commit

Permalink
PR #335
Browse files Browse the repository at this point in the history
  • Loading branch information
vfarcic committed Sep 25, 2017
1 parent 86196a6 commit 36faef8
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 @@ -16,7 +16,7 @@ pipeline {
currentBuild.displayName = dateFormat.format(new Date()) + "-" + env.BUILD_NUMBER
}
dfBuild("docker-flow-proxy")
sh "docker image build -t vfarcic/docker-flow-proxy:${currentBuild.displayName}-packet-beat ."
sh "docker image build -t vfarcic/docker-flow-proxy:${currentBuild.displayName}-packet-beat -f Dockerfile.packetbeat ."
}
}
stage("staging") {
Expand Down

0 comments on commit 36faef8

Please sign in to comment.