Re: jenkins-test-harness - howto install plugins (from pom.xml)

2017-02-17 Thread Victor Martinez
Jenkins test plugin dependencies are managed by the scope test: test For instance: - Test dependencies: -- https://github.com/jenkinsci/jenkinslint-plugin/blob/master/pom.xml#L129-L134 Cheers On Friday, 17 February 2017 13:19:51 UTC, Torsten Reinhard wrote: > > Hi, > > I´m writing some job-dsl-

Re: multi text parameter

2017-02-17 Thread Victor Martinez
I wonder if the question is about what jenkins parameters are required (which are basically strings with some separators) or how to proceed those parameters though. On Friday, 17 February 2017 18:27:58 UTC, Mona Pinjani wrote: > > Anyone ? What plugin should I use to get multiple values for a >

Re: Jenkinsfile pipeline for go builds... need an example.

2017-02-17 Thread Tom Lester
Also... do we know if they are working to fix the durable problem? -- 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 jenkinsci-users+unsubscr...@googlegroups.com

Re: Jenkinsfile pipeline for go builds... need an example.

2017-02-17 Thread Tom Lester
Yeah... I've played with that by setting the GOPATH to a different location that I can write to, however... every time I use "dir() {}' It breaks with the durable garbage. I am trying to use "dir" to do a "checkout scm" into the GOPATH. It fails every time with the durable problem. On Friday,

Re: Jenkinsfile pipeline for go builds... need an example.

2017-02-17 Thread Eric Pyle
No, there isn't. There have been many people posting about coming to grief by trying to work with the exact path to the workspace in Pipeline. If your difficulty is that you can't write to /go on the root level, can you set up an alternate location for GO, one that does not depend on the worksp

Re: Jenkinsfile pipeline for go builds... need an example.

2017-02-17 Thread Tom Lester
It's adding this "@durable" stuff in there when I use "dir() {}". Is there anyway to keep it from doing that? -- 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

[Jenkins World 2017]: CFP deadline approaching

2017-02-17 Thread Alyssa Tong
Hello, The CFP for Jenkins World 2017 will be closing in two (2) weeks - March 5. If you are planning to make a proposal pls get your submission in soon. Jenkins World 2017 link is here . Have a great wee

Jenkinsfile pipeline for go builds... need an example.

2017-02-17 Thread Tom Lester
Hi all - I'm not a go (golang) developer, but the team that I support write their services in go. I need to build a pipeline for go builds. However... because of the strict pathing that go expects (/go/src/Y/Y/X), I'm having a hard time making a pipeline that works. My problem is that I ne

Re: multi text parameter

2017-02-17 Thread Mona Pinjani
Anyone ? What plugin should I use to get multiple values for a parameter(s) so that I can iterate over it ? I have tried multi-line string parameter and even extended Choice Parameter. I would like the parameter values to be text based rather than choice On Thursday, February 16, 2017 at 5:39:3

How to use the analysis-core within a plugin

2017-02-17 Thread Bilsby David C
Hi I'm looking for a bit of a "how-to" primer on using the analysis-core plugin within another static analysis plugin. My understanding is that a tool specific static analysis plugin does the initial results parsing and then passes the information to the analysis-core for analysis, display, etc.

Re: Email-ext error sending email

2017-02-17 Thread Slide
Then you will need to downgrade email-ext On Fri, Feb 17, 2017, 08:01 Pino Alu wrote: > If we upgrade to v 2.0 this would require Jenkins Core be updated from > 1.625.3 to *1.642.2 or higher* > > > On Friday, February 17, 2017 at 8:12:43 AM UTC-6, Pino Alu wrote: > > We are using Jenkins Core 1.

Re: docker.inside or agnet {docker} executing as host user (jenkins) instead of the containers root

2017-02-17 Thread Tom Lester
Duh... that makes sense. -- 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 jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit

Re: Email-ext error sending email

2017-02-17 Thread Pino Alu
If we upgrade to v 2.0 this would require Jenkins Core be updated from 1.625.3 to *1.642.2 or higher* On Friday, February 17, 2017 at 8:12:43 AM UTC-6, Pino Alu wrote: > > We are using Jenkins Core 1.625.3 - Email-ext 2.55 and Token-macro > 1.12.1. The job is configured to send email to recipie

Re: Email-ext error sending email

2017-02-17 Thread Slide
You have the wrong version of token-macro. Upgrade to the latest. On Fri, Feb 17, 2017 at 7:12 AM Pino Alu wrote: > We are using Jenkins Core 1.625.3 - Email-ext 2.55 and Token-macro > 1.12.1. The job is configured to send email to recipient list upon success > and failure. Upon a successful j

Email-ext error sending email

2017-02-17 Thread Pino Alu
We are using Jenkins Core 1.625.3 - Email-ext 2.55 and Token-macro 1.12.1. The job is configured to send email to recipient list upon success and failure. Upon a successful job completion we receive the following error. We installed both plugins using Jenkins Plugin manager. ERROR: Step ‘Edi

jenkins-test-harness - howto install plugins (from pom.xml)

2017-02-17 Thread Torsten Reinhard
Hi, I´m writing some job-dsl-plugin based scripts to generate all of our jenkins-jobs. The sample at https://github.com/sheehan/job-dsl-gradle-example had no dependencies to Jenkins, Plugins, ... until recently. Now it has, and it´s installding required plugins using Gradle. What is the tradi

Re: Entering Commands into a program

2017-02-17 Thread Baptiste Mathus
You mean that program you wrote reads standard input, instead of taking parameters ? Le 13 févr. 2017 9:02 AM, "Akiva Lane" a écrit : > We have written a Java program that accepts command line input. > I can start the program withe Jenkins, and then the program expects a > command with parameter

Re: docker.inside or agnet {docker} executing as host user (jenkins) instead of the containers root

2017-02-17 Thread nicolas de loof
uname gives you kernel informations, and the kernel is shared between dockerhost and container. 2017-02-16 17:09 GMT+01:00 Tom Lester : > It also seems like my sh command are not running in the container. For > example... If you see this Jenkins file: > > node { > ECR_LOGIN = sh ( > script:

Re: Declarative pipeline support for tools: CMake, custom tools

2017-02-17 Thread Daniel Beck
> On 17.02.2017, at 02:57, Colin Bennett wrote: > > Same for the custom tools. Both custom tools and CMake work in the Scripted > Pipeline job type but I can't get it to work in the Declarative Pipeline > syntax. I think Andrew mentioned on Wednesday that tools need to have @Symbol annotatio

How to view precompressed gzip content in jenkins

2017-02-17 Thread deepak goenka
I am using html publisher to publish my html reports in jenkins. In my html report folder i have precompressed some files to gzip format e.g. abc.log.gz Now is there any way in jenkins to let it send the content of abc.log.gz when user asks for abc.log so that browser can auto deflate this file

Re: Not able to generate coverage report from jenkins

2017-02-17 Thread Ivan Fernandez Calvo
Hi It is a sbt-coverage issue check the last comment at https://github.com/scoverage/sbt-scoverage/issues/134 El jueves, 9 de febrero de 2017, 5:24:16 (UTC+1), Sukumar Reddy escribió: > > Hello All I am using > > 1. Jenkins >Jenkins ver. 1.625.18.3 (CloudBees Jenkins Enterprise 15.11)