Re: Publishing plugin: update-center.json is not updated

2015-04-17 Thread Dzmitry Kashlach
I run maven 3.0.4 and my settings.xml are in $M2_HOME/conf. Here is it's content: ?xml version=1.0 encoding=UTF-8? settings xmlns=http://maven.apache.org/SETTINGS/1.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

S3 plugin release

2015-04-17 Thread Adrien Lecharpentier
Hello, I'd like to know if we could do a release of the plugin S3. The 0.7 version has an issue about the link to download the managed artifact. The current HEAD of the repository fixes that. Is there any particular feature still in development that should be part of the 0.8? Is so, maybe

Re: Publishing plugin: update-center.json is not updated

2015-04-17 Thread Daniel Beck
On 17.04.2015, at 08:24, Dzmitry Kashlach dzmitrykashl...@gmail.com wrote: What should I check? Complete guess, but since the pom looks good, did you make sure you don't have weird settings in ~/.m2/settings.xml? -- You received this message because you are subscribed to the Google Groups

Re: Publishing plugin: update-center.json is not updated

2015-04-17 Thread Dzmitry Kashlach
Thanks, Ullrich, I'v followed Hosting+Plugins https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins instruction and tried to run both mvn release:prepare release:perform -Dusername=jenkinsci_user -Dpassword= jenkinsci_pass and mvn release:prepare release:perform In both cases I get

Re: Publishing plugin: update-center.json is not updated

2015-04-17 Thread Dzmitry Kashlach
It was my problem with ssh connection to GITHUB. On Thursday, April 16, 2015 at 11:58:22 AM UTC+3, Dzmitry Kashlach wrote: Hi, I have a published plugin, which I'd like to update and make this update visible through Jenkins update center.

Broken Ruby Runtime Plugin

2015-04-17 Thread njacobson
Howdy, Can anyone shed some light on this issue with the ruby-runtime plugin? https://github.com/jenkinsci/jenkins.rb/issues/112 As related in the comments believe it is related to the newInstance() method no longer being called in the descriptor.rb file from the sister descriptor.java . I

Re: how to add many jobs in jenkins for all projects at once

2015-04-17 Thread Ben Patterson
Have you looked at the Job DSL plugin https://wiki.jenkins-ci.org/display/JENKINS/Job+DSL+Plugin? That might get you what you need. On Wednesday, April 15, 2015 at 7:00:29 AM UTC-6, Mahdaoui Charifa wrote: Hi , please we have at the moment a lot of projects to add in jenkins, i ask if

Git Plugin: Request for review of PR 315: Allow to pass arbitrary parameter to jobs triggered via commit notification

2015-04-17 Thread Christian Galsterer
Hi, there is an PR pending for review which allows to pass arbitrary parameter passed via the notifyCommit URL of the Git plugin to the job(s) which are finally triggered. More details can be found in https://github.com/jenkinsci/git-plugin/pull/315 and

Re: Request hosting for amazon-ecs-plugin

2015-04-17 Thread Nguyen Anh Phu
Hi, so doesn't it sound different? :) On Thu, Apr 16, 2015 at 7:31 PM, Nguyen Anh Phu phun...@gmail.com wrote: I haven't tried the EC2 plugin you mentioned but I think it uses EC2 instances as slaves directly, whilst my plugin uses docker containers inside EC2 instances as slaves (via ECS'