Skip to content

Commit

Permalink
updating vmkey parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kerwin committed Sep 21, 2021
1 parent bb76a14 commit 9d32918
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id "com.moowork.node" version "1.3.1"
}

version = '0.5.1'
version = '0.6.0'
description = 'Management of the Integration Team\'s Black Duck VM\'s'

ext {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public VmKey(String vmKey) {
vmKey
.replace("https://", "")
.replace("http://", "")
.replace("int-", "")
.replace(".dc1.lan", "");
.replace("us1a-int-", "")
.replace(".nprd.sig.synopsys.com", "");
}

public String getValue() {
Expand Down

0 comments on commit 9d32918

Please sign in to comment.