Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [websocket-dev] Jenkins update

Excellent.

Do we want a job against the EE4J-8 branch as well?

Would there be any interest in having PR's be built by ci.eclipse.org as well?
(Currently PR's are being built with travis)


On Tue, Sep 18, 2018 at 9:03 AM Mark Thomas <markt@xxxxxxxxxx> wrote:
Hi,

We currently have 2 Jenkins builds.

1. Master build. Build of master branch. I changed this from building
with Java 8 to building with Java 6 since that is the minimum Java
version declared in the POM.

2. Copyright check. This was only running when the master build was
unstable. I've changed this so it runs after every successful master
build (stable or unstable). There were a bunch of warnings here. I've
submitted a PR to fix them.

Next up is working through setting up the release pipeline (Issue #259).
This is likely to require:
- Jenkins changes (I can just make those)
- code changes    (every commit needs to be approved)
- infra changes   (depends on Eclipse infra and they are v. busy with
                   all the JakartaEE work)

If folks could keep an eye out for new PRs (there are already a couple
of clean-up PRs I created today) and review them that will help move
this forward.

Thanks,

Mark
_______________________________________________
websocket-dev mailing list
websocket-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/websocket-dev

Back to the top