Re: Build not triggered when change is pushed to bitbucket

2016-01-22 Thread Rohit Sharma
gt; > Perhaps it would help if you gave some more information about your > configuration, things you have tried, exact error messages, etc. Your > request is somewhat lacking in that regard. > > On Thu, Jan 21, 2016, 08:44 Rohit Sharma <rohit@sourcefuse.com > > wrote:

Build not triggered when change is pushed to bitbucket

2016-01-21 Thread Rohit Sharma
Hello Everyone, I am using the jenkins version 1.625.3. And i am facing issues in integrating jenkins with bitbucket. What all i need to do is to trigger a job when a change is pushed to bitbucket. But unfortunately its not working and I am continuously getting the 500 error response code on

form too large error

2015-12-05 Thread Rohit Sharma
Hello I am using jenkins version 1.639. Please tell me how to fix form too large error. I was trying to add ssh credentials to login to remote server in order to automate tasks but after couple of entries it started throwing form too large error. And another thing which i want to know is :

Re: Running multiple build steps in a single job

2015-06-05 Thread Rohit Sharma
Hi I tried the conditional build step plugin but it is not marking the build as failure if the condition got failed. Thanks Rohit On Thursday, 4 June 2015 21:11:32 UTC+5:30, Rohit Sharma wrote: Hi I need ti run multiple build steps in a single job on condition basis i.e. if the first

Running multiple build steps in a single job

2015-06-04 Thread Rohit Sharma
Hi I need ti run multiple build steps in a single job on condition basis i.e. if the first build step fails or if there is some error in first build step then the changes should be rolled back. Is this possible with any plugin in jenkins. Thanks -- You received this message because you

How to include external/user defined jar in pom.xml

2012-07-24 Thread rohit sharma
I have created a user define jar file, i have installed it using maven on my local. And am able to deploy and run the code on my local machine. But when i checkin the code in Jenkin, Jenkin is not able to find my user define jar file. Please suggest what needs to be done. that is how i am