Re: Query on Jenkins..URGENT!!!

2015-03-30 Thread Glenn J. Mason
Hey Sarabjeet, This mailing list is for the Jenkins developers — your question really should go to the Jenkins mailing list. Don’t be surprised if you get an angry/frustrated response from one of the devs here, especially as a really quick Google finds this: https://checkmarx.atlassian.net/wik

Re: Query on Jenkins..URGENT!!!

2015-03-30 Thread Glenn J. Mason
Gawd, sorry everyone — that was supposed to be an off-list post to this dude. Teach me for replying to mail at midnight. Embarrass. > On 30 Mar 2015, at 11:59 pm, Glenn J. Mason wrote: > > Hey Sarabjeet, > > This mailing list is for the Jenkins developers — your question really should > go to

Re: Query about jenkins source code

2014-06-17 Thread Kohsuke Kawaguchi
In the future, please direct questions like this to the jenkinsci-dev list. As to your question, see https://wiki.jenkins-ci.org/display/JENKINS/Action+and+its+family+of+subtypes and hopefully this gets you to the right place. 2014-06-17 16:13 GMT-07:00 Shantaraman, Karthik : > Hi Kohsuke, > >

Re: Query on Jenkins version - Jenkins ver. 1.427

2012-10-05 Thread Stephen Connolly
[CloudBees hat] You might be after the RBAC plugin available in Jenkins Enterprise and described at http://jenkins-enterprise.cloudbees.com/docs/user-guide-bundle/rbac.html It allows defining groups local to jenkins and even local to specific folders within jenkins. Additionally roles can be assi

Re: Query about running different job steps on different slaves

2012-11-21 Thread Jason Swager
As far as I know, there is no plugin that lets you run individual build steps on a different slave than the one that job originally started on. But there ways to mimic this behavior. We do something like this in our own tests. One job starts up; it has a parameter that indicates another slave

Re: Query about running different job steps on different slaves

2012-11-21 Thread Linards Liepiņš
You are welcome to follow-up / vote for these JIRA issues :) JENKINS-15397 2012/11/21 Jason Swager > As far as I know, there is no plugin that lets you run individual build > steps on a different slave than the one that job originally started on. > But there ways to mimic this behavior. > > We

Re: Query about running different job steps on different slaves

2012-11-21 Thread Jerry
In addition to Jason's suggestion, you might be able to use the Join Plugin (https://wiki.jenkins-ci.org/display/JENKINS/Join+Plugin) to achieve what you want. StartingJob triggers Slave1Job and Slave2Job, then runs FinishingJob when both are complete. -- Jerry On Wednesday, November 21, 201

Re: Query about running different job steps on different slaves

2012-11-21 Thread Ivan Kalinin
Hi! Actually, I've managed to develop a plugin for my own needs that implements what you want. It allows to 'connect' a group of slaves to form a so-called 'compound slave' - a virtual entity, proxying Slave.doBuild() (or wassitsname) to a different subslave of the group. It adds a build step

Re: Query about running different job steps on different slaves

2012-11-22 Thread alok kumar
Hey there, That would be great!! Can you please share it with me? Also, please let me know how to get it from github as I am new to this. Thanks a lot for the help. Alok On Thu, Nov 22, 2012 at 12:10 PM, Ivan Kalinin wrote: > Hi! > > Actually, I've managed to develop a plugin for my own needs

Re: Query about running different job steps on different slaves

2012-11-22 Thread Jason Swager
I would LOVE to see a plugin like this. If you could send me github information after you make it available, I would be very grateful! Thanks, Jason On Wednesday, November 21, 2012 10:40:36 PM UTC-8, Ivan Kalinin wrote: > > Hi! > > Actually, I've managed to develop a plugin for my own needs that

Re: Query about running different job steps on different slaves

2012-11-23 Thread Ivan Kalinin
Hi there again! I managed to publish most of the plugin (without couple of still private plugin references) to the github over here: https://github.com/pupssman/compound-slaves If that builds and installs correctly, following stuff should happen: - there should be added Compound Slaves secti

Re: Query about running different job steps on different slaves

2012-11-25 Thread Ivan Kalinin
Hi there! So have u tried that thing? If its broken or something is missing I can try 2 fix that. On Thursday, November 22, 2012 5:31:17 PM UTC+4, alok kumar wrote: > > Hey there, > That would be great!! Can you please share it with me? > Also, please let me know how to get it from github as I

Re: Query about running different job steps on different slaves

2012-11-25 Thread Jason Swager
Having troubles getting a build environment built up. Could you publish the jpi so that it could be loaded directly into Jenkins? On Sunday, November 25, 2012 6:19:09 AM UTC-8, Ivan Kalinin wrote: > > Hi there! > > So have u tried that thing? > If its broken or something is missing I can try 2

Re: Query about running different job steps on different slaves

2012-11-25 Thread Ivan Kalinin
Sure, here it is: http://db.tt/reV8CziX On Sunday, November 25, 2012 8:07:15 PM UTC+4, Jason Swager wrote: > > Having troubles getting a build environment built up. Could you publish > the jpi so that it could be loaded directly into Jenkins? > > On Sunday, November 25, 2012 6:19:09 AM UTC-8, Iv

Re: Query about running different job steps on different slaves

2012-11-27 Thread Jason Swager
This SEEMS to be a pretty cool component, allowing for some features that I've been dying to have in Jenkins. Unfortunately, I'm encountering a number of errors as I try to use the plugin. I'll send those along directly rather than clutter up the group. Also - I would strongly recommend publi