RSS/Atom feed Twitter
Site is read-only, email is disabled

build.gimp.org re-architecture complete

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

build.gimp.org re-architecture complete Sam Gleske 27 May 08:08
Sam Gleske
2018-05-27 08:08:13 UTC (almost 6 years ago)

build.gimp.org re-architecture complete

Hello all,
Announcing a new release of https://build.gimp.org/

Here's an announcement tweet from twitter https://twitter.com/sag47/status/1000251383876997120

Key features:

- Branches now show up clearly in the UI. For example: https://build.gimp.org/job/gimp/
- New Jenkins UI (Blue Ocean) which nicely renders build pipelines. For example:
https://build.gimp.org/blue/organizations/jenkins/gegl/detail/master/3/pipeline

The GIMP build server has also been re-designed so that anybody can run it from their local computer if they desire.

Key repositories include:

- https://github.com/gimp-ci/jenkins-os-packages - The Jenkins operating system packages used on build.gimp.org. These are immutable packages which contain all Jenkins plugins included. - https://github.com/gimp-ci/docker-jenkins-gimp This repository contains the shell scripts used to build GIMP and its dependencies. It is also the source for the Docker container in which GIMP and all of its dependencies are built. An official image has also been published to docker hub https://hub.docker.com/r/gimp/gimp/ - https://github.com/gimp-ci/jenkins-dsl - The source for all Jenkins jobs and pipelines used to build GIMP and its dependencies.

There is also a documentation repository but it needs to be updated. I'll be working on updating all of the documentation next in case someone really does to run a copy of their own build system themselves.

Bonus tweet: running the three latest major versions of GIMP from their development branches. All on the same computer and within Docker containers. https://twitter.com/sag47/status/998641858065588224

That's all for now, SAM