Re: SSH agent uses username 'jenkins' instead of the one configured in the credential

2019-09-18 Thread Mark Waite
If you're running an outdated version of the git client plugin and a newer version of OpenSSH (7.7 and later), then you might be encountering https://issues.jenkins-ci.org/browse/JENKINS-50573 . Git plugin versions prior to If you're running the current git client plugin (2.8.6) or running an Ope

Re: Enable "Post Build Action" in Jenkins

2019-09-18 Thread Binay Jena
Thank you Vijay for the call out... The only way to implement post-build action is through additional scripts in the pipeline job? Does it also mean, this has to be done individually for all the pipeline jobs. Is there a code snippet/link that you can direct to? On Tuesday, September 17, 2019

Re: Best way of triggering Jenkins jobs from Bitbucket Server (hooks)

2019-09-18 Thread Carel Combrink
Hi, I solved this yesterday for our setup. If you don't have at least Bitbucket server 5.4 then this guide is not relevant to you, see below. This is the gist 1. Install the Bitbucket Branch Source plugin in Jenkins. 2. Go to Manage Jenkins → Configure System. Scroll down to Bitbucket

Re: Integrating Jenkins with EKS Cluster

2019-09-18 Thread Junaid Mukhtar
Hi Vincent Do you know how to set the JAVA Arg for the Jenkins running in the EKS and is installed by the helm install command? Regards, Junaid On Fri, Sep 6, 2019 at 12:55 PM Vincent Latombe wrote: > No, you just need to configure the kubernetes cloud by providing > credentials type

Blue Ocean: Incomplete or missing Stages and Steps

2019-09-18 Thread Sverre Moe
Sometimes when a build fails, Blue Ocean does not show any completed or failed stages. All stages show the same Step, with an incomplete build output (it is missing the beginning of the output). No stepsThis stage has no steps The entire build output is all displayed under this "step". [image:

Re: Best way of triggering Jenkins jobs from Bitbucket Server (hooks)

2019-09-18 Thread Torsten Reinhard
I found this post already: https://mohamicorp.atlassian.net/wiki/spaces/DOC/pages/381288449/Configuring+Webhook+To+Jenkins+for+Bitbucket+Git+Plugin But due to some limitations, we are restricted to version 4.0.0 of the plugin on Bitbucket side - and cannot upgrade, so multiple Jenkins instances

Best way of triggering Jenkins jobs from Bitbucket Server (hooks)

2019-09-18 Thread Torsten Reinhard
Hi all, we are using Bitbucket Server (5.8.2) to manage our Git repositories.It has several options for setting up "hooks": - Hooks - Webhooks - Post Webhooks In Jenkins we are using different job types: - the Multibranch Plugin - "normal" Pipeline jobs - "old-school" Fre