Incrementals / install-plugins.sh

2019-06-09 Thread 'Gavin Mogan' via Jenkins Developers
I've been trying to figure out clean solutions to the ci.blueocean docker image having the latest master code, but actually having all its dependencies properly. My plan was to install blueocean using jenkins:lts and install-plugins, then overwrite them with master built images. That works pre

Working with distributed builds

2019-06-09 Thread Rajeev Ranjan
Hi team, I am stuck at end which currently I don't have clue how to proceed. I have a plugin which is having some powershell files as resources in the jar (generated at build time). During runtime 1. it extracts the plugin jar from $JENKINS_HOME to get powershell files 2. execute it to p

Re: Appending to build log after complete

2019-06-09 Thread Tim Jacomb
Thanks Jesse I've created an Action. https://github.com/jenkinsci/build-failure-analyzer-plugin/pull/106 Any feedback welcomed Thanks Tim On Mon, 3 Jun 2019 at 13:03, Jesse Glick wrote: > On Mon, Jun 3, 2019 at 3:51 AM Tim Jacomb wrote: > > It has functionality where a user can force another

Planning for contributing a New Plugin for Discarding Builds

2019-06-09 Thread Nisarg Shah
Hi Everyone, Currently there are many issues regarding old build discarder plugins such as discard-old-build-plugin and enhanced-old-builld-discarder and also the current discarder startegy "LogRotator". And also the strategy does not work as expected. You can find other issues and problems here