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 4, 2022
1 parent a925ef4 commit 0fd6e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -762,7 +762,7 @@ class EsAwsBuildEnvironment extends BuildEnvironment {
@Override
String getTag() { "elasticsearch-aws-$version" + (staticCredentials ? "-credentials-static" : "") }
String getNameEmbeddableVersion() {
version.replaceAll('\\.', '')
version.replaceAll('\\.', '-')
}
String getLockedResourcesLabel() {
"es-aws-${nameEmbeddableVersion}"
Expand Down

0 comments on commit 0fd6e1f

Please sign in to comment.