generator icon indicating copy to clipboard operation
generator copied to clipboard

A tool for creating Jenkins jobs and other things from recipes describing software projects

Results 10 generator issues
Sort by recently updated
recently updated
newest added

The warnings-ng plugin provides several options to monitor the health status of a job. However, it is unclear how to configure those in recipes. Particularly, I would like to configure...

enhancement

**Which generator version are you using?** ```sh build-generator 0.34.16 asdf 3.3.1 SBCL 2.1.8 ``` **What did you do?** 1. Setting a variable to empty Strings `""` or `" "` makes...

bug

**Is your feature request related to a problem? Please describe.** We often want to freeze a distribution for e.g. submissions or experiments. It would be useful to have a command...

enhancement

Is it possible to use `git clone --depth n` to just clone the recent history of the requested branch? Some repos, e.g. OpenCV, have a huge history and take ages...

enhancement

Accessing repositories is a functionality that is often needed outside the context of analyzing project repositories. Furthermore, the analysis module is already pretty big and not super-coherent. A separate `access`...

enhancement
refactoring

As discussed in today's meeting, it would be great to have a `groups` tag in `distribution` files: ```yaml variables: foo: bar groups: - variables: foo: foo includes: projects: - variables:...

enhancement

Source tracking as well as tracing of further transformations should be performed using the [model.transform.trace](https://github.com/scymtym/model.transform.trace) system. - [ ] Source locations for objects read from recipes - Traces for object...

enhancement
refactoring

Not a lot to say here -- it just makes more sense.

enhancement
refactoring

**Is your feature request related to a problem? Please describe.** When I run ```sh build-generator validate PATH/recipes/ ``` the generator does not report the following problems: * Errors in project...

enhancement

prepare-hook/unix is not included in the generated makefile.

bug