Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions JenkinsJobs/Builds/FOLDER.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ for (STREAM in config.Streams){
# format: Minute Hour Day Month Day of the week (0-7)

# - - - Integration Eclipse SDK builds - - -
# 2025-06 Release Schedule
# Normal : 6 PM every day (1/6 - 2/9)
0 18 * * *
# 2025-09 Release Schedule
# Normal : 6 PM every day (11/6 - 27/8)
# 0 18 * * *


# RC Schedule
# Post M3, no nightlies, I-builds only. (Be sure to "turn off" for tests and sign off days)
# 0 6 16-28 5 5-7,1-3
# 0 18 16-28 5 5-7,1-3
# 0 6 15-27 8 5-7,1-3
# 0 18 15-27 8 5-7,1-3
''')
}
}
Expand Down
4 changes: 2 additions & 2 deletions JenkinsJobs/JobDSL.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"Streams": [
"4.36"
"4.37"
],
"Branches": {
"4.36": "master"
"4.37": "master"
}
}
Loading