Re: How do I trigger jenkins job if a pull request is merged in github

2018-08-04 Thread Ramanathan Muthaiah
On Saturday, August 4, 2018 at 1:36:39 AM UTC+5:30, jsake...@gmail.com wrote: > > I want to use only pullrequestevent, so when a pull request is merged, it > should run a script or hook, which would do all the checks like > if a pull request is merged or not / if teh branch is release or not etc.

Re: Jmeter Test execution - Blank Performance Trend graphs

2018-08-04 Thread Jan Monterrubio
Maybe it can't do a trend on an artifact since the names are unique? On Sat, Aug 4, 2018 at 10:50 PM Jan Monterrubio wrote: > What plugin is generating the performance trends? > > On Fri, Aug 3, 2018 at 3:06 PM Ajith Raman wrote: > >> Hello, >> I run a Jmeter test via Jenkins. Please find below

Re: Jmeter Test execution - Blank Performance Trend graphs

2018-08-04 Thread Jan Monterrubio
What plugin is generating the performance trends? On Fri, Aug 3, 2018 at 3:06 PM Ajith Raman wrote: > Hello, > I run a Jmeter test via Jenkins. Please find below the commands used: > Execute Windows Batch command (Build): cd > C:\Users\C51539A\Downloads\apache-jmeter-4.0\bin jmeter > -Jjmeter.sa

Re: Unexpected withMaven downstream jobs skipping

2018-08-04 Thread Cyrille Le Clerc
Hello Dan Can you confirm that you have the following graph of dependencies with "job C" NOT being triggered by "job B" when "job A" is building? +-+ +---+-->+job C| | | +-+ | |