Skip to content

Commit

Permalink
HSEARCH-3244 Use clearer labels for lockable AWS resources on Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Feb 7, 2022
1 parent d8eff10 commit b939952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -541,7 +541,7 @@ class EsAwsBuildEnvironment extends BuildEnvironment {
null // No JDK needed for Elasticsearch: the Elasticsearch instance is remote.
}
String getNameEmbeddableVersion() {
version.replaceAll('\\.', '')
version.replaceAll('\\.', '-')
}
String getLockedResourcesLabel() {
"es-aws-${nameEmbeddableVersion}"
Expand Down

0 comments on commit b939952

Please sign in to comment.