Skip to content

Commit

Permalink
fixing bad repo name problem
Browse files Browse the repository at this point in the history
  • Loading branch information
DickChesterwood committed Apr 29, 2019
1 parent 9055b78 commit 6986c73
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ pipeline {
agent any

environment {
// You must set the following environment variables
// ORGANIZATION_NAME
// YOUR_DOCKERHUB_USERNAME (it doesn't matter if you don't have one)

SERVICE_NAME = "fleetman-queue"
ORGANIZATION_NAME = "fleetman-ci-cd-demo"
YOUR_DOCKERHUB_USERNAME="virtualpairprogrammers"
REPOSITORY_TAG="${YOUR_DOCKERHUB_USERNAME}/${ORGANIZATION_NAME}-${SERVICE_NAME}:${BUILD_ID}"
}

Expand Down

0 comments on commit 6986c73

Please sign in to comment.