Skip to content
Merged
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
16 changes: 8 additions & 8 deletions JenkinsJobs/buildConfigurations.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,19 @@
]
},
"Y": {
"typeName": "Beta Java 25",
"typeName": "Beta Java 26",
"folder": "YBuilds",
"streams": {
"4.38": {
"branch": "master",
"disabled": "true",
"schedule": "0 10 * 8-10 2,4,6\n0 10 1-26 11 2,4,6"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do not alter this schedule manually. It's automatically generated and set in a way that the jobs automatically stop to run after RC2. This avoids the need to disable them on RC2 manually and they can still continue to exist for some time even when the jobs of the new stream are already created!
I'll revert this with

"disabled": "false",
"schedule": "0 10 * * 2,4,6"
}
},
"branches": {
"eclipse.jdt.core": "BETA_JAVA25",
"eclipse.jdt.debug": "BETA_JAVA25",
"eclipse.jdt.ui": "BETA_JAVA25"
"eclipse.jdt.core": "BETA_JAVA26",
"eclipse.jdt.debug": "BETA_JAVA26",
"eclipse.jdt.ui": "BETA_JAVA26"
},
"mailingList": "[email protected]",
"testsFolder": "YBuilds",
Expand All @@ -101,11 +101,11 @@
"os": "linux",
"ws": "gtk",
"arch": "x86_64",
"javaVersion": 25,
"javaVersion": 26,
"agent": "ubuntu-2404",
"jdk": {
"type": "install",
"url": "https://download.java.net/java/GA/jdk25/bd75d5f9689641da8e1daabeccb5528b/36/GPL/openjdk-25_linux-x64_bin.tar.gz"
"url": "https://download.java.net/java/early_access/jdk26/23/GPL/openjdk-26-ea+23_linux-x64_bin.tar.gz"
}
},
{
Expand Down
Loading