Re: slave status as offline on another jenkins master server

2020-05-28 Thread Om Prasad Surapu
Hi Ivan, That's correct. I think it works when slave has different home location with different user. my doubt was it slaves status were idle after upgrading jenkins in new master server. Thanks, Om Prasad Surapu On Wednesday, May 27, 2020 at 10:07:15 PM UTC+5:30, Ivan Fernandez Calvo wrote:

ec2-plugin: now really slow on first build

2020-05-28 Thread James Green
Hi, I'm aware that a recent ec2-plugin upgrade has led us to switch to the "recommended" ssh handshake protocol. However, my team are now complaining that new EC2 instances are taking minutes to get started whereas before a couple of weeks ago it was bearable. Subsequent builds by the same agent

Re: How to get a list of jobs that are integrated with SonarQube

2020-05-28 Thread Vijay Gongle
Hi Jan/Dirk, Tweaking the script worked in charm. Below is the perfectly working script which gives me the results for any job that has sonarqube integrated or sonar quality gates integrated. It might help someone who is in similar boat. I thank a lot lot to you both for leading me in right direct

Parametrized build for E2E testing in different environments

2020-05-28 Thread Alberto Scotto
Hi, Long story short: is it possible to have a job which builds another job, in particular a parametrized one? We have a Cucumber+Selenium project which runs E2E tests against our different test environments. Something pretty standard. For this kind of job, the parametrized build seems to be t

Jenkins UI/UX hackfest - Updates and Ideas for contribution

2020-05-28 Thread Oleg Nenashev
Hi all, Thanks a lot to everyone who has already contributed to the Jenkins project! We have delivered a number of important changes which will help Jenkins users, see the highlights below. So far we’ve got 39 participants who have r

Performance plugin - how to use both relative and error threshold?

2020-05-28 Thread David Balažic
Hi! Using the post-build action "Publish Performance test result report" from the performance plugin [1], is it possible to have both relative and error threshold to detect/make build failures? This is under the evaluation mode / Standard Mode. If not, where to post RFEs? I don't see an Issues

Re: Parametrized build for E2E testing in different environments

2020-05-28 Thread Eric Pyle
Assuming you are using a Freestyle project (not Pipeline) you could use the Template Project Plugin https://plugins.jenkins.io/template-project/. You create a template job which contains all the common functionality, and then in the separate job for each environment you add the template job as