Setup group support for the built-in Jenkins user database.

2014-07-14 Thread Aachi
I have multiple users ( over about 100 users, and at least 30+ projects),and using Role strategy plug-in https://wiki.jenkins-ci.org/display/JENKINS/Role+Strategy+Plugin for group the users. However, using Role strategy plug-in https://wiki.jenkins-ci.org/display/JENKINS/Role+Strategy+Plugin,

Re: SSH Agent Plugin - UnsatisfiedLinkError

2014-07-14 Thread Stephen Connolly
This is an issue with which I have severe issues trying to reproduce. If you can document how you set up a slave node vm step by step from a known starting point perhaps I may be able to fix the issue, but right now *every* time I try to recreate the issue the damn SSH Agent works for me. One

jenkins join plugin

2014-07-14 Thread yair friedman
hi, i use the join plugin , but it doesnt seem to do the job . i want to do the attached pipeline , but it doesnt clear to me how it can be done . i can just build more than one job and block the next build until they are all completed . thanks -- You received this message because you are

pipeline view

2014-07-14 Thread yair friedman
it is not clear to me why the pipeline view is changed according to the job definition , and is not defining the flow by itself . when i have job A that conditionally trigger job B OR job C - than both B and C will appear in the view. actually i think that the pipeline itself should have had

Sparse Checkout in GIT

2014-07-14 Thread sai ram
Hi, I want to checkout a particular folder from GIT repo. Please let me know if this is possible in the latest GIT version. Thanks, *Sairam * -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving

Re: Sparse Checkout in GIT

2014-07-14 Thread sai ram
Please help me out with this error, Command git read-tree -mu HEAD returned status code 128: stdout: stderr: fatal: Not a valid object name HEAD . . FATAL: Could not checkout null with start point faaf2c4ff254904ca0692a69270b9d342cd8a637hudson.plugins.git.GitException

Re: Copy files from master to slave

2014-07-14 Thread corneil.duples...@gmail.com
The Copy to Slave plugin is one option. https://wiki.jenkins-ci.org/display/JENKINS/Copy+To+Slave+Plugin On 14 July 2014 09:06, Panikera Raj panikera.raj...@gmail.com wrote: Hi All I have to copy couple of files from master machine (OS x) to slave machine (Windows) using Jenkins. how can I

Re: Sparse Checkout in GIT

2014-07-14 Thread Mark Waite
Check that your git repository actually contains a commit with SHA1 faaf2c4ff254904ca0692a69270b9d342cd8a637 . If it does, then check that the repository which Jenkins is using actually contains a commit with SHA1 faaf2c4ff254904ca0692a69270b9d342cd8a637. Assure that you are not using shallow

Re: Sparse Checkout in GIT

2014-07-14 Thread sai ram
Thanks Mark. Will give a try. Could you please let me know what path should I give in the sparse checkout if my project setup is as below, Root --- Project A Project B I want to sparse checkout Project B *Kind Regards, * *Sairam * 9884699987 | Skype - vjsairam On Mon, Jul 14, 2014

Re: Sparse Checkout in GIT

2014-07-14 Thread Mark Waite
If directoryA is a parent of directoryB and you only want directoryB, then you would list directoryA/directoryB in the sparse checkouts field. On Mon, Jul 14, 2014 at 7:20 AM, sai ram sairam...@gmail.com wrote: Thanks Mark. Will give a try. Could you please let me know what path should I give

RE: Jenkins setup question

2014-07-14 Thread Rob Mandeville
Obligatory link to Jenkins doc: https://wiki.jenkins-ci.org/display/JENKINS/Distributed+builds. This sounds fairly straightforward for Jenkins. A Jenkins server can have any number of slave agents attached to it (I’ve personally run a server with 300+ agents and there are bigger ones out

[1.572] - Console Output Broken

2014-07-14 Thread lgregorydev
Hello, Since upgrading to 1.572, it seems that the Console Output view is broken. It will no longer live-update the view when a build is in progress. Refreshing the screen will provide an updated output. Firebug reports this error after receiving a successful POST from

Re: Jenkins: How to restrict ssh credentials use in slave node configuration

2014-07-14 Thread martin flehmig
Hi! Am 11.07.2014 14:11, schrieb Stephen Connolly: and what is the domain specification in each credential domain? If the credentials are all scope System, then it is a bug in the plugin providing the credentials drop down if they show up in a job configuration screen. Yes, all SSH

Jenkins talking to another Jenkins instance

2014-07-14 Thread Seth Floyd
I currently have 2 Jenkins instances. One does our deployments and the other does automated testing. Is there a way to send a notice from Jenkins1 to Jenkins2 once a build has completed successfully to automatically kick off automated testing jobs? (Before im berated with questions about why we

Re: [1.572] - Console Output Broken

2014-07-14 Thread Dirk Kuypers
Hi, from which version did you upgrade? I am seeing this, too, but since some weeks now, and as we are upgrading every week to the latest and greatest I am not quite sure when this crept in. And: I think it is not related to all console outputs, if I am watching a groovy script I get an updated

Re: Jenkins: How to restrict ssh credentials use in slave node configuration

2014-07-14 Thread Stephen Connolly
On 14 July 2014 15:25, martin flehmig martin.fleh...@tu-dresden.de wrote: Hi! Am 11.07.2014 14:11, schrieb Stephen Connolly: and what is the domain specification in each credential domain? If the credentials are all scope System, then it is a bug in the plugin providing the credentials

Re: Copy files from master to slave

2014-07-14 Thread Les Mikesell
On Mon, Jul 14, 2014 at 2:06 AM, Panikera Raj panikera.raj...@gmail.com wrote: Hi All I have to copy couple of files from master machine (OS x) to slave machine (Windows) using Jenkins. how can I achieve this. If it is possible then I need to copy files from master (Users/Panikera/test ) to

Re: Jenkins: How to restrict ssh credentials use in slave node configuration

2014-07-14 Thread martin flehmig
Start with the creation of the slave VM from ISO and give the MD5 of the ISO you use. What do you mean by this? The slave node is not a VM. I have tried reproducing various test cases from Jenkins and the way I set up by ISOs and install Java on them does not seem to replicate the issue.

Re: Jenkins: How to restrict ssh credentials use in slave node configuration

2014-07-14 Thread Stephen Connolly
On 14 July 2014 16:14, martin flehmig martin.fleh...@tu-dresden.de wrote: Start with the creation of the slave VM from ISO and give the MD5 of the ISO you use. What do you mean by this? The slave node is not a VM. I have tried reproducing various test cases from Jenkins and the way I

Re: Jenkins: How to restrict ssh credentials use in slave node configuration

2014-07-14 Thread martin flehmig
Am 14.07.2014 17:20, schrieb Stephen Connolly: On 14 July 2014 16:14, martin flehmig martin.fleh...@tu-dresden.de wrote: Start with the creation of the slave VM from ISO and give the MD5 of the ISO you use. What do you mean by this? The slave node is not a VM. I have tried reproducing

Re: Jenkins: How to restrict ssh credentials use in slave node configuration

2014-07-14 Thread Stephen Connolly
On 14 July 2014 15:25, martin flehmig martin.fleh...@tu-dresden.de wrote: Hi! Am 11.07.2014 14:11, schrieb Stephen Connolly: and what is the domain specification in each credential domain? If the credentials are all scope System, then it is a bug in the plugin providing the credentials

Re: Jenkins talking to another Jenkins instance

2014-07-14 Thread Phillip Campbell
Just to clarify, by Status in this case, I am checking to see when the remote job has completed, not the actual end result of the job (success/failure/unstable). On Mon, Jul 14, 2014 at 9:30 AM, Seth Floyd s...@sethfloydjr.com wrote: Awesome! Thanks. Ill try that out and see how that works.

Re: Jenkins talking to another Jenkins instance

2014-07-14 Thread Jeff
Have you tried https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Remote+Trigger+Plugin to trigger the remote job? I haven't used it yet so it may not work for your needs, but it is configured as a build step so I believe it blocks until the step completes which would allow you to wait

Re: jenkins-ci.org authentication broken?

2014-07-14 Thread R. Tyler Croy
(replies inline) On Sun, 13 Jul 2014, ad...@dssd.com wrote: When I reset my password for jenkins-ci.org I successfully receive an email with a temporary password but I get an authentication error when I try to use the temp password. I just now attempted to create an entirely new account,

Re: jenkins-ci.org authentication broken?

2014-07-14 Thread Adam Grant
Hi Tyler, It's not clear how many different authentication domains there are in jenkins-ci.org but I see now there are many. I have confirmed that the /account app works fine. Thanks, Adam On Jul 14, 2014, at 10:20 AM, R. Tyler Croy ty...@monkeypox.org wrote: (replies inline) On Sun, 13

Re: Jenkins: How to restrict ssh credentials use in slave node configuration

2014-07-14 Thread Daniel Beck
On 14.07.2014, at 18:34, Stephen Connolly stephen.alan.conno...@gmail.com wrote: Unless you put the nodeA credentials in a credentials domain bound to dummyHost then that is functioning as designed it is not possible to restrict credentials further. If you have access to configure one

Re: Jenkins: How to restrict ssh credentials use in slave node configuration

2014-07-14 Thread Stephen Connolly
Yes a rfe is to allow moving credentials between domains... My time, where is it! On Monday, 14 July 2014, Daniel Beck m...@beckweb.net wrote: On 14.07.2014, at 18:34, Stephen Connolly stephen.alan.conno...@gmail.com javascript:; wrote: Unless you put the nodeA credentials in a credentials

Re: Jenkins: How to restrict ssh credentials use in slave node configuration

2014-07-14 Thread Daniel Beck
On 14.07.2014, at 16:25, martin flehmig martin.fleh...@tu-dresden.de wrote: 8) Login as userA and create slave node called nodeA: * Configure nodeA: * Launch method: Launch slave agents on Unix machines via SSH * Host: dummyh...@dummydomain.de * Add Credentials: - Username with

publish over ssh sets build result even if there are other steps

2014-07-14 Thread Jeff Storey
I have a series of build steps, one of which is publishing files over SSH. When the publish over SSH step completes, it changes the build status to SUCCESS (if the SSH succeeds), even if there are additional build steps afterwards. Is this expected behavior? -- You received this message

Re: jenkins-ci.org authentication broken?

2014-07-14 Thread R. Tyler Croy
(replies inline) On Mon, 14 Jul 2014, Adam Grant wrote: Hi Tyler, It's not clear how many different authentication domains there are in jenkins-ci.org but I see now there are many. I have confirmed that the /account app works fine. It's not that we have multiple, but /account is the

Re: jenkins-ci.org authentication broken?

2014-07-14 Thread Adam Grant
For now, yes I am happy. Thank you for your help. -Adam On Jul 14, 2014, at 3:54 PM, R. Tyler Croy ty...@monkeypox.org wrote: (replies inline) On Mon, 14 Jul 2014, Adam Grant wrote: Hi Tyler, It's not clear how many different authentication domains there are in jenkins-ci.org but I

Re: Copy files from master to slave

2014-07-14 Thread Panikera Raj
Thanks Corneil, Les, I will try and let you know. Regards, Panikera On Mon, Jul 14, 2014 at 8:41 PM, Les Mikesell lesmikes...@gmail.com wrote: On Mon, Jul 14, 2014 at 2:06 AM, Panikera Raj panikera.raj...@gmail.com wrote: Hi All I have to copy couple of files from master machine (OS