Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 464333

Summary: [releng] publish script should figure out what the next stable build number is
Product: [ECD] Orion Reporter: Anthony Hunter <ahunter.eclipse>
Component: RelengAssignee: Anthony Hunter <ahunter.eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 9.0   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Anthony Hunter CLA 2015-04-09 17:08:01 EDT
Currently, to publish a stable build you run:

orion-hudson-publish.sh s S4

You have to hard code "s" and "S4" on the Hudson build. 

This means you have to remember to change "S4" to "S5" in the Hudson job configuration before you run the next stable build.

Rather than making a Hudson parametrized build, the publish script should be able to figure out which stable builds already exist and publish the next one.

Then we can just use:
orion-hudson-publish.sh s
Comment 1 Anthony Hunter CLA 2015-04-09 17:17:02 EDT
Fixed with:
http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=c3b332804be7ea4c3ca92b7b756d6f7a8c4eda5e

I have also removed S2 from the Job orion-server-stable