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 1331dc5 commit 26ec0cdCopy full SHA for 26ec0cd
.ci/Jenkinsfile
@@ -5,7 +5,7 @@
5
pipeline {
6
agent { label 'ubuntu-20 && immutable' }
7
environment {
8
- BRANCH_NAME_LOWER_CASE = "${env.BRANCH_NAME.toLowerCase()}"
+ BRANCH_NAME_LOWER_CASE = "${env.BRANCH_NAME.toLowerCase().replaceAll('[^a-z0-9-]', '-')}"
9
CREATED_DATE = "${new Date().getTime()}"
10
ENVIRONMENT = "ci"
11
REPO = "elastic-package"
0 commit comments