New mailing list for coordinating Jenkins documentation efforts

2016-10-20 Thread Daniel Beck
Hi everyone, We created a new mailing list to facilitate collaboration in documenting Jenkins (both user and developer documentation). If you're interested in helping with improving the Jenkins documentation, subscribe here: https://groups.google.com/forum/#!forum/jenkinsci-docs … or send an e

pipeline: Is there a plugin to give a "better console"??

2016-10-20 Thread Jonathan Hodgson
Hi, I'm developing a pipeline job. The console is indispensible in this, not surprisingly. But it's getting harder and harder to find what I need in the endless stream of text, combining the outputs from what is currently a master and two slaves (I expect the number of slaves will grow). Is t

Jenkins 2.25, Pipeline plugins Latest update, giving java.io.NotSerializableException: java.util.AbstractList Error

2016-10-20 Thread Kishore RP
Jenkins Version is 2.25, Pipeline plugin is the latest one (It was all working fine with Jenkins 2.21 and older pipeline plugins, Jobs have run fine on Oct12,2016) Have a loop mechanism to iterate through all nodes as below for(int i = 0; i < nodes.size(); i++) { def node_name = nodes[i].tr

Re: Jenkins 2.25, Pipeline plugins Latest update, giving java.io.NotSerializableException: java.util.AbstractList Error

2016-10-20 Thread Kishore RP
List of plugins On Thursday, October 20, 2016 at 2:58:05 PM UTC+5:30, Kishore RP wrote: > > Jenkins Version is 2.25, Pipeline plugin is the latest one (It was all > working fine with Jenkins 2.21 and older pipeline plugins, Jobs have run > fine on Oct12,2016) > > Have a loop mechanism to iterate

Any plugin is there for generating continuously reports for API's

2016-10-20 Thread sandeep g
Hi Frd's, Is there any Plugins is there for continuously generating the reports based on API's, If have, please share with me any urls or any websites about that plugins step by step process.. Thanks, Sandeep -- You received this message because you are subscribed to the Google Groups "Je

Re: NodeJS Plugin:in windows : npm commends not working

2016-10-20 Thread bolleypally vijay kumar
Hi Eric, Thanks for the hep i installed Cygwin for windows and set Path respectively now able to run all Linux commands in windows cmd but when i run the job its shown error was "/usr/bin/dirname: missing operand" Please find ATTACHED Screens My question is why dirname command was invoked wh

Re: Any plugin is there for generating continuously reports for API's

2016-10-20 Thread Mark Waite
You'll need to provide significantly more information before others are likely to be able to help you. For example, you probably need to answer questions like: - Who will be using these reports? - How will they use the reports? - How often do the reports need to be updated? - What dat

Re: Jenkins 2.25, Pipeline plugins Latest update, giving java.io.NotSerializableException: java.util.AbstractList Error

2016-10-20 Thread Kishore RP
Snapshot of /var/log/jenkins.log when the error occurs Oct 20, 2016 5:52:13 PM org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService reportProblem WARNING: Unexpected exception in CPS VM thread: CpsFlowExecution[OwnerAmdgpu_CI/53:Amdgpu_CI #53

Re: Log Parser Plugin Parser Rules Questions

2016-10-20 Thread Rachel Moreno
Hi Bubunia, I think *Log Parser Plugin* only checks build console output, but not post build actions. Best regards, Rachel El miércoles, 19 de octubre de 2016, 18:03:58 (UTC+2), Bubunia Patra escribió: > > Thanks a lot Rachel thats really helped. I could see a interesting problem > when there

Re: Private message regarding: NodeJS Plugin:in windows : npm commends not working

2016-10-20 Thread Eric Pyle
The 'dirname' command is used to separate the final directory name from a path. The plugin code must be calling it. Can you execute the same commands interactively on the same node without error? Also, it appears that you may be using the "sh" pipeline command on a Windows node, which is not re

Re: Private message regarding: NodeJS Plugin:in windows : npm commends not working

2016-10-20 Thread bolleypally vijay kumar
Thanks Eric I will try this On Oct 20, 2016 6:50 PM, "Eric Pyle" wrote: > The 'dirname' command is used to separate the final directory name from a > path. The plugin code must be calling it. Can you execute the same commands > interactively on the same node without error? Also, it appears that

Re: Trigger new build only for the latest git tag

2016-10-20 Thread Rachel Moreno
Hi, I don't know if this situation could be happening: - Hi SCM! I'm a Jenkins job and last time I polled was 00 SHA-1 hash. Do you have new content for me? - Yes, I have new content and new tags from that content. - Ok, see you, I have a lot of work to do, because I must execut

plugin issue..

2016-10-20 Thread Prasu S
I installed workflow-step-api plugin manually by copying workflow-step-api.hpi version 2.0 under the Jenkins plugins directory and restarted Jenkins. But I don't see the plugin in Jenkins under installed tab. Did it miss anything ? Please help. Thanks in advance... -- You received this message

RE: plugin issue..

2016-10-20 Thread Teichner Peter
Use the plugins page if possible as there might be dependencies to install with the plugin From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Prasu S Sent: 20 October 2016 15:52 To: Jenkins Users Subject: plugin issue.. I installed workflow-step-api pl

Re: pipeline: Is there a plugin to give a "better console"??

2016-10-20 Thread Trever
This plugin advertises to allow collapsing sections of the console https://wiki.jenkins-ci.org/display/JENKINS/Collapsing+Console+Sections+Plugin On Thursday, October 20, 2016 at 2:02:18 AM UTC-7, Jonathan Hodgson wrote: > > Hi, > > I'm developing a pipeline job. The console is indispensible in th

Using IC Manage client with Jenkins

2016-10-20 Thread cliffordhenry . holden
I have a need to use obtain files from an IC Manage repository. I tried using the perforce client, but it gave me a "license error", so I have to use the icmp4 client. Has anyone SUCCESSFULLY integrated an IC Manage repository into Jenkins? Thanks!! -- You received this message because you

What does "cannot start writing logs to a finished node" mean?

2016-10-20 Thread kyee
[Lint KayakFree] [android-lint] Computing warning deltas based on reference build #35[Pipeline] [Lint KayakFree] }[Pipeline] [Lint KayakFree] // node[Pipeline] [Lint KayakFree] }[Pipeline] // parallel[Pipeline] }[Pipeline] // stage[Pipeline] End of Pipelinejava.lang.IllegalStateException: cann

Re: Pipeline jobs - Custom build names?

2016-10-20 Thread Sam K
Thank you so much!! Works like a charm!! On Tuesday, October 18, 2016 at 4:21:39 AM UTC-7, Daniel Beck wrote: > > > > On 17.10.2016, at 19:24, Sam K > > wrote: > > > > name the pipeline build jobs like this using the build name setter > plugin > > Just use this in your Pipeline: > > current

JUNIT publishing issue in Jenkins

2016-10-20 Thread Bubunia Patra
Hi all, My Jenkins job fails with the below error even if all the tests passes or out of some test cases pass and some fails and the email is getting sent due to this issue. How do I suppress this and overall results should be "failed" and email is sent with the number of testcases pass/fail s

Re: [ANN]: Ask the Experts Booth at Jenkins World

2016-10-20 Thread Alyssa Tong
Hi Martin, Slides are HERE . It looks like the video is missing, I'm looking into this. Will get back to you as soon as I have info. thnx alyssa On Tue, Oct 18, 2016 at 6

Re: Feature branch BRANCH_NAME for PR builds (Github Organization)

2016-10-20 Thread Sean Flanigan
Sorry I can't help, but that's an excellent question. I was about to ask it myself (although I build _merged_ heads for PRs). There don't seem to be any suitable environment variables, so the only option I can think of is to interrogate the Multibranch Plugin, which may or may not have the origina

Pipeline failing to load Properties file using the EnvInject plugin

2016-10-20 Thread Brendan Murtagh
Hello, I'm feeling stuck at the moment trying to sort this out. Hopefully ya'll are able to assist. Situation: We are converting a traditional Freestyle project to Pipeline. The Freestyle project has build parameters that the user kicking off the build can edit for their needs. I'm trying to

Unable to execute Java Code "Runtime.getRuntime().exec("cmd /c start runScript.bat");" using Jenkins

2016-10-20 Thread Pritam Sharma
Hi All, I am trying to execute a java class which contains the code : *"Runtime.getRuntime().exec("cmd /c start runScript.bat");" * I'm using apache ANT 1.7 and JDK7, when I call the ANT target from my Jenkins job ,It skips this line of code *"Runtime.getRuntime().exec("cmd /c start runS