Blue ocean Pipeline chaining

2017-05-31 Thread viral chande
Hi, Is there any why i can trigger one pipeline at the end of another in blue ocean? Thanks, Regards, Viral Chande -- 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 em

Blue ocean pipeline chaining

2017-05-31 Thread viral chande
Hi, Is there a way we can have one pipeline trigger another pipeline? Thanks, Regards, Viral Chande -- 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 jenkin

Re: Building docker images with declarative pipeline

2017-05-31 Thread drew . leske
Hello Andrew and Thomas, I ran in this exact problem and used a script{} block, but I am wondering if there are updates to this issue. All of the documentation/examples I have seen use scripted syntax, but sometimes the documentation is behind the code. :) Cheers, Drew. On Tuesday, February

Re: Writing a new "parser" for the warnings plugin.

2017-05-31 Thread Baptiste Mathus
It's rare when we write this in this direction, but this thread is probably better suited on the dev ML :) Le 1 juin 2017 2:26 AM, "Simon M" a écrit : > Looking at LintParser.java suggests that the documentation is wrong. > > The documentation explicitly says that one needs to write a class that

Display Test Results in Blue Ocean

2017-05-31 Thread Daniel Becroft
Hi, I'm currently experimenting with converting our standard builds into pipelines, and have an initial question. When there are tests, and they all pass, I can only see a page under Tests that says "All tests are passing 77 tests for this pipeline are passing." Is there anywhere (other than t

Re: Writing a new "parser" for the warnings plugin.

2017-05-31 Thread Simon M
Looking at LintParser.java suggests that the documentation is wrong. The documentation explicitly says that one needs to write a class that implements WarningsParser, but the LintParser doesn't do this: it extends AbstractWarningsParser. If this approach works, then perhaps I can find more ex

Jenkins not polling

2017-05-31 Thread Hemanth Shekar
I am using Jenkins to poll for a file in a unix directory ( Shell ) If the file is present running some commands as the build steps . A manual build works but polling is not happening . i have polling by minute . The script trigger log tells [ScriptTrigger] - Poll with a shell or batch scri

Pipeline: Error signal - (no timing in self)

2017-05-31 Thread Christoph Vogtländer
Hi all, while running a pipeline build with parallel execution, one branch (#38) fails with: Error signal - (no timing in self) What is this supposed to mean? The error signal is displayed as a step in the "Pipeline Steps" view. The overall build is still displayed as "in progress", but in the "

Re: How to clone a directory from a remote repo in a Jenkins pipeline script?

2017-05-31 Thread Stephen Connolly
On Wed 31 May 2017 at 16:32, Mark Allison wrote: > >> >> On Wed, May 24, 2017 at 9:01 AM Mark Allison wrote: >> >>> On Wednesday, 24 May 2017 13:29:58 UTC+1, Daniel Beck wrote: >>> > On 24. May 2017, at 09:23, Mark Allison wrote: > > I know I probably need to use sparse and/

Unable to start slave agent through Java Web Start if "Tunnel connection through" parameter is set

2017-05-31 Thread Vitalii Ishchenko
Hi, On our dev env, we have Jenkins (2.46.3) behind Proxy i.e. "ci.dev" and actual jenkins running on "jenkins.dev:8080", in order to be able to run slaves, I'm setting "Tunnel connection through" parameter to "jenkins.dev:8080", so launch command will look like this: "java -jar slave.jar -jnl

Re: Setting the description of a failed test in pipeline groovy

2017-05-31 Thread Vincent Massol
> On 22 Feb 2017, at 14:43, Vincent Massol wrote: > > Hi Jerome, > >> On 21 Feb 2017, at 17:49, jer...@bodycad.com wrote: >> >> Add description on the side: >> >> manager.addShortText("${APPLY_TAG}") >> >> You can find a lot of property inside you syntax help page (change MY_HOST, >> MY_PIP

Re: How to clone a directory from a remote repo in a Jenkins pipeline script?

2017-05-31 Thread Mark Allison
> > > > On Wed, May 24, 2017 at 9:01 AM Mark Allison > wrote: > >> On Wednesday, 24 May 2017 13:29:58 UTC+1, Daniel Beck wrote: >> >>> >>> > On 24. May 2017, at 09:23, Mark Allison wrote: >>> > >>> > I know I probably need to use sparse and/or shallow checkouts, but >>> can't seem to work out

Re: Pipeline: Multiproject repository

2017-05-31 Thread Jinna Balu
Hi i have the same issue in jenkins pipeline, I have multiple projects in one repo. Is this issue got solved, if solved please post the sample link so that it will be helpful. Thanks in advance. On Monday, November 14, 2016 at 4:48:06 PM UTC+5:30, Sverre Moe wrote: > > I need some help brainsto

Re: How to disable jobs of type Multi-branch?

2017-05-31 Thread Stephen Connolly
On 31 May 2017 at 14:17, Idan Adar wrote: > I actually do want these to build automatically. I control what then > happens in the jenkinsfile... > multi-branch is strongly opinionated. One of the core opinions is that branches are independent. it sounds like what you are trying to do is signifi

Lightweight checkout not supported for IBM Rational Team Concert

2017-05-31 Thread Thiago Carvalho Davila
Hello, I am having a big problem using Jenkins Pipeline. My projects are stored in RTC 5.0.2 SCM and the master instance of Jenkins are downloading the whole workspace to get the Jenkinsfile. In the log I get: Lightweight checkout support not available, falling back to full checkout. Is there

Re: How to disable jobs of type Multi-branch?

2017-05-31 Thread Idan Adar
I actually do want these to build automatically. I control what then happens in the jenkinsfile... On Wednesday, May 31, 2017 at 4:03:18 PM UTC+3, Stephen Connolly wrote: > > no. > > What you really want to do is not have those branches build > automatically effectively you want to turn the

Re: Writing a new "parser" for the warnings plugin.

2017-05-31 Thread Knurek
This might not be too helpful, but have you looked at the other parsers that come with the plugin: https://github.com/jenkinsci/warnings-plugin/tree/master/src/main/java/hudson/plugins/warnings/parser a good start might be the LintParser.java On Wednesday, May 31, 2017 at 2:31:36 AM UTC+2, Simon

The best way to create/adjust Apache config file within docker agent (declarative pipeline)

2017-05-31 Thread Kirill Peskov
Hi All, Again, rookie questions... I'm creating the pipeline to test basic functionality of our LAMP webapp, using docker agents. To have clean environment for each officially supported platform I've created own Dockerfile to install all the necessary packages and dependencies (e.g. using Dockerfi