Re: Slave Node associate to IP or User

2015-02-10 Thread Les Mikesell
On Tue, Feb 10, 2015 at 4:03 AM, uzqates...@gmail.com wrote: Hi Rob, I am sorry it is hard to me explain it in english. I need associate the IP or Jenkins User to a Virtual Machine to execute the jobs that i have. Maybe there is an easier way, the idea is that every developer can access to

Jekins for Mailmain

2015-02-10 Thread Milap Bhojak
Hello, I'm milap from India. I set up my own mainman envirenment I want to add Jekins. Please tell me how could I add Jekins for mailman? Thanks, -Milap -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop

Slave To Master Access Control

2015-02-10 Thread Ashish
Can someone please help me understand https://wiki.jenkins-ci.org/display/JENKINS/Slave+To+Master+Access+Control ? I have some jobs that are configured to run on a specific slave. These jobs are only dedicated to run on the specific slaves. Therefore, should i turn ON the access control or

Re: workflow-plugin Serialisation issues when iterating over a list of strings

2015-02-10 Thread Robin Tegg
Brian, Thanks for you help. Not sure why this wasn't working for me yesterday, it might have been a scoping issue?? I can confirm that if I use the following inside a node{} block: def bees = [192.168.0.1, 192.168.0.2] for( def b: bees ) { echo ${b} } then I get the expected output

Re: workflow-plugin Serialisation issues when iterating over a list of strings

2015-02-10 Thread Robin Tegg
Daniel, Thanks for the .each pointer, that's saved me some head scratching Robin On Monday, February 9, 2015 at 5:47:04 PM UTC, Daniel Beck wrote: 'each' is currently broken in Workflow CPS scripts. https://issues.jenkins-ci.org/browse/JENKINS-26481 On 09.02.2015, at 18:25, Brian Ray

[workflow plugin] Retrieving sh output

2015-02-10 Thread Chris Jay
Hi everyone, I have looked into the workflow plugin recently and found it to be really useful. However I wonder whether it is possible to get ahold of console output code inside the workflow? Regards, Chris -- You received this message because you are subscribed to the Google Groups Jenkins

Is the changelog Community ratings broken?

2015-02-10 Thread Matthew.Webber
On the Jenkins changelog (http://jenkins-ci.org/changelog), I click Community ratings, but I don't see the ratings for each version (I _do_ see the description of what the rating icons mean). This has been broken for me for some time (a week or more?), and on both Firefox (Linux) and Chrome

Re: Jekins for Mailmain

2015-02-10 Thread Richard Bywater
I'm confused how Jenkins and a piece of mailing list software fit in? If you are able to provide more context/info then we may be able to help out more. Richard On 11/02/2015 4:46 AM, Milap Bhojak milapbhojak@gmail.com wrote: Hello, I'm milap from India. I set up my own mainman

Re: Is the changelog Community ratings broken?

2015-02-10 Thread Christopher Orr
On 10/02/15 12:06, matthew.web...@diamond.ac.uk wrote: On the Jenkins changelog (http://jenkins-ci.org/changelog), I click Community ratings, but I don't see the ratings for each version (I _do_ see the description of what the rating icons mean). This has been broken for me for some time (a

Problem Connecting to Github with ssh key

2015-02-10 Thread spacegoose
We recently upgraded to Jenkins 1.598 - I'm not sure if this issue correlates to the problem we're facing, but when I specify a github repo within Jenkins jobs (under Source Code Management git) and select the credential associated with the ssh key, I get a stack trace (below) - if I login to

Re: Is the changelog Community ratings broken?

2015-02-10 Thread Daniel Beck
Known issue filed as https://issues.jenkins-ci.org/browse/INFRA-234 The script used to record and retrieve ratings has no input validation or proper output escaping, and some clown entered a single quote for version, breaking the JSON output.

Re: Problem Connecting to Github with ssh key

2015-02-10 Thread spacegoose
It turns out the password for the machine account (associated with our Jenkins instance) had expired, I'm not sure what the credential(s) in the drop down is (ssh key?) - but updating the password at github (and possibly clearing a fingerprint?), and then selecting -none- credential within the

Re: Only one Administrator with Jenkins 1.580.1 server on Win 8.1

2015-02-10 Thread Steve K
Daniel is on to something regarding matching case. When it comes to case [in]sensitivity, however, the behavior of Jenkins is a bit of a mystery. When I was using a Linux machine as the Jenkins server, there was no mystery. A mixed case login ID was always treated with case sensitivity. Now

Re: Problem Connecting to Github with ssh key

2015-02-10 Thread spacegoose
I have the following github plugins installed (version to left is available version, version to right is installed version): Git Client Plugin Shared library plugin for other Git related Jenkins plugins. 1.16.11.15.0 Git Plugin This plugin allows use of Git as a build SCM. A

Disabling/enabling parameters basing on value from the other parameter

2015-02-10 Thread Wojciech Korzenny
Hi. I'm trying to configure job in Jenkins with some list of parameters. I'd like have some PARAMETER_X which turns to read-only (or disappeared at all) when PARAMETER_Y (simple choice parameter or choice parameter supplied by Scriptler) has value XYZ, otherwise PARAMETER_X is read-write

Android - could not get build data from build. Build step 'Approve commit on Bitbucket'

2015-02-10 Thread Stuart Kinnear
Hello, this problem was posted on StackOverflow; I was asked to direct the question here. see http://stackoverflow.com/questions/28401386/jenkins-android-ubuntu-vm-emulator-error-device-offline for the original. Overview: I have an Android development environment using Eclipse in a Lubuntu

Android device offline error

2015-02-10 Thread Stuart Kinnear
Hello, this problem was posted on StackOverflow; I was asked to direct the question here. see http://stackoverflow.com/questions/28401386/jenkins-android-ubuntu-vm-emulator-error-device-offline for the original. Overview: I have an Android development environment using Eclipse in a Lubuntu

Re: Android device offline error

2015-02-10 Thread Stuart Kinnear
I read again the response in StackOverflow. Apparently bug JENKINS-11952 is scheduled to be fixed next week. In the meantime I'll give it a crack with a downgraded version of the Android Emulator Plugin - 2.10 Thanks. On Wednesday, 11 February 2015 10:23:29 UTC+11, Stuart Kinnear wrote: