-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use stackbrew to generate version list #333
Conversation
I can't see what's wrong in travis log (no error is reported on log) |
It doesn't look right that many of the shas are 40c3e3f46939b9f9dcf8d46e62fa7daa80485588 instead of being distinct by version. |
The other ones are all 91a58f1b7341ab8a253de7f4dec752d9daebd27b. |
@md5 I'm using an update script to generate Dockerfile for all versions from a template, so they are all committed as same commit. |
The CI failure is unrelated -- it's hitting something in CentOS (so hopefully that means a CentOS update is on the horizon). My question is why we're listing so many different versions here? Are you actively supporting this many versions? I'm a little confused on what the value add of having them all here is besides management overhead, especially since it's going to give users the idea that they're actively supported releases and that upstream will release fixes to any one of these if there turns out to be an issue in Jenkins itself. |
Also, do you have some reference somewhere that I can read about "Jenkins Enterprise by cloudbees" and what makes it different from upstream? |
Yes, all of them will be supported and updated as the base template evolve to offer fixes / better flexibility. Cloudbees is offering 1 year support so you can expect such amount of versions (jenkins is released every week). Jenkins enterprise is same as LTS (1.xxx.y) with some extra high-availability feature and includes additional plugins with independent upgrade cycles. See www.cloudbees.com |
Yes, all of them will be supported and updated as the base template evolve Le mar. 2 déc. 2014 18:14, Tianon Gravi notifications@github.com a écrit :
|
The year of support is really nice, but I'm definitely concerned that this is a divergence from "Jenkins" upstream, and the associated user confusion that's bound to come when users (Which, if that extra stuff is really great for the general user of Jenkins, why is it not included in Jenkins upstream by default?) |
Right. That makes sense. I'll remove this and create a new pull-request for jenkins releases and publish cloudbees version under cloudbees github org. |
Awesome, thanks @ndeloof! ❤️ |
No description provided.