You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: linux/Jenkinsfile
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,10 @@ s390x s390x s390x only for jdk8+
12
12
riscv64 riscv64 riscv64 only for JDK17+
13
13
*/
14
14
15
-
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
15
+
// Default node for top level pipeline script
16
+
// !dockerBuild as we only have 1 node due to issue: https://github.com/adoptium/infrastructure/issues/3790
17
+
// and we will deadlock for debian if we queue the build for the same node
0 commit comments