Re: AWS ECS Plugin(JENKINS-31197)

2016-01-26 Thread nicolas de loof
as you can see on Jira, JENKINS-31197 is still open. I have a fix in progress, would you like to give it a try ? 2016-01-27 2:58 GMT+01:00 : > Hi > > Has JENKINS-31197 been > sloved? I tried the single use slave

Re: Feed for changelog

2016-01-26 Thread Johannes Wienke
On 01/25/2016 06:34 PM, R. Tyler Croy wrote: > Getting a feed for the changelog I agree is a very good idea. We'll have to > change the development workflow for Jenkins core a bit to properly support it, > since right now people are just updating an HTML file. BTW, this is my current hack:

Doxygen plugin: "The output directory could not be read from the configuration."

2016-01-26 Thread David Doria
I am trying to use the Doxygen plugin. I have specified my Doxygen configuration file and it seems to be found (as if I specify a file that doesn't exist that plugin GUI complains right away). However, when the post-build action runs, I get ""The output directory could not be read from the

Logentries Forwarder - Token

2016-01-26 Thread GS_L
Hi Is there a way to set the token as global secret param, so I can use it from several jobs? Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Cannot autoinstall jdk 8 on my Jenkins, don't know JDK ID. Please help!

2016-01-26 Thread Matias Burni
Hola Victor! (I'm your "replacement" at King, so weird finding this thread with your comment!!! You're so famous!). >> NOT RELATED TO this post: In fact I have an issue with the "Install from java.sun.com dropdown list, which is now a text box. the

How to retrieve "Recent Changes" information of a build in a text file

2016-01-26 Thread Zk W
Hi All In Jenkins/Hudson for each build, there's a link to Recent Changes which shows the changes that are checked into a source control system. We use SVN. How do we retrieve that information into a text file when the build run completes ? Thank you -- You received this message because you

Re: Cannot autoinstall jdk 8 on my Jenkins, don't know JDK ID. Please help!

2016-01-26 Thread Mark Waite
I thought I encountered these types of problems when I changed from one internal JDK version (like JDK 1.8.0_45) to another internal JDK version (like 1.8.0_65). Unfortunately, I don't remember anything more about it, other than being annoyed that my docker instance with jobs that referenced

Sending specific Git branch to Sonarqube

2016-01-26 Thread Ben Parrish
I tried using sonar.branch to send the master branch to SonarQube for analysis, but SonarQube continues to reference my SNAPSHOT version from my pom.xml instead of the master RELEASE version. Is there something that needs to be done in order to only have a specific branch referenced? Ben --

Re: pipelines and IRC

2016-01-26 Thread Michael Neale
If it is too much trouble for the irc plugin, IRC is pretty simple. Here is an example that I know works with freenode: https://gist.github.com/michaelneale/9a7fb436223a765d1775 (this could be put in a function or a global library DSL if you are using it a lot). (uses nc only). If nick has

AWS ECS Plugin(JENKINS-31197)

2016-01-26 Thread yamamurataro1988
Hi Has JENKINS-31197 been sloved? I tried the single use slave plugin, but it does not launch new container to run the jobs. Is there any other workaround? We have many jobs need to run at once it is impossible to run job one by one. Thanks  -- You received this message because you are

Re: "somecommand".execute()

2016-01-26 Thread Niksan
I'm trying to execute a system command on the server from a client and wait for its result, the syncronization was a side effect of using wait(), waitFor() is what I was after though, thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group.