Re: How to get workspace folder content of slave nodes?

2018-10-08 Thread 'Xiaocheng Wang' via Jenkins Developers
Many thanks. The background is we have an Java application that calls Jenkins REST API to trigger builds. Due to project needs, we want that application to get the slave workspace folder content when build is running. So I think either calling a REST/HTTP API or developing a plugin ourselves

Re: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.4:install-node-and-yarn (install node and yarn) on project jenkins-war: Could not download Node.js: Got error code 405 from the s

2018-10-08 Thread Jesse Glick
On Mon, Oct 8, 2018 at 5:02 PM Philipp Kunz wrote: > how this is supposed to be working? The build should be downloading something from https://repo.jenkins-ci.org/nodejs-dist/v6.10.2/ to your local Maven repository. According to your logs [DEBUG] (f) nodeDownloadRoot =

Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.4:install-node-and-yarn (install node and yarn) on project jenkins-war: Could not download Node.js: Got error code 405 from the serve

2018-10-08 Thread Philipp Kunz
Hi, I did a fresh checkout of jenkins from master branch (d2643c977e8cb6672aebf6fc43262aed1b88c7d0) and got from mvn clean install ...[INFO] [INFO] --- frontend-maven-plugin:1.4:install-node-and-yarn (install node and yarn) @ jenkins-war ---[DEBUG] Dependency collection stats:

Re: email-ext plugin adoption

2018-10-08 Thread Matt Sicker
I'd be interested in being a co-maintainer. On Mon, Oct 8, 2018 at 3:07 PM Slide wrote: > The email-ext plugin is currently up for adoption, looking for > co-maintainers. I used to be maintainer of this plugin and would like to > help again. I already have access to release in the repository

email-ext plugin adoption

2018-10-08 Thread Slide
The email-ext plugin is currently up for adoption, looking for co-maintainers. I used to be maintainer of this plugin and would like to help again. I already have access to release in the repository permissions stuff, and I am already part of the permissions groups on GitHub, but I wanted to

Re: [Jenkins-infra] ircbot repository hooks

2018-10-08 Thread Jesse Glick
On Mon, Oct 8, 2018 at 3:33 PM Daniel Beck wrote: > I don't want git information, I want GitHub information. For disaster recovery purposes I suppose. Have you contacted GitHub support yet and asked them to make the equivalent of {{git reflog}} available via the API? In my experience they have

Re: [Jenkins-infra] ircbot repository hooks

2018-10-08 Thread Daniel Beck
> On 8. Oct 2018, at 10:54, Olblak wrote: > > If you want to create dashboard to visualize commits informattion, you can do > that with datadog > -> https://docs.datadoghq.com/integrations/git/ I don't want git information, I want GitHub information. For example, what GitHub user pushed

Looking for beta testers of Jackson 2.9.x plugin

2018-10-08 Thread Matt Sicker
Hello all. I've just released a new beta version of the Jackson API plugin, version 2.9.7.0-beta. The previous version of Jackson being bundled was 2.8.x, so I'd like to see if anyone comes across any binary compatibility issues with this before updating Jackson across more plugins. -- Matt

Re: How to get workspace folder content of slave nodes?

2018-10-08 Thread Jesse Glick
On Mon, Oct 8, 2018 at 7:55 AM 'Xiaocheng Wang' via Jenkins Developers wrote: > We wonder info there's a way (or API) to get the workspace folder content of > EACH running build in realtime? Using the Java APIs, easily. Using HTTP APIs…depends. It would be helpful if you clarified why you are

Re: Passing errorStream to listener

2018-10-08 Thread Jesse Glick
On Sun, Oct 7, 2018 at 3:30 AM Nikhil Bhoski wrote: > i want to keep error strem and send that to listener That is what happens by default. I thought you said the program prints the same message to both stdout and stderr, in which case `.stderr(new NullOutputStream())` would work around the bug.

Re: Proposal: Jenkins as an umbrella org for its upstream components

2018-10-08 Thread Jesse Glick
On Sat, Oct 6, 2018 at 6:09 AM Oleg Nenashev wrote: > I propose to introduce a new GitHub organization (jenkins-contrib or so) Just use @jenkinsci. Simpler and has no downside that I can see. Certainly the name “contrib” is inaccurate for those components which are mandatory dependencies of

How to get workspace folder content of slave nodes?

2018-10-08 Thread 'Xiaocheng Wang' via Jenkins Developers
Hello Jenkins team, We have deployed 1 Jenkins master node + 3 slave node. Jobs are building on different slaves, and generates some artifacts in the workspace. We wonder info there's a way (or API) to get the workspace folder content of EACH running build in realtime? We tried to get this

Re: Custom Form Creation in Jenkins

2018-10-08 Thread Ullrich Hafner
What did you try so far? Did you have a look into some plugins that use forms? What exactly is missing in Jenkins forms? It will help if you ask more specific questions... > Am 08.10.2018 um 07:53 schrieb Bhumika Dutta : > > Hi, > > Kindly let me know to steps for creating forms in Jenkins

Re: [Jenkins-infra] ircbot repository hooks

2018-10-08 Thread Olblak
> I used the existing services for this, because they existed. Not opposed > to just dumping events corresponding to emails/IRC messages somewhere, > but that doesn't exist today. If you want to create dashboard to visualize commits informattion, you can do that with datadog ->

Further permissions cleanup

2018-10-08 Thread Daniel Beck
Hi everyone, as part of a routine cleanup of permissions, the following users have been removed from the 'core' team granting access to jenkinsci/jenkins and a number of other (mostly library) repositories due to inactivity. albers alecharp boaglio bwalding dty fredg02 imeredith larrys

Re: Unmaintained -- New Relic Deployment Notifier Plugin

2018-10-08 Thread blueelvis
Anyone? On Friday, 21 September 2018 22:27:57 UTC+5:30, blueelvis wrote: > > Could someone please reply on this one? > > > Thanks, > Pranav > > On Sun, Sep 16, 2018 at 12:21 AM pranav jituri > wrote: > >> Hey Tyler, >> >> Thanks for that link. I have already gone through that post and hence >>

Re: Custom Form Creation in Jenkins

2018-10-08 Thread Bhumika Dutta
Hi, Kindly let me know to steps for creating forms in Jenkins which save the submitted values in database. On Sat, 6 Oct 2018, 01:52 Baptiste Mathus, wrote: > Yep, or possibly make the frontend 'outside' of Jenkins, and use remote > API (?). > > Le ven. 5 oct. 2018 à 17:26, Ullrich Hafner a >