Re: Intellij License Renewal

2014-04-09 Thread Slide
Can I get a key for IntelliJ? I work on email-ext email-ext-template (new) figlet-buildstep token-macro backend stuff Thanks, slide On Mon, Aug 5, 2013 at 11:12 AM, Kohsuke Kawaguchi wrote: > > I got the new key, so those of you who need it, please let me know (along > with what plugins you

Creating slave machine with Launch slave agents on Unix machines via SSH in Jenkins using Jenkins API

2014-04-09 Thread Hema Latha
Hi, I created a slave machine in jenkins using Jenkins api as below: Slave s = new DumbSlave(name,nodeDescription,remoteFS,numExecutors,Node.Mode.NORMAL,labelString,new JNLPLauncher(),new RetentionStrategy.Always(),new LinkedList()); jenkins.addNode(s); I am able to create Slave in jenkins.

Re: New Plugin 'Artifact Promotion' / hosting request

2014-04-09 Thread Ulli Hafner
Sorry for the delay: https://github.com/jenkinsci/artifact-promotion-plugin Welcome aboard! Ulli Am 08.04.2014 um 09:51 schrieb Halil-Cem Gürsoy : > *bump* > > Did I missed something in my initial request? > > -- > You received this message because you are subscribed to the Google Groups >

Re: PR [JENKINS-22412] for cobertura plugin

2014-04-09 Thread Ulli Hafner
You should now have access. Welcome aboard! Ulli Am 08.04.2014 um 16:27 schrieb Tristan Amini : > Hey, > > It's been a little over a week and I haven't gotten a review for my pull > request. The other pull requests for the plugin haven't been updated in > around three months so I don't thi

Re: Commit access to Build-pipeline-plugin

2014-04-09 Thread Ulli Hafner
Done. Welcome aboard! Am 08.04.2014 um 18:53 schrieb Thomas Carsuzan : > Hi, > > I submitted 3 pull requests 25 days ago and still no review > (https://github.com/jenkinsci/build-pipeline-plugin/pulls) > May I get commit access to this repository ? > > Github Account : Tetradeus (https://git

Re: New Plugin

2014-04-09 Thread Slide
On Wed, Apr 9, 2014 at 11:04 AM, Daniel Beck wrote: > > On 09.04.2014, at 19:33, Slide wrote: > > > I don't have access to add the plugin to the CI, it's something I am not > sure how to get done actually > > Happens automatically ever few hours via > > https://ci.jenkins-ci.org/job/infra_backen

Re: New Plugin

2014-04-09 Thread Daniel Beck
On 09.04.2014, at 19:33, Slide wrote: > I don't have access to add the plugin to the CI, it's something I am not sure > how to get done actually Happens automatically ever few hours via https://ci.jenkins-ci.org/job/infra_backend_jenkins_ci_cloudbess_com_filler/ (I doubt the job gets much tra

Re: Git tag "jenkin-1.532.1-rc1"

2014-04-09 Thread Jesse Glick
On Sun, Apr 6, 2014 at 12:07 PM, Daniel Beck wrote: > Could you please repeat the Git magic for jenkin-1.532.3-RC1? Sigh, done. -- 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

Re: New Plugin

2014-04-09 Thread Slide
No, it's not required to have anything on cloudbees for a release. I don't have access to add the plugin to the CI, it's something I am not sure how to get done actually. You can mvn release:prepare release:perform to your heart's content. slide On Wed, Apr 9, 2014 at 10:00 AM, Fabio Douek wrote

Re: New Plugin

2014-04-09 Thread Fabio Douek
Thanks Slide, I just checked at https://jenkins.ci.cloudbees.com/job/plugins/ , and I couldn't find the Jenkins job to build the plugin. Is this required, or can I just release it from the command line? Regards, Fabio. On Thursday, April 10, 2014 1:13:19 AM UTC+10, slide wrote: > > Welcome aboa

Reading attached video File

2014-04-09 Thread fatima zahra Anzour
Hello Everyone; I'm using Functionnel test automation with selenium and junit, and i'm using continus integration with Jenkins, i have added the plugin that let me attach a file to my tests results, i have used it to attach the recorded video of the test, the problem is when i click on the link

Re: New Plugin

2014-04-09 Thread Slide
Welcome aboard 15:10 <+Slide-O-Mix> jenkins-admin: fork rubiconred/myst-jenkins-plugin as myst-plugin 15:10 <@jenkins-admin> Forking myst-jenkins-plugin 15:10 <@jenkins-admin> *Created https://github.com/jenkinsci/myst-plugin * 15:11 <+Slide-O-Mix> jenkins

Re: New Plugin

2014-04-09 Thread Slide
It's not a bad idea, we'd need to create a new component and assign to someone who was willing to be consistent on it. Perhaps a plugin review "committee" that reviews submissions of new plugins. It could turn out to be too much though. I'll try and fork your repo this morning to get you up and run

JENKINS-21341: Job failure on remote node running JDK1.8

2014-04-09 Thread Christopher Orr
Hi all, I just ran into this issue after we upgraded some slaves to JDK 1.8 (though I could not reproduce it consistently between multiple jobs on the same slave): https://issues.jenkins-ci.org/browse/JENKINS-21341 It seems like a pretty big issue for users of Java 1.8; has anybody else seen

Re: New Plugin

2014-04-09 Thread Fabio Douek
bump. Should we use Jira to track which new repo requests for Plugins were addressed? It's hard to know if a request will be taken by someone. Regards, Fabio. On Monday, April 7, 2014 9:47:49 PM UTC+10, Fabio Douek wrote: > > Hi, > > I developed a new Jenkins plugin, and I was wondering if I can

Re: much belated 1.532.3 RC posted

2014-04-09 Thread ogondza
All selenium tests that does not pass, are replaced with passing acceptance tests. Manual testing is also done. Thank you Mark. For me this release is good to go. https://wiki.jenkins-ci.org/display/JENKINS/LTS+1.532.x+RC+Testing -- oliver -- You received this message because you are subsc

Re: TDD for Jenkins Plugins and Groovy Extenions

2014-04-09 Thread ogondza
Hi, I do not think there is any systematic way of doing this as the groovy scripts are evaluated in GroovyShell configured by the plugins. Each plugin configure variable binding on its own. Object passed might be both difficult to mock and available only under some circumstances. What can he

Re: Dynamically populate choice parameters (Cross posted to the jenkins-users)

2014-04-09 Thread delbert dev
This is just what I needed! Thanks On Wednesday, April 9, 2014 6:15:04 AM UTC+2, Dominik Bartholdi wrote: > > Thats about the functionality of this plugin: > https://wiki.jenkins-ci.org/display/JENKINS/Maven+Metadata+Plugin > If you need anything more, the you should probably talk to the maintain