Tim Brown

Results 8 issues of Tim Brown

There is a new Jenkins project (which it is still in incubation, but seems to be progressing nicely) called theme manager (https://github.com/jenkinsci/theme-manager-plugin). It allows themes to be installed as plugins...

In our infrastructure we share a Jenkins config between local, dev and production environments. When we add a node we generally want it to only run in production (but we...

### Your checklist for this issue 🚨 Please review the [guidelines for contributing](../blob/master/docs/CONTRIBUTING.md) to this repository. - [x] Link to any upstream changes that might be required (for example Jenkins...

feature

I have a CDash server running 2.2.3 and running inside a container. I saw that you have released a 2.6.0 version and have provided a container to go with it...

We are trying to use a script to parse the CDash results for a given revision using the API. the plan is to then export these to a file to...

Recent versions of the PipelineUnitTests (1.2+) moved the PipelineTestHelper to a Singleton class. PipelineSpockTestBase currently instantiates a new instance each time a test is run, which seems wasteful. I have...

The core issue is that params are not resolved until the start of the build (i.e. not valid in the Polling context). The `git ls-remote` code-path uses an empty env...

bug
tests

Wrapping loaded scripts in an `optionalBlock` to make it easier to manage when there are large numbers of loaded scripts. This is a stab in the dark as I can't...