Invoke another pipeline under another repository's branch

2017-09-13 Thread Dan Tran
Hi I have BitBucket Team job, I would in invoke another pipeline belong to another git repo with a specific branch ( master) In details teamX repo-1 master release/release-1 repo-2 master release/release-1 I

Re: build user id in declarative pipeline

2017-09-13 Thread Andrew Bayer
Put the rest of your steps inside the {} A. On Tue, Sep 12, 2017 at 3:09 PM Russ Cox wrote: > Hi, I'm using Jenkins to run a bunch of self service jobs and need to be > able to determine the user id of the person who ran a job. > > We've been doing this with the scripted

Re: GitHub pull request for pipelines

2017-09-13 Thread Andrew Bayer
I think you'll find that multi branch does the trick - I had been using various pull request builder plugins previously, and multi branch gave me just about everything that the pull request builders did with a much smoother experience overall. A. On Tue, Sep 12, 2017 at 7:28 PM Sharon Grubner

Re: Invoking a declarative pipeline from shared libraries

2017-09-13 Thread Andrew Bayer
See https://issues.jenkins-ci.org/browse/JENKINS-46547 - this will probably make it into Declarative 1.3, landing hopefully end of October. On Wed, Sep 13, 2017 at 2:25 PM Sebastien Crete wrote: > Where you define your shared libraries ? > > with shared-lib in DP i

Re: Build triggers on bitbucket PRs leads to MissingObjectException: Missing unknown {HASH} after upgrading to LTS 2.6.0

2017-09-13 Thread Mark Waite
You're seeing a stack trace that is not related to submodules, thus is not fixed by the change that resolved JENKINS-45729. However, that stack trace is being discussed in JENKINS-45729. In that bug report, one of the late comments points to a pending pull request which attempts to resolve the

Re: Debian version of docker image jenkins/jenkins:lts

2017-09-13 Thread R. Tyler Croy
(replies inline) On Wed, 13 Sep 2017, Jacob Larsen wrote: > What happened to the debian version of the official docker image named > jenkins/jenkins:lts? When I pull that image right now, I get an image built > on alpine. Was there an official decision to switch I could not find any > mention

Debian version of docker image jenkins/jenkins:lts

2017-09-13 Thread Jacob Larsen
What happened to the debian version of the official docker image named jenkins/jenkins:lts? When I pull that image right now, I get an image built on alpine. Was there an official decision to switch I could not find any mention of, or was it overwritten by mistake? /Jacob -- You received

How are you using the the docker pipeline plugin ? Is it useful enough for you ? Can i think of scaling with it by starting slave containers on remote docker hosts ?

2017-09-13 Thread ishan jain
Hi, My project consists of a number of services and i have a build-deploy-test pipeline for each. The infrastructure consists of an array of docker hosts where applications are deployed and tested and i have no shortage of them. The build part (mostly maven) happens on Jenkins master node

Re: No such property: junit for class: groovy.lang.Binding

2017-09-13 Thread Slide
Did you install the junit plugin? If so, check the Jenkins logs for any errors loading it. If not, you need to install it. Thanks, Alex On Wed, Sep 13, 2017, 05:10 Alexandre Ramos wrote: > Hi, > > I'm migrating some pipeline projects from *[Jenkins 2.7.1 with JUnit

Re: jenkins not showing viewvc link for CVS

2017-09-13 Thread Terry O'Leary
I agree these issues do look similar. I will log an issue and link these 2 so they will be related. Thanks! On Wednesday, September 13, 2017 at 1:51:18 AM UTC-4, Reinhold Fuereder wrote: > > Hi Terry, > > > > this sounds related or like > https://issues.jenkins-ci.org/browse/JENKINS-36451

No such property: junit for class: groovy.lang.Binding

2017-09-13 Thread Alexandre Ramos
Hi, I'm migrating some pipeline projects from *[Jenkins 2.7.1 with JUnit plugin 1.18]* to a brand new clean installation of *[Jenkins 2.78 with JUnit plugin 1.21]*. The pipelines work fine except for the *junit* task, which always throws an exception with the message *"No such property: junit

Re: How to get information on changes of access rights and privileges

2017-09-13 Thread Christophe JOBARD
Additionnal info: I use Role-based Authorization Strategy plugin Le mercredi 13 septembre 2017 12:41:03 UTC+2, christop...@airbus.com a écrit : > > Hello, > I need to log information on all activities about changes of access rights > and privileges for Jenkins. > I didn't find this kind of

Re: Jenkins global configuration after container starts

2017-09-13 Thread robert tingirica
Thank you for your answer Carlos, I will definitely consider using helm more in the future. If you are referring to https://github.com/kubernetes/charts/tree/master/stable/jenkins , the last step is exactly a manul step that I want to avoid: "Under configure Jenkins -- Update the credentials

JMeter Performance Publisher

2017-09-13 Thread Salman Patel
Hey Guys, I was facing this issue - For me, Performance Trend is generated for a job having more than 1 builds. But, when slave is offline, I am not able to see this trend. It means it is somewhere using slave workspace to derive performance trend. As we are using Docker, we can not have slave

Re: Jenkins global configuration after container starts

2017-09-13 Thread Carlos Sanchez
check the jenkins helm chart, it is doing that already On Wed, Sep 13, 2017 at 11:01 AM, robert tingirica < tingirica.rob...@gmail.com> wrote: > Hello, > > We are using Jenkins in our environment with the kubernetes plugin. We are > currently configuring credentials and creating jobs using the

Re: Running a bat file

2017-09-13 Thread harvey
On Tuesday, September 12, 2017 at 7:21:55 PM UTC+2, jer...@bodycad.com wrote: > > Take care that you are actually chaining batch command. What is chaining > batch, someone somewhere though it would be nice to make this super weird > feature for batch script only (yeah a lot of sarcasm here,

Jenkins global configuration after container starts

2017-09-13 Thread robert tingirica
Hello, We are using Jenkins in our environment with the kubernetes plugin. We are currently configuring credentials and creating jobs using the API, but I see no way to do this initially with global configuration. Examples of configs we need to change: - Use master node only when specified by