Skip to content

Commit

Permalink
docker build needs a path
Browse files Browse the repository at this point in the history
  • Loading branch information
toschoch committed Dec 9, 2018
1 parent ea19a3b commit 429edff
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 @@ -34,7 +34,7 @@ node('docker') {
usernamePassword(credentialsId: 'docker public',
usernameVariable: 'USERNAME',
passwordVariable: 'PASSWORD')]) {
def builtImage = docker.build("${USERNAME}/docker-alpine-oracle-jdk-arm")
def builtImage = docker.build("${USERNAME}/docker-alpine-oracle-jdk-arm",".")
}
}

Expand Down

0 comments on commit 429edff

Please sign in to comment.