Re: Static Analysis Collector Plugin and Pipelines

2018-05-07 Thread Brian Ray
My wording at the end should probably be "not yet been ehnanced with their own pripline-friendly symbolic step API." Brian On Monday, May 7, 2018 at 2:33:43 PM UTC-7, Brian Ray wrote: > > Documentation for the *step* step and indeed its usage with the > *AnalysisPublisher* step as well is here

Re: Static Analysis Collector Plugin and Pipelines

2018-05-07 Thread Brian Ray
My wording at the end should probably be "not yet been ehnanced with their own pipeline-friendly symbolic step API." Brian On Monday, May 7, 2018 at 2:33:43 PM UTC-7, Brian Ray wrote: > > Documentation for the *step* step and indeed its usage with the > *AnalysisPublisher* step as well is here

Re: Static Analysis Collector Plugin and Pipelines

2018-05-07 Thread Brian Ray
Documentation for the *step* step and indeed its usage with the *AnalysisPublisher* step as well is here . The former is a bridge in pipeline to plugin-provided steps that have not yet been enhanced

Re: Separating JUnit test reporting for files in different folders

2018-05-07 Thread Brian Ray
Per JENKINS-27395 , it seems so. I'm interested in the same functionality for XUnit (JENKIINS-45826). Brian On Wednesday, January 31, 2018 at 3:04:06 AM UTC-8, James Telfer wrote: > > Hi, > > I suspect the answer to this is no, at least from

Re: java.io.IOException: Cannot run program "chmod": java.io.IOException

2018-05-07 Thread Mark Waite
Are you running on Windows? There is no chmod on windows. The Windows file system permission system is different than the Unix file system permission system. If you're running on a Unix variant (Linux, macOS, FreeBSD, Solaris, AIX, OpenBSD, hp-ux, etc.), is the chmod command in the PATH of the

Please explain Jenkins.instance.*

2018-05-07 Thread Sunshine
Hi all, I'm very new into groovy. I see lots of online groovy codes to get things done. I see we can use Jenkins.instance.getAllitems to get jobs list, Jenkins.instance.queue to access queue .. Can someone please provide me the documentation reference of what it is and h and what all can I

Re: call a Jenkins plugin from a pipeline

2018-05-07 Thread Balaji Lalapeta
Hi Antonio, *`cobertura-plugin` is compatible with Pipeline script in Jenkins?* If yes, Pl. share the code and rest of required details urgent. Thanks for your support and understand. Regards, Balaji On Wednesday, July 20, 2016 at 9:31:36 PM UTC+5:30, Antonio Muñiz wrote: > > On Wed, Jul 6,

java.io.IOException: Cannot run program "chmod": java.io.IOException

2018-05-07 Thread Ganesh MN
Hi, I am running ant task to change permission of files form Jenkins tool. But, I am getting following exception. Can someone please help me to resolve this issue. Waiting to here form you guys. ant task: console