Re: Not able to Configure new values on rebuild

2014-11-20 Thread prasanna narasimhachary
may be this helps.
https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+Dynamic+Parameter+Plug-in

Regards,
Prasanna.


On 19 November 2014 19:12, Rahul Kumar rkrahul...@gmail.com wrote:

 When i try to rebuild a job Dynamically with different config values, its
 not overriding the previous build configure values. Any idea how to make
 this happen ? Any plugin which allows the same ?

 Thanks

 --
 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/d/optout.


-- 
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/d/optout.


Is there any way to get global variable value in the view description

2014-11-20 Thread punit jain
Hi All,

I Just wanted to know if is there a way to get global variable values in
the view description?

Thanks,
Punit

-- 
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/d/optout.


Re: Is there any way to transport through sockets in java of jenkins object such as views jobs .

2014-11-20 Thread oliver gondža
On Thu, 20 Nov 2014 20:53:35 +0100, rakesh ranjan  
rakesh.nit@gmail.com wrote:



Hi ,

I want to transport freestyle project object from one jenkins to  
another

by socket in java .
when i tried it gave me java.io.WriteAbortedException: writing aborted;
java.io.NotSerializableException: .


Well, not all objects are designed to be serializable and Job  
implementations fall into this category. What exactly are you trying to  
achieve? There are existing tools to transfer configuration or whole  
builds (with corresponding job).


https://wiki.jenkins-ci.org/display/JENKINS/Build+Publisher+Plugin
https://github.com/olivergondza/jenkins-config-cloner

--
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/d/optout.


Re: Is there any way to transport through sockets in java of jenkins object such as views jobs .

2014-11-20 Thread domi
There is also a plugin implementing a master-to-master communication contract - 
maybe that could help you some how too…
https://github.com/jenkinsci/master-to-master-api-plugin
Domi


On 20.11.2014, at 21:14, oliver gondža ogon...@gmail.com wrote:

 On Thu, 20 Nov 2014 20:53:35 +0100, rakesh ranjan rakesh.nit@gmail.com 
 wrote:
 
 Hi ,
 
 I want to transport freestyle project object from one jenkins to another
 by socket in java .
 when i tried it gave me java.io.WriteAbortedException: writing aborted;
 java.io.NotSerializableException: .
 
 Well, not all objects are designed to be serializable and Job implementations 
 fall into this category. What exactly are you trying to achieve? There are 
 existing tools to transfer configuration or whole builds (with corresponding 
 job).
 
 https://wiki.jenkins-ci.org/display/JENKINS/Build+Publisher+Plugin
 https://github.com/olivergondza/jenkins-config-cloner
 
 -- 
 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/d/optout.

-- 
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/d/optout.


Re: Is there any way to transport through sockets in java of jenkins object such as views jobs .

2014-11-20 Thread Stephen Connolly
It's only the API and there's a lot lacking in that api as it stands...
I've been meaning to refactor the api into something usable from my
experience with CloudBees Operations Center codebase... time as always is
somewhat lacking when it comes to these ambitions :-(

On 20 November 2014 20:17, domi d...@fortysix.ch wrote:

 There is also a plugin implementing a master-to-master communication
 contract - maybe that could help you some how too…
 https://github.com/jenkinsci/master-to-master-api-plugin
 Domi


 On 20.11.2014, at 21:14, oliver gondža ogon...@gmail.com wrote:

  On Thu, 20 Nov 2014 20:53:35 +0100, rakesh ranjan 
 rakesh.nit@gmail.com wrote:
 
  Hi ,
 
  I want to transport freestyle project object from one jenkins to
 another
  by socket in java .
  when i tried it gave me java.io.WriteAbortedException: writing aborted;
  java.io.NotSerializableException: .
 
  Well, not all objects are designed to be serializable and Job
 implementations fall into this category. What exactly are you trying to
 achieve? There are existing tools to transfer configuration or whole builds
 (with corresponding job).
 
  https://wiki.jenkins-ci.org/display/JENKINS/Build+Publisher+Plugin
  https://github.com/olivergondza/jenkins-config-cloner
 
  --
  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/d/optout.

 --
 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/d/optout.


-- 
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/d/optout.


Re: ruby-runtime and pull requests (x-post from jenkins.rb)

2014-11-20 Thread Eito Katagiri
Hello,


On Thu, Nov 20, 2014 at 9:06 AM,  njacob...@rallydev.com wrote:
 Hello All,

 I see two repos in github for the ruby-runtime plugin. One is independent (
 https://github.com/jenkinsci/ruby-runtime-plugin ) and the other appears to
 be merged into the Jenkins.rb project (
 https://github.com/jenkinsci/jenkins.rb/tree/master/ruby-runtime ). Can
 someone please let me know which of these repos pull requests for
 ruby-runtime should be issued against? Also, which commit was the current
 ruby-runtime 0.12 plugin that is on Jenkins released from? I can see there

You should submit your PR to https://github.com/jenkinsci/jenkins.rb repo.

 is a tag jenkins ruby-runtime-parent-0.12 in the jenkins.rb repository. Is
 this the commit from which the 0.12 plugin found at
 https://updates.jenkins-ci.org/download/plugins/ruby-runtime/ was released?

I am not sure about it.

 We are having issues with the 0.12 ruby-runtime installing on a Windows
 server due to a bug in JRuby that will not parse paths with spaces. Updating
 to JRuby 1.7.16 appears to fix this problem. We would like to issue a pull
 request, but cloning the master and/or the 0.12-parent tag both appear to
 introduce a problem with unpacking the lib/classes.jar that was resolved
 with the 0.12 release.

Do you know if the master branch on jenkinsci/jenkins.rb contains fix
you mentioned?


HTH,

Eito


 Thanks for all your help!

 Nikki

-- 
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/d/optout.


Re: Request for new Jenkins mark usage

2014-11-20 Thread Owen Mehegan
I polled a few of my coworkers, and asked them what these three names 
indicate to them:

Jenkins Enterprise by CloudBees
CloudBees Jenkins Enterprise
Jenkins

Everyone agreed that, in that context, it's clear that Jenkins is a 
stand-alone thing, and Jenkins Enterprise by CloudBees is a version of 
Jenkins made by a company/group named CloudBees. But CloudBees Jenkins 
Enterprise left them a little vague on where the heavy lifting was 
happening (my word choice). I also raised the convention of e.g. Red Hat 
Enterprise Linux, and people agreed that that naming makes it clear that 
it's Linux + Red Had secret sauce, rather than Red Hat something or other 
with Linux mixed in. Given that, they would not feel confused by CloudBees 
Enterprise Jenkins. I don't exactly know why this is - just something in 
the brain when you read these things.

This jibes with my instinct as well. It's nothing to do with CloudBees - I 
fully support Kohsuke's point that it's important not to discourage 
commercial involvement with the product. But I think, to put it another 
way, Oracle Enterprise Jenkins sounds better than Oracle Jenkins Enterprise 
(is it Oracle Jenkins, different from regular Jenkins?).

My 2 cents.

On Wednesday, November 5, 2014 10:39:03 AM UTC-8, Kohsuke Kawaguchi wrote:

 Jenkins project necessitates 
 https://wiki.jenkins-ci.org/display/JENKINS/Governance+Document#GovernanceDocument-Trademark
  
 that when a 3rd party uses the name Jenkins it would have to get a 
 blessing from the project meeting.

 In the past, we've established that Jenkins Foo by AcmeCorp is generally 
 an acceptable pattern. CloudBees has gotten several approvals that match 
 this convention, such as Jenkins Enterprise by CloudBees.

 In this post, I'm requesting that we bless AcmeCorp Jenkins Foo as a 
 generally acceptable pattern. And specifically, CloudBees want to get an 
 approval for the following patterns:

- CloudBees Jenkins Enterprise
- CloudBees Jenkins Operations Center
- CloudBees Jenkins Analytics

 With my OSS hat on, I think our guiding principle in the past name usage 
 approval is that the use does not cause confusions among users as to the 
 source of the effort/product. This is the same with other organizations. 
 See what Apache says on this topic 
 http://www.apache.org/foundation/marks/#guidelines. There are a 
 numerous other examples of names that fit this convention in other 
 open-source projects, such as HP Helion OpenStack 
 http://www8.hp.com/us/en/cloud/hphelion-openstack-overview.html, Piston 
 OpenStack http://pistoncloud.com/openstack-cloud-software/, CollabNet 
 Subversion Edge http://www.collab.net/community/subversion, Red Hat 
 Enterprise Linux 
 http://www.redhat.com/en/technologies/linux-platforms/enterprise-linux 
 just to name a few.

 I also think a policy that's not overly restrictive to the participants, 
 even for commercial entities, helps the community grow faster. While 
 commercial interest to an OSS project is always seen bit suspiciously, 
 especially in this project given the past with Oracle, the participation 
 from companies like CloudBees, Praqma, and Red Hat helped in many ways, 
 ranging from putting more developers to event organizations. Linux is a 
 good example of this, which enabled a lot of participations  adoptions. 
 This was always my mental model for Jenkins, and one that fits with the 
 open-ended plugin ecosystem in Jenkins.

 I had some conversation with Andrew and Dean about this topic, and we felt 
 that the next step is to bring this to here for a wider discussion. 

 Dean wanted to make sure (and I hope I'm not putting words in his mouth 
 here) that we aren't bending rules and principles just because it came from 
 CloudBees, as CloudBees is a big player in this community. And I agree --- 
 we should be just as happy to accept Oracle Jenkins Cloud, Microsoft 
 Jenkins Cluster, or whatever, in principle.

 So there it is. Your thoughts and feedbacks appreciated. I'm hoping that 
 we can get this officially approved soon.

 -- 
 Kohsuke Kawaguchi
  

-- 
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/d/optout.