Change build environment tag to include test jdk version

This commit is contained in:
Christian Beikov 2022-04-07 21:27:22 +02:00
parent 2efd56e4d8
commit a2484c6070
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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 }