Re: build only if other job succeeded?

2013-08-01 Thread Kannan Manickam
Setting B as a downstream project to A and using the threshold as "Only if the build succeeds". On Aug 1, 2013, at 9:10 AM, Tânia Magalhães wrote: > If I have 2 jobs (A and B). > A should run before B. > B doesn't need to run right after A ends. > But B can only run if the last build of A succe

Re: Is it possible to integrate with other tools for automatic creation of projects?

2013-07-17 Thread Kannan Manickam
reply. >>> >>> My requirement is create job automatically by Jenkins CLI for projects >>> >>> I was trying but getting error authentication fail. >>> >>> Please guide me step by step >>> >>> >>> >>> Also is it possi

Re: Is it possible to integrate with other tools for automatic creation of projects?

2013-07-11 Thread Kannan Manickam
Suresh, Could you be more specific? Do you want to create jenkins jobs programatically? - Kannan. On Jul 8, 2013, at 4:48 AM, suresh wrote: > Is it possible to integrate with other tools for automatic creation of > projects? > > > > -- > View this message in context: > http://jenkins-ci.36

Re: API to create/manage nodes

2013-06-28 Thread Kannan Manickam
I have implemented a Jenkins Ruby API Client here: https://github.com/arangamani/jenkins_api_client The documentation can be found here for creating node via the API: http://rubydoc.info/gems/jenkins_api_client/0.12.1/JenkinsApi/Client/Node:create_dump_slave On Tuesday, February 5, 2013 12:36

Posting config.xml to master node doesn't work

2013-01-06 Thread Kannan Manickam
Hello, Posting config.xml to the master node doesn't seem to work. Here is the ticket in Jira: https://issues.jenkins-ci.org/browse/JENKINS-16264 The POST action of config.xml to /computer on 'master' node doesn't work. If I go to "/computer/(master)/api" page, it says that the config.xml can b