Hello All,
I have configured the jenkins job that should run after every commit pushed
to git
I have used build trigger for the job as "GitHub hook trigger for GITScm
polling".
I can see the Push event coming to jenkins and jenkins Poking the job. Logs
from
jenkins show :
Received PushEvent
Hello Team,
I have setup a jenkins job to trigger for each commit made to git repo
I am using "GitHub hook trigger for GITScm polling" as build trigger to
listen to push events.
I can see the push events reaching the jenkins from logs and Jenkins show
the message :
Received PushEvent for http
Follow this link:
http://softwaretestersforum.blogspot.in/2013/04/integrate-soapui-with-jenkins.html
-Amit
On Tuesday, May 6, 2014 5:29:08 PM UTC+5:30, vidhya radha wrote:
>
> Hi,
>
> I want to integrate SOAPUI into jenkins and how the build will run
> automatically if the person done any chang