Facing issue in running java code integrated with appium in jenkins using TestDroid Cloud Plugin

2015-11-03 Thread Eshita Singh
I was setting up TestDroid Cloud Plugin for Jenkins. I have setup the desired capabilities in my java code. I am getting following error while building the project : My code is a maven project, and i am using appium I have downloaded "testdroid-run-in-cloud-1.0.9 .hpi" plugin Could you guide wher

how to add maven snapshot repo access credentials in jenkins

2015-11-03 Thread Suryateja Hanumandla
Hi, I want to add server credentials in maven setting.xml file, how can we achieve this in jenkins and also *I'm having multiple maven projects in my jenkins*. I've gone through the below link, I need info like is this for global config or individual project config and let me know is there any

Re: Use of LDAP plug in and issues with AD groups

2015-11-03 Thread Daniel Beck
Have them go to the URL /whoAmI (uppercase i). Compare the group memberships shown there to what you expect. Possible issues I can think of: - No recursion. You're not considered a member of group X if you're just a member of group Y, and only that is a member of group X. - Mind upper/lower case

Use of LDAP plug in and issues with AD groups

2015-11-03 Thread Keith Marchen
Hi, We sure could use some assistance.. We are on Jenkins 1.583 and using LDAP plugin (1.11). We can add individual users/permissions which works fine. But we are having issues when adding AD groups. The group is ‘found’ and added to Jenkins. But when someone in the group tries to

Re: Error in installing Ruby runtime plugin on the latest version of Jenkins

2015-11-03 Thread James Nord
https://issues.jenkins-ci.org/browse/JENKINS-31019 includes the 2 possible workarounds and potential side effects. On Monday, November 2, 2015 at 11:37:29 AM UTC, Hossein Riazi wrote: > > As part of installation of GitLab Hook plugin, the ruby runtime dependency > is failing with the following e

Re: How to take care of a large Jenkins installation and still keep your sanity

2015-11-03 Thread Guenther, Marc(AWF)
Hi, here is part 3 of the series, where I describe the actual implementation that we came up with and are currently using: http://www.technology-ebay.de/the-teams/mobile-de/blog/taming-the-hydra-part-3.html Sorry for the long delay :) Have fun, Marc On 28 Aug 2015, at 15:55, Patrick Hund wrot

JENKINS-24084

2015-11-03 Thread Rahul Shelar
Hello, https://issues.jenkins-ci.org/browse/JENKINS-24084 Is this issue resolved? I am using latest release of Copy Artifact plugin (version: 1.37). We keep running into this issue when there are multiple jobs running on the master. What is the fix for this issue? Thanks, Rahul. -- You rec

Re: How to auto trigger Build when a change is pushed to GitHub

2015-11-03 Thread Victor Martinez
You can use the git hooks: - https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin (section Push notification from repository) KK already posted the below post: - http://kohsuke.org/2011/12/01/polling-must-die-triggering-jenkins-builds-from-a-git-hook/ If you use github then use the webhooks c

Re: Build fails with "UNSTABLE" - but Maven run successfully

2015-11-03 Thread Stephen Connolly
check for test failures. the evil one [1] tells maven to ignore test failures so that it can parse the test results itself and set the build to unstable instead of failed [1]: http://javaadventure.blogspot.ie/201

extended-choice-parameter plugin how to add choices list parameter depend on choices list parameter

2015-11-03 Thread zacky azoulay
Hi I try use the new extended-choice-parameter-plugin using JSON Parameter Config Groovy Script File it work fantastic And I try to move more parameters to the new function for a better GUI. I use also the Active Choices Plugin ( https://wiki.jenkins-ci.org/display/JENKINS/Active+Ch

Re: Build fails with "UNSTABLE" - but Maven run successfully

2015-11-03 Thread Tom Fink
Hi Johannes, did you solve your issue? I am experiencing the same effect and wandering, what the cause could be... Cheers Tom -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from i

CloudBees Docker Custom Build Environment Plugin and remote docker hosts

2015-11-03 Thread Denis J. Cirulis
Hi, maybe somebody knows, can I use remote docker machine to execute build jobs inside container ? There is a input field where I can enter docker remote api uri, launch job, then remote host pulls image from private registry and then I gen this: Error response from daemon: Cannot start contain

Re: how do i redirect a 404 error page in jenkins to the login page?

2015-11-03 Thread 'Eric Wood' via Jenkins Users
Further question ... it appears that I can add a section in the jenkins.war web.xml as follows:   404   /jspsnoop/ERROR/404 I don't like have to open the war file and modifying it, but it is unclear is there is another way to customize the error code handling.  I would like to redirect it to th

How to auto trigger Build when a change is pushed to GitHub

2015-11-03 Thread Suryateja Hanumandla
Hi, Currently I'm doing with git poll, where I'm doing poll for every 2 mins. Is there any possibility instead of git poll mechanism in jenkins, because every now and then we need to poll the repo and check. Thanks, Surya. -- You received this message because you are subscribed to the Google G

Re: Git plugin fetching too much data

2015-11-03 Thread Marco Sacchetto
> There is no way to force the plugin to use clone instead of fetch. Even > if there were, it would likely have the same problem, since clone is often > described as "init + fetch". > > That was meant as a way to try to overcome what seems to be a bug in the plugin, not sure it would have cha

how do i redirect a 404 error page in jenkins to the login page?

2015-11-03 Thread henleysmillhoa
I'm running the LTS release 1.609.2 and using the windows native install which runs jetty. How do i redirect the 404 error page to the jenkins login page? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and sto

Re: "Connect to repo.maven.apache.org:443 failed: Connection timed out" by running the job

2015-11-03 Thread Baptiste Mathus
Do you have a corporate proxy? If so then maybe you didn't provide the same settings.xml file in CI as you have locally? Cheers Le 3 nov. 2015 11:30 AM, "Wei Chen" a écrit : > Hi, > > I installed the jenkins-1.634-1.1 under RHEL 5.6. > > I create a job and this is a maven built project. I run th

New RHEL Slave: NPE in hudson.slaves.WorkspaceList.allocate()

2015-11-03 Thread Neil E. Hodges
Hello everyone, I've been trying to set up a new Jenkins slave on a Red Hat Enterprise Linux VM on VMWare, but have been having a lot of trouble with getting jobs to execute successfully there. Whenever a job starts, this error pops up and it fails (some stuff redacted): > Building remotely on $

Re: Git plugin fetching too much data

2015-11-03 Thread Mark Waite
There is no way to force the plugin to use clone instead of fetch. Even if there were, it would likely have the same problem, since clone is often described as "init + fetch". You could reduce the amount of data transferred by using a shallow clone. That's one of the checkboxes in the "Additional

Re: Can we bundle more than one jenkins plugin into single installable plugin

2015-11-03 Thread Stephen Connolly
If you are installing via the update center then that will all be taken care of you automatically using the plugin dependencies. If you are talking about manual upload then you would have to hand-roll something... I would have a plugin that doesn't depend on the 10-15 plugins rather has dependenc

"Connect to repo.maven.apache.org:443 failed: Connection timed out" by running the job

2015-11-03 Thread Wei Chen
Hi, I installed the jenkins-1.634-1.1 under RHEL 5.6. I create a job and this is a maven built project. I run the project in Linux console with 'mvn clean package' and this is successful. But as I run the job in Jenkins it is failed and I see in the console view followings: ... [INFO] *--- ma

Git plugin fetching too much data

2015-11-03 Thread Marco Sacchetto
Hi, I am trying to get a repository cloned inside a Jenkins job. The cloning operation works, but the downloaded data is way too much, and we are having issues since the site is on low bandwidth and the programmers want the workspace to be cleaned out at each run. The git repository needs authe

Jenkins behing Nginx, works ALMOST everything: wrong redirects when accessing some pages

2015-11-03 Thread Federico Fissore
I'm using Jenkins 1.635 which sits behind Nginx 1.8.0 (find attached its configuration): jenkins is started with -Dhudson.security.csrf.requestfield=crumb so that nginx doesn't delete that cookie It works ALMOST everything What doesn't is for example the Manage Plugins page. The url shown by t