Skip to content

Commit

Permalink
Fix promotion build
Browse files Browse the repository at this point in the history
  • Loading branch information
donat committed Aug 22, 2021
1 parent b41d90a commit 8b8bf76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .teamcity/Buildship/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ class PromotionBuildType(typeName: String, dependency: BuildType, trigger: Trig
param("env.JAVA_HOME", "%linux.java8.oracle.64bit%")
param("eclipse.release.type", typeName)
param("build.invoker", "ci")
param("jdk8.location", Jdk.ORACLE_JDK_8.getJavaHomePath(OS.LINUX))
param("jdk11.location", Jdk.OPEN_JDK_11.getJavaHomePath(OS.LINUX))
}

// The artifact upload requires uses ssh which requires manual confirmation. to work around that, we use the same
Expand Down

0 comments on commit 8b8bf76

Please sign in to comment.