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 447cf12 commit f9e15a4Copy full SHA for f9e15a4
Jenkinsfile
@@ -14,7 +14,7 @@ pipeline {
14
COMPOSE_FILE = 'docker/docker-compose.ci.yml'
15
COMPOSE_INTERACTIVE_NO_CLI = 1
16
BUILDX_NAME = "${COMPOSE_PROJECT_NAME}"
17
- BRANCH_LOWER = "${BRANCH_NAME.toLowerCase()}"
+ BRANCH_LOWER = "${BRANCH_NAME.toLowerCase().replaceAll('/', '-')}"
18
}
19
stages {
20
stage('Environment') {
0 commit comments