Change build environment tag to include test jdk version
This commit is contained in:
parent
2efd56e4d8
commit
a2484c6070
|
@ -301,7 +301,7 @@ public class BuildEnvironment {
|
|||
this.testJdkTool = "OpenJDK ${testVersion} Latest";
|
||||
}
|
||||
String toString() { getTag() }
|
||||
String getTag() { "jdk-$version-$dbName" }
|
||||
String getTag() { "jdk-$testVersion-$dbName" }
|
||||
String getNode() { node }
|
||||
String getVersion() { version }
|
||||
String getTestVersion() { testVersion }
|
||||
|
|
Loading…
Reference in New Issue