How to Triger a Build from java application using REST API

2014-05-26 Thread krishna chaitanya
Hi , Any one please help me how to Triger a Build from java application using REST API. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsub

Re: Backups

2013-10-29 Thread krishna chaitanya kurnala
Hi Jared The easiest way is to maintain a copy of .jenkins folder on diff server and have a rsync command run with cron or something to keep them in sync, take a look at the backup plugins as well. thanks Krishna Krishna Chaitanya On Tue, Oct 29, 2013 at 4:30 PM, Jared Griffith wrote: >

Re: graphviz installation issue - quick question

2012-12-10 Thread krishna chaitanya kurnala
Hi I just installed the RPM as root http://www.graphviz.org/Download_linux_rhel.php Thanks Krishna Krishna Chaitanya On Mon, Dec 10, 2012 at 8:56 AM, Christoph Kutzinski wrote: > Have you tried the graphviz forums? > http://www.graphviz.org/forums/general-discussion > > Am 1

Re: a lot of jobs

2012-11-20 Thread krishna chaitanya kurnala
Hi You can consider Configuration Slicing Plugin. thanks Krishna Krishna Chaitanya On Sat, Nov 17, 2012 at 7:56 PM, Marcin Biegan wrote: > It does not suite my needs, it just allows to organize multiple jobs > which are supposed to all be triggered by the same event, am I > correc

Re: Mac: Can't run any parallel tasks

2012-11-03 Thread krishna chaitanya kurnala
Hello Suggest using EnvInject Plugin, you can pass the location of pdepend for the build from job config page, I had a similiar situation for a different problem and fixed it in this way. Thanks, Krishna Kurnala Krishna Chaitanya On Fri, Nov 2, 2012 at 2:17 PM, Michael Funk wrote: > Ev

Re: Proper use of labels to have Jenkins build on nodes which are idle.

2012-10-11 Thread krishna chaitanya kurnala
Hi Kishore Use Job Priority Sorter Plugin and Labels Intelligently, you should be able to solve your problem. Thanks, Krishna Chaitanya On Thu, Oct 11, 2012 at 1:22 PM, mastkis wrote: > Hi All > > I am stuck with a problem here. > > I have N number of builds which can run

Re: LDAP authentication: ConnectException shows partial URL

2012-10-06 Thread krishna chaitanya kurnala
, Krishna Chaitanya On Tue, Oct 2, 2012 at 6:30 AM, marc magrans de abril < marcmagransdeab...@gmail.com> wrote: > Hi, > > I am trying to authenticate Jenkins users using our corporate LDAP server > (SSL connection) at ldaps://cerndc.cern.ch:636. However, when I try to > logi

Re: jenkins plugin for sona type repository manager

2012-10-06 Thread krishna chaitanya kurnala
Nope. Not to my Knowledge. There is a plugin for Artifactory alone. Thanks Krishna Chaitanya On Sat, Oct 6, 2012 at 12:21 PM, Rajagopal, Sampath < sampath.rajago...@vce.com> wrote: > Just to make it clear, this request is for nexus repository managerplug-in > within jenkins.

Re: How to build robust pipeline with multiple entry points?

2012-09-23 Thread krishna chaitanya kurnala
g schedule(polling frequency period > total avg duration of normal pipeline) (instead of Build Triggered for each commit) 2)Use a Post Build Grovy Script(Groovy post build plugin) to Fail the current Build if Upsteam/Downstream Jobs are in Progress. Good Luck, Krishna Chaitanya On Sun, Sep 23, 20

Re: Jenkins GitHub Integration

2012-09-23 Thread krishna chaitanya kurnala
Hi Ramesh Try doing a wget on the github url to verify there is no Firewall blocking access to port 80. Also, the URL you give in Jenkins Job should be the ssh url. hope, that helps. you can even try a git clone from command line. Thanks, Krishna Chaitanya On Sun, Sep 23, 2012 at 6:52 AM

Re: scaling jenkins to multiple projects without copying the projects

2012-08-24 Thread krishna chaitanya kurnala
You can try using Jenkins CLI for updating Jobs in Bulk or even even scripting interface (your jenkins URL/script Recommend the following Links: https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+CLI https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+Script+Console Thanks, Thanks, Krishna

Re: How do I prevent Workspaces from being automatically deleted.

2012-08-23 Thread krishna chaitanya kurnala
You can use Discard Old builds in Job Config Page. There are other interesting Plugins to do the same as Well. For Example, Create Job Advanced Plugin thanks, Krishna Chaitanya On Thu, Aug 23, 2012 at 10:46 AM, W. Grace Lee wrote: > Is there a way to configure longer keep time fo

Re: Deployment failure. Jenkins is unable to connect to repo.maven.apache.org

2012-08-16 Thread krishna chaitanya kurnala
Are you using a settings.xml ? You probably should put these details there. Thanks, Krishna Chaitanya On Thu, Aug 16, 2012 at 12:46 PM, David Weintraub wrote: > We have moved our Jenkins system to an isolated part of our network. I > can use a proxy to get plugins and keep them up t

Re: marking a build as un-stable with groovy post-build plugin

2012-08-13 Thread krishna chaitanya kurnala
just works well. Thanks, Krishna Chaitanya On Mon, Aug 13, 2012 at 11:47 AM, Ingo Richter wrote: > Does the script execution fail with an error? Do you see something in the > log? > Which version of jenkins/groovy are you running? > I have a similar snippet running properly on

marking a build as un-stable with groovy post-build plugin

2012-08-13 Thread krishna chaitanya kurnala
ot;, false, false, false, "red") manager.buildUnstable() } But, the above script is failing to change status of build. Please help. If possible. Thanks, Krishna Chaitanya

PAge Markup Plugin Dead?

2012-08-06 Thread krishna chaitanya kurnala
dispalying company banner etc in Jenkins? Thanks, Krishna Chaitanya

Marking Sonar Builds

2012-08-06 Thread krishna chaitanya kurnala
fine-grained way to specify the Jenkins Build as Un-stable etc instead of Failing. Please let me know. Thanks in Advance, Krishna Chaitanya

Re: failure setting up slave...

2012-07-29 Thread krishna chaitanya kurnala
Can you normally SSH to the slave machine from Master? I got some weird errors that disappeared after Firewall is relaxed ... Krishna Chaitanya On Sun, Jul 29, 2012 at 11:55 AM, Sami Tikka wrote: > From which package does "java" on the slave come from? > > -- Sami > &g

Re: Jenkins ver. 1.475 , NO plugins in Available tab

2012-07-28 Thread krishna chaitanya kurnala
Kamal Maybe, try an older version,say, 1.474. Not sure, whats going on, in your environment. I recently upgraded our Jenkins 1.475. here is the link: http://mirrors.jenkins-ci.org/ Thanks, Krishna Chaitanya On Sat, Jul 28, 2012 at 3:21 PM, Kamal Ahmed wrote: > They are JUST not th

Re: Jenkins ver. 1.475 , NO plugins in Available tab

2012-07-28 Thread krishna chaitanya kurnala
RE-Download the Jenkins WAR, verify md5sum and install again and see.. Krishna Chaitanya On Sat, Jul 28, 2012 at 11:52 AM, Kamal Ahmed wrote: > Just installed Jenkins ver. 1.475 <http://jenkins-ci.org/>, i found NO > plugins in the available in plugin manager > Help please >

Re: Jenkins showing wrong time-stamps for all Builds

2012-07-26 Thread krishna chaitanya kurnala
deploying jenkins.war in Tomcat. This is Strange, dont know how to solve. Appreciate some help. Thanks Krishna Chaitanya On Thu, Jul 26, 2012 at 11:47 AM, Sami Tikka wrote: > No, I have to faced the same problem. > > You might get better help if you gave some more details about yo

Jenkins showing wrong time-stamps for all Builds

2012-07-26 Thread krishna chaitanya kurnala
Hello Everyone For some reason, all the times of builds of our Jenkins are in Universal Timezone while we are Pacific Time Zone(LA) user.timezone = Universal did anyone face the same problem earlier? How did you fix it though ? Thanks, Krishna Chaitanya

setting time zone for jenkins

2012-07-25 Thread krishna chaitanya kurnala
hi guys did anyone try setting user.timezone to PDT/LA TIme instead of the Default Universal time zone ? Please guide me if possible. thanks, Krishna Chaitanya

Re: User that aborted build not visible?

2012-07-24 Thread krishna chaitanya kurnala
Please give a try with Audit Trail Plugin. thanks, Krishna Chaitanya On Tue, Jul 24, 2012 at 4:08 AM, Martin B. <0xcdcdc...@gmx.at> wrote: > Hi all! > > I noticed that when a user aborts a build in Jenkins, the logging shows: > > Build was aborted > Finished: ABO

Re: Issues when upgrading to 1.475

2012-07-24 Thread krishna chaitanya kurnala
Bram Please check the logs.. I upgraded to 1.475, running good so far without any problem.. it might not be a jenkins issue, but rather, an in compatible plugin .. just tail the logs buddy ;-) Krishna Chaitanya On Tue, Jul 24, 2012 at 7:57 AM, Bram P wrote: > > Just downgraded to

Re: Acknowledgement of failing tests?

2012-07-24 Thread krishna chaitanya kurnala
Claim Plugin !!! Krishna Chaitanya On Tue, Jul 24, 2012 at 7:53 AM, random wrote: > Is there any setting or plugin that will allow me to acknowledge a failing > test? > > I'm thinking of a feature similar to Nagios, where anyone in the team can > add a short no

Re: Question on which user accounts to use for Jenkins and for builds/access to source control

2012-07-24 Thread krishna chaitanya kurnala
user account has enough access to check-out/commit for any branch that jenkins builds(even other teams should give enough access for this scm account if they want CI Builds) Hope i made sense. thanks, Krishna Chaitanya On Tue, Jul 24, 2012 at 2:21 PM, JohnL wrote: > I am new to Jenkins... &g

Re: AD based Authentication for Jenkins from Local Accounts

2012-07-23 Thread krishna chaitanya kurnala
Hi Walter Which users/groups do you mean to say? I already have admin priviliges in my jenkins local user. Thanks, Krishna Chaitanya On Mon, Jul 23, 2012 at 7:25 AM, Walter Kacynski wrote: > Did you add yourself with Administrator privileges in the Users/Groups > panel before acti

AD based Authentication for Jenkins from Local Accounts

2012-07-23 Thread krishna chaitanya kurnala
hrough the Migration Process. Thanks, Krishna Chaitanya

Jenkins URL and TCP Port change

2012-07-23 Thread krishna chaitanya kurnala
default 8080 to another number, for example, 9000, how can I do that?* Appreciate your time ;-) Thanks in Advance, Krishna Chaitanya

Re: Choose build slave according to params

2012-07-17 Thread krishna chaitanya kurnala
Hi Michele You can use Labels to just do that. Just group a bunch of Slaves with a common labels, like test/production etc and use the Label in "Restrct where this project can be run" in your Jenkins Job. Thanks, Krishna Kurnala On Tue, Jul 17, 2012 at 11:32 PM, Michele Sacchetti < michele.sacc

Re: Trigger action just before a build is aborted.

2012-07-17 Thread krishna chaitanya kurnala
Hi Micheal Interesting to have something like that, I am currently using Build TimeOut Plugin to would Abort/Fail the Build, it wont be able to Trigger any other Action though. Please let me know as well, if you find something. Thanks, Krishna Kurnala On Tue, Jul 17, 2012 at 2:02 AM, Michael wr

Re: TestNG plugin - no results displayed

2012-07-17 Thread krishna chaitanya kurnala
Hi Nigel I guess, I am facing the same issue, can you please let me know, how have you fixed the un-synchronized clocks? Thanks, Krishna Chaitanya On Tue, Jul 17, 2012 at 3:52 AM, Nig wrote: > It was indeed the clocks out of sync between the Jenkins master and the > file server. &g

Re: Jenkins Jobs Fail with Sonar Plugin enabled on Slave Nodes

2012-07-15 Thread krishna chaitanya kurnala
. Thanks, Krishna Chaitanya On Sun, Jul 15, 2012 at 12:35 AM, domi wrote: > have you tried to execute the same command on the command line? > - login to the slave (e.g. ssh) as the same user as the Jenkins slave is > running with > - change to the same directory > - execute the mvn c