Skip to content

Commit 2008c1d

Browse files
fixing bad repo name problem
1 parent f9bcc67 commit 2008c1d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Jenkinsfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ pipeline {
22
agent any
33

44
environment {
5+
// You must set the following environment variables
6+
// ORGANIZATION_NAME
7+
// YOUR_DOCKERHUB_USERNAME (it doesn't matter if you don't have one)
8+
59
SERVICE_NAME = "fleetman-webapp"
6-
ORGANIZATION_NAME = "fleetman-ci-cd-demo"
7-
YOUR_DOCKERHUB_USERNAME="virtualpairprogrammers"
810
REPOSITORY_TAG="${YOUR_DOCKERHUB_USERNAME}/${ORGANIZATION_NAME}-${SERVICE_NAME}:${BUILD_ID}"
911
}
1012

0 commit comments

Comments
 (0)