Skip to content

Commit 19ccc31

Browse files
committed
Disabling Ibuild schedule after RC2
1 parent 8dd9e20 commit 19ccc31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

JenkinsJobs/Builds/FOLDER.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ for (STREAM in config.Streams){
1919
# - - - Integration Eclipse SDK builds - - -
2020
# 2025-09 Release Schedule
2121
# Normal : 6 PM every day (11/6 - 27/8)
22-
0 18 * * *
22+
# 0 18 * * *
2323
2424
2525
# RC Schedule
2626
# Post M3, no nightlies, I-builds only. (Be sure to "turn off" for tests and sign off days)
27-
0 6 15-27 8 5-7,1-3
28-
0 18 15-27 8 5-7,1-3
27+
# 0 6 15-27 8 5-7,1-3
28+
# 0 18 15-27 8 5-7,1-3
2929
''')
3030
}
3131
}

0 commit comments

Comments
 (0)