Jenkins pipeline library for our buildfarm.
This repository is built with Gradle, which requires a JDK of at least version 8 to be installed. Higher versions may work depending on which version of Gradle is used.
To build this repository, run ./gradlew buildAll
on Linux and macOS, or gradlew buildAll
on Windows.
All branches and tags of this repository are built on:
- GitHub actions via
.github/workflows/build.yml
. - Our Jenkins buildfarm via
Jenkinsfile
which uses our Jenkins pipeline library.
This repository is published automatically by our buildfarm.
Simply push commits to the develop
branch to publish them.
New builds on our buildfarm always use the latest develop
branch of this repository at the time the build starts.
Copyright © 2018-2024 Delft University of Technology
The files in this repository are licensed under the Apache License, Version 2.0. You may use the files in this repository in compliance with the license.