Skip to content

Commit

Permalink
Prepare for migration of build job to Jiro
Browse files Browse the repository at this point in the history
Changed name of JDK installation to openjdk-jdk11-latest which will be
available on Jiro as well.

Signed-off-by: Kai Hudalla <kai.hudalla@bosch.io>
  • Loading branch information
sophokles73 committed Nov 3, 2020
1 parent 9757242 commit f4d3800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/Hono-PipelineUtils.groovy
Expand Up @@ -24,7 +24,7 @@
* @return returns the jdk version to be used for the build.
*/
String getJDKVersion() {
return "jdk11-latest"
return "openjdk-jdk11-latest"
}

/**
Expand Down

0 comments on commit f4d3800

Please sign in to comment.