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 3197de4 commit 53dbe25Copy full SHA for 53dbe25
Jenkinsfile
@@ -17,7 +17,7 @@ pipeline {
17
IMAGE = 'nginx-proxy-manager'
18
BUILD_VERSION = getVersion()
19
MAJOR_VERSION = '2'
20
- BRANCH_LOWER = "${BRANCH_NAME.toLowerCase().replaceAll('/', '-')}"
+ BRANCH_LOWER = "${BRANCH_NAME.toLowerCase().replaceAll('/', '-').replaceAll('.', '-')}"
21
COMPOSE_PROJECT_NAME = "npm_${BRANCH_LOWER}_${BUILD_NUMBER}"
22
COMPOSE_FILE = 'docker/docker-compose.ci.yml'
23
COMPOSE_INTERACTIVE_NO_CLI = 1
0 commit comments