Generic webhook trigger is not working. Please help

2021-12-06 Thread Manish Shahi
I am trying to trigger a job when a new tag is push from the Bitbucket repo. . The webhook from the Bitbucket side seems to be working fine, but the job is not triggered. I know this because the HTTP status is 200. This is the result when i try to ping the webhook url body : {"jobs":{"test":

Jenkins Pipeline Error

2020-05-08 Thread MANISH JOSHI
Please help out java.lang.NoSuchMethodError: No such DSL method 'when' found among steps [archive, bat, build, catchError, checkout, deleteDir, dir, dockerFingerprintFrom, dockerFingerprintRun, echo, emailext, emailextrecipients, envVarsForTool, error, fileExists, findBuildScans, getContext

Createing a Linux Slave via groovy scripts, which uses ssh to connect

2014-11-07 Thread Manish Singh
ether the ComputerLauncherFilter or the DelegatingComputerLauncher class needs to be used. Any help is highly appreciated. Thanks, Manish -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and sto

Re: API to create/manage nodes

2014-09-01 Thread Manish Singh
Any ideas on how to create a dumb node which connects using ssh for Linux using a solution similar to above? On Tuesday, 5 February 2013 14:06:18 UTC+5:30, Viliam Aboši wrote: > > I know this "thread" is old, but in case someone has the same problem with > creating nodes via a script here is my

Re: Subversion plugin is not working.

2014-08-06 Thread manish
Hi, I was also facing problem using svn publisher plugin. It is solved now. Initially i was starting jenkins as a service from windows. Later i switched to starting it as java -jar jenkins.war and it worked Regards Manish On Thursday, October 10, 2013 9:52:27 PM UTC+5:30, prasanth bendra wrote

SVN Publisher plugin

2014-08-03 Thread manish
/Jenkinsdemo/trunk/ SVN Publisher: target: C:\Program Files\Jenkins\jobs\test2\workspace\new.txt Finished: SUCCESS But the artefatcs are not committed to svn repository Anyone succesful Regards Manish kanchan -- You received this message because you are subscribed to the Google Groups

Re: Installing jenkins in a custom directory in ubuntu

2013-11-20 Thread Manish Singh
gt; > On 18 November 2013 06:58, Manish Singh >wrote: > >> Hello, >> >> I need to install jenkins in a custom directory in ubuntu. Is it >> possible, if yes then how? >> >> Thanks & Regards, >> Manish >> >> -- >> You rece

Installing jenkins in a custom directory in ubuntu

2013-11-17 Thread Manish Singh
Hello, I need to install jenkins in a custom directory in ubuntu. Is it possible, if yes then how? Thanks & Regards, Manish -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving

Re: Installing operating systems on slaves via Jenkins

2013-02-04 Thread Manish Singh
on the currently installed OS. I do have an idea to get this stuff done, will post it once I have something concrete in hand. Regards, Manish On Wednesday, 30 January 2013 12:36:18 UTC+5:30, Manish Singh wrote: > > Hello All, > > I have a requirement, where I need to reinstall

Installing operating systems on slaves via Jenkins

2013-01-29 Thread Manish Singh
Hello All, I have a requirement, where I need to reinstall OS on slave machines before a job is executed. This is needed as we need a clean OS before executing the tests. What are the best ways to do this via Jenkins? -Manish -- You received this message because you are subscribed to the

Client applicatons to connect to Jenkins server

2012-12-16 Thread Manish Singh
Hello Jenkins users, Is there a client application which can connect to Jenkins over the internet and check for updates to new builds? If not, is it possible to implement something like this? Regards, Manish