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
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
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
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
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