Skip to content

Commit

Permalink
Oct 2024 release linux changelogs
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <anleonar@redhat.com>
  • Loading branch information
andrew-m-leonard committed Oct 29, 2024
1 parent 635a047 commit b7c9a98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion linux/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ s390x s390x s390x only for jdk8+
riscv64 riscv64 riscv64 only for JDK17+
*/

env.NODE_LABEL = '!dockerBuild&&linux&&x64' // Default node for top level pipeline script, !dockerBuild as we only have 1 node due to issue: https://github.com/adoptium/infrastructure/issues/3790
// Default node for top level pipeline script
// !dockerBuild as we only have 1 node due to issue: https://github.com/adoptium/infrastructure/issues/3790
// and we will deadlock for debian if we queue the build for the same node
env.NODE_LABEL = '!dockerBuild&&linux&&x64'
env.PRODUCT = 'temurin'

class Types {
Expand Down

0 comments on commit b7c9a98

Please sign in to comment.