Skip to content

Commit

Permalink
Update nodejs-docker.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
yanivomc authored Jul 13, 2021
1 parent 2b38b57 commit 877e484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basics/dsl/nodejs-docker.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ job('NodeJS Docker example') {
repositoryName(yanivomc/amdocs-app)
tag('${GIT_REVISION,length=9}')
registryCredentials('yaniv-dockerhub')
buildContext('./basics/'
buildContext('./basics/')
forcePull(false)
forceTag(false)
createFingerprints(false)
Expand Down

0 comments on commit 877e484

Please sign in to comment.