We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9bcc67 commit 2008c1dCopy full SHA for 2008c1d
Jenkinsfile
@@ -2,9 +2,11 @@ pipeline {
2
agent any
3
4
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
+
9
SERVICE_NAME = "fleetman-webapp"
- ORGANIZATION_NAME = "fleetman-ci-cd-demo"
- YOUR_DOCKERHUB_USERNAME="virtualpairprogrammers"
10
REPOSITORY_TAG="${YOUR_DOCKERHUB_USERNAME}/${ORGANIZATION_NAME}-${SERVICE_NAME}:${BUILD_ID}"
11
}
12
0 commit comments