Re: Jenkins git commit for specific branch triggers build jobs for other branches too

2015-08-07 Thread Mark Waite
If you're creating the jobs dynamically, but don't want them built the first time, could you delay the creation of the job until the point where you want them built? On Fri, Aug 7, 2015 at 4:35 PM Siddharth Bhaskar < siddharth.bhas...@gmail.com> wrote: > Thanks Mark for your response. > > Yes, yo

Re: Jenkins says: The SDK directory '/Users/jpratik/Library/Android/sdk' does not exist but it does

2015-08-07 Thread Christopher Orr
That's most likely happening because you're overriding ANDROID_HOME — remove environment customisations like that and then the SDK should install fine. Learning about Unix file system permissions is a task better suited to Google than this mailing list. Regards, Chris On 08/08/15 01:34, Pr

Re: Jenkins says: The SDK directory '/Users/jpratik/Library/Android/sdk' does not exist but it does

2015-08-07 Thread Pratik Jaiswal
After adding android-sdk-manager plugin to the build.gradle, it says permission denied. Can someone help me in adding more permission ? Started by user anonymous [EnvInject] - Loading node environment variables. Building in workspace /Users/Shared/Jenkins/Home

Re: Jenkins says: The SDK directory '/Users/jpratik/Library/Android/sdk' does not exist but it does

2015-08-07 Thread Pratik Jaiswal
Hi Chris, I am not an expert of these things and so, could you please walk me through how you give full access to this "anonymous user" ? I did chmod 777 pathtosdk and yeah, android SDK directory does exist (its in the screenshot that I have attached ? Thanks! Pratik On Friday, August 7, 2015

Re: Jenkins says: The SDK directory '/Users/jpratik/Library/Android/sdk' does not exist but it does

2015-08-07 Thread Christopher Orr
That's a message from the Android Gradle plugin, not Jenkins. Does the directory exist *and* does the "Jenkins" user have full access to that directory, and to execute files within it? -Chris PS. It would be easier to use the Android SDK Manager Plugin for Gradle: https://github.com/JakeWhart

Re: Jenkins says: The SDK directory '/Users/jpratik/Library/Android/sdk' does not exist but it does

2015-08-07 Thread Pratik Jaiswal
On Friday, August 7, 2015 at 4:03:40 PM UTC-7, Pratik Jaiswal wrote: > > Log: > > Started by user anonymous > > [EnvInj

Jenkins says: The SDK directory '/Users/jpratik/Library/Android/sdk' does not exist but it does

2015-08-07 Thread Pratik Jaiswal
Log: Started by user anonymous [EnvInject] - Loading node environment variables. Building in workspace /Users/Shared/Jenkins/Home/jobs/Automated Testing Check/workspace > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repo

Re: Jenkins git commit for specific branch triggers build jobs for other branches too

2015-08-07 Thread Siddharth Bhaskar
Thanks Mark for your response. Yes, you are correct, the jobs were defined but not run yet. The build trigger is on git push. If i have webhook for a commit on one branch, it starts the build for other branches too. I wish there was a way for job to find that the webhook was for a commit on an

Re: Jenkins git commit for specific branch triggers build jobs for other branches too

2015-08-07 Thread Mark Waite
When you say "This is the first time the jobs were triggered", I think you mean that the jobs were defined and had not yet run. If that is the case, then I think the behavior you're seeing seems reasonable. The webhook causes the jobs to poll the repo. The poll of the repo shows that there are c

Jenkins git commit for specific branch triggers build jobs for other branches too

2015-08-07 Thread Siddharth Bhaskar
We have a internal enterprise Github repo, and i have multiple feature branches. I am facing a issue with triggering a build on a specific branch. I have configured jobs for each of the feature branches. There is one jenkins job for one feature branch. The first time i commit a code, it also

Urgent requirement for Python Developer

2015-08-07 Thread appthought1
Hi, Hope you are doing well !!! My name is Siva and I'm a recruiter at TheAppliedthought , a global staffing and IT consulting company. Please find the below job description which may suits any of your consultants who are available in market or who are looking for change, please send me la

Use same executor for blocking job

2015-08-07 Thread Steve Ramage
I was wondering if there was a plugin or a way to have a job that is executing and triggering sub jobs to use the current job executor. In some cases I have some jobs that are really just dummy jobs (for simplification and permission issues) that just trigger other jobs. In cases of high loads

Re: Retrieving Slave nodes' hostname &/or ip address using Python Rest Api

2015-08-07 Thread Khai Do
Sorry that doesn't retrieve the IP address. It doesn't look like there's a rest endpoint to get all slave's IPs in one call. Looks like you'll need to build that list by making multiple REST requests. I think that's easy enough if you use the library i referenced. You can probably just use t

Multiple Executors - Disabling jobs

2015-08-07 Thread Beef
Hello, We are testing the multiple executor functionality and have run into an odd thing. We set up a node with 4 executors and tied a few jobs to it to run concurrently, repeatedly, to test for file contention and other possible issues. When we run some of those jobs the system is automatically

Re: Retrieving Slave nodes' hostname &/or ip address using Python Rest Api

2015-08-07 Thread Khai Do
It's http://host/computer/api/json or you can use one of the libraries like python-jenkins and there's a get_nodes() method that will also retrieve that info. On Tuesday, August 4, 2015 at 6:12:46 PM UTC-7, Eric Wang wrote: > > I second this question! > > On Friday, April 3, 2015 at 5:09:23 AM

Jenkins- How do i run a batch command on Master in a job that runs on a slave

2015-08-07 Thread Rajasekar Vasudevan
I'm trying to a run a simple windows batch command (say copy) on Master inside a job that's set to run on a particular slave. What i'm trying to accomplish with this is that copy the build log that gets saved on a master to a shared drive that's accessible from master. Please advise. -- You

Regarding Multiple SCM Plugin

2015-08-07 Thread kiran kumar
Hello All, We are using Accurev as VCS tool. I wanted to use 2 different streams of a depot. as part of our build mechanism. When I configure in Jenkins, using multipleSCM, after saving the configuration, it is automatically updating to the First Depot from the Accurev server list. If I try wit

Performance Plugin error

2015-08-07 Thread Kirshan Luhana
Hi, We are running Jenkins V: 1.611 and Performance plugin v: 1.13, Everything was fine when we set this plugin and it is running fine in few jobs, now when I open job for any modification, it is giving error like bellow and when I delete *publish perfomance test result report Junit report