Re: Creation of Jenkins slaves and Credentials using the Remote Access API

2014-01-16 Thread Benny Daon
I just ran into the same issue working on the python jenkinsapi 
projecthttps://github.com/salimfadhley/jenkinsapi. 
Any progress on making the credentials accessible from the RESTful API ?

Thanks,

Benny

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


WIKI plugin info?

2014-01-16 Thread James Nord (jnord)
Hi all,

For some reason 2 of my plugins have no plugin info in the WIKI?

https://wiki.jenkins-ci.org/display/JENKINS/Cucumber+Test+Result+Plugin

Is this something I've done wrong or is the backed template a little iffy?

Regards,

/james

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: WIKI plugin info?

2014-01-16 Thread Daniel Beck
The wiki page specified plugin ID 'cucumber-testresult' while it's actually 
'cucumber-testresult-plugin'.

On 16.01.2014, at 10:02, James Nord (jnord) jn...@cisco.com wrote:

 Hi all,
  
 For some reason 2 of my plugins have no “plugin info” in the WIKI?
  
 https://wiki.jenkins-ci.org/display/JENKINS/Cucumber+Test+Result+Plugin
  
 Is this something I’ve done wrong or is the backed template a little iffy?
  
 Regards,
  
 /james
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 Jenkins Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to jenkinsci-dev+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Unable to run selenium-test at jenkins.ci.cloudbees.com

2014-01-16 Thread ogondza
Is there any development?

--
oliver 

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Plugin parent version

2014-01-16 Thread Daniel Beck

On 08.01.2014, at 14:59, Bruno Meneguello br...@meneguello.com wrote:

 This is an useful statistic to be kept online

Created a PR adding more useful stats to stats.jenkins-ci.org/jenkins-stats:

https://github.com/jenkinsci/infra-statistics/pull/3

* The one I used here, telling you how many installs are at least a certain 
version of Jenkins.
* Another one telling you how many installs of a plugin are at which version. I 
like to know before I update the production systems whether a new version has 
had time to get any issues discovered already or I'd be the first one to 
update. This could also be added to the plugin info card in the wiki, but first 
we need a data source.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


swtbot test case fails when run through pom

2014-01-16 Thread Abc
We have one plugin for which all features of our product is added as 
dependency...in pom...these features in turn include plugins...as such all 
plugins required for our product are Added as dependency.. .there are some 
toolbar which are specific to some editor...that plugin I also added dependency 
in pom...we test the toolbar enable condition...the tool bar appears when 
individually I run the test case as swtbot test case...fails when run through 
pom because the toolbar for that editor doesn't appear at all...what should be 
done so that the toolbar appears...what is missing in pom...please help

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.