Jenkins node connectivity Issue using SSH agent

2014-12-08 Thread Ganesha Prasad
Hello and Greetings, Has anyone experienced such a scenario, then would like to know how the issue was resolved. Using Jenkins Version: 1.579, I am trying to add one more node using the following Steps: (Note: Adding other 3 nodes(or slaves) completed succesfully) 1. Manage Jenkins -> Config

Re: Help with Hudson Seleniumhq plugin

2014-12-08 Thread Ankush Aggarwal
Hi Scott, to run command without sudo. 1) login to server with root user 2) run command visudo 3) search for this "rootALL=(ALL) ALL" 3) add following line below ALL=(ALL) ALL I have add "export DISPLAY=:99" (please exclude double quotes) in /etc/init.d/jenkins script and rest

Re: Git-Jenkins using remote server for development.

2014-12-08 Thread Mark Waite
Git work best (for me at least) with a locally mounted file system. It was written by someone who knows file systems deeply and uses file systems heavily. I'm sure there are people who use git over shared file systems, but there are problems reported with shared file systems, like: http://stacko

Git-Jenkins using remote server for development.

2014-12-08 Thread Ritesh Patel
Hello All, We have java GWT project, which was migrated from cvs to git in last week. We are using shared server to maintain code. The process is like, developers have eclipse in their local machine, but code is in central remote server. But, now we are facing issue with git, as it is taking long

Ways of remotely trigger build and track jobs for jenkins

2014-12-08 Thread peng jun
I'm trying building an application which makes use of Jenkins to do build jobs, there are two main parts : 1. The build part, which is fine, I made use of the Jenkins remote API with customized token to trigger remotely, something like this : my-Jenkins-url/job/job-name/buildWithParamet

Help with Hudson Seleniumhq plugin

2014-12-08 Thread scott hardegree
Hello All, I am struggling with trying to run a simple test case via the selenium plugin headlessly with Xvfb. The web application is hosted on a RedHat 5 server in a QA type environment. Firefox is the current ESR version. I have verified that Xvfb is started, and every time I try to kick o

Re: how to get rid of weird characters on console output ?

2014-12-08 Thread Mark Waite
Rather than using execute shell, shouldn't you use run windows batch command? Those look like ANSI terminal escape sequences, as though the bourne shell (bash) was trying to write to your Windows command prompt window. Mark Waite On Mon, Dec 8, 2014 at 2:23 PM, mpc8250 wrote: > Hi > > When run

how to get rid of weird characters on console output ?

2014-12-08 Thread mpc8250
Hi When running our build step on a windows server 2008 platform, the console output shows output in bold when they should be empty spaces. We use Execute shell build step. C:\Users\x\Desktop\test>dalek smoketest.js -b chrome * [95m*Running tests * [39m [37m*Running Browser: [39m [93mGoogle

RE: EXTERNAL: Re: Upstream/Downstream jobs configuration question

2014-12-08 Thread Ng, Jeff
Not normal behavior; the upstream/downstream jobs should show in both places. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of mpapo - Michaël Pailloncy Sent: Monday, December 08, 2014 3:18 AM To: jenkinsci-users@googlegroups.com Subject: EXTERNAL: Re:

RE: copy of Jenkins system not working

2014-12-08 Thread Nordin, Lars P
Thanks! (and thanks for the quick reply!) The git-client plugin was in a funky state. Versions 1.0.5 and 1.6.0 were both installed but on the Jenkins copy the v1.0.5 version was the preferred version instead of v.1.6.0. I fixed the problem by uninstalling git-client plugin and installing just t

ERRORed out Usernames in web using matrix based security

2014-12-08 Thread Leah
When I login to Jenkins via web browser, all usernames in matrix-based security except 2 are replaced with ERROR. The users with ERROR in place of the name (in global security settings) don't have full access that they are set to either. Has anyone encountered this issue and can help solve? Thanks

Plugin to display arbitrary results?

2014-12-08 Thread Dunnigan, Terrence J
Hi all, I have a job that runs and deletes files. I'd like the job summary page to display the total # of MB that the job deletes every time it runs. Is there a Jenkins plugin or two that can help me do this? Similar to the unit test plugins that chart # of unit tests run over time, I'd like a

Re: copy of Jenkins system not working

2014-12-08 Thread Scott Evans
Lars, Check to make sure you have the same plugins installed/active on the target system as you do on the source configuration (also make sure the versions of the plugins are the same or at least as close as possible). Also, check to make sure file owner/permissions are correct on the target syst

copy of Jenkins system not working

2014-12-08 Thread Nordin, Lars P
I'm trying to duplicate a current Jenkins setup but I've run into problems trying to get the copy working correctly. Only the deploy jobs are displayed in the UIT and the logs show many of the other jobs fail on job load. Dec 08, 2014 12:15:15 PM jenkins.InitReactorRunner$1 onTaskFailed SEVERE:

looking for plugin to display "All Failed Test" of Age 1 in dashboard view in jenkins

2014-12-08 Thread Vikram Shetty
we are using selenium and testng solution for automation -- 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 it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view

Connection Refused error when running Sbt Tests in Jenkins but it works fine in local machine

2014-12-08 Thread Vijaykumar Gundavarapu
Hi, I have a simple Jenkins job which executes some Sbt tests in scala/akka and it tries to download Mongo flapdoodle to execute a test. The tests works fine in local machine but I get connection refused error when it runs in Jenkins. Download Version{2.4.10}:Linux:B64 START Dec 05, 2014 5:42:1

Re: [workflow-plugin]Reading variables in batch script

2014-12-08 Thread Kohsuke Kawaguchi
I've never used 2x doublequote string in Groovy, but in any case this sounds like a Groovy question. Aside from String formatting like ${...}, you can also explicitly set a value to environment variable by: env.MYDIR= pwd() then every process forked within the block scope will have such an en

Jira slow since I attempted a bulk update?

2014-12-08 Thread Mark Waite
About 12 hours ago I attempted a bulk update of 150 bugs in Jira. The update does not seem to have finished. Jira now seems much slower (to me). It may be worth investigating to see if my bulk update is causing performance problems. -- Thanks! Mark Waite -- You received this message because

Fwd: Repository Connector Plugin

2014-12-08 Thread El alaoui Mohamed Reda
Hi, in the job parameters we can choose the version of artifact but this information comes from the local repository like the enclosed pictures in this mail. my question : there is a way to get the Artifact version from the remote repository in my case (Nexus) if not, can we create an issue to have

failing to add slave windows 2012 R2 server

2014-12-08 Thread niraj nandane
Hi, I am trynig to add windows 2012 R2 server as a slave . I have selected login method as jnlp. When i start jnlp agent on slave,it shows as "connecting to " and after some time it shows following error message on one pop-up box with ok button. java.io.IOExeception:failed to connect to :55122

Re: Upstream/Downstream jobs configuration question

2014-12-08 Thread mpapo - Michaël Pailloncy
Hi all, No ideas ? I just want to know if it's a normal behaviour or not ? I will create an issue in Jira if it's not. Thanks in advance. Michaël Le mardi 2 décembre 2014 18:01:52 UTC+1, mpapo - Michaël Pailloncy a écrit : > > Hi all, > > A JobA is triggered by JobB. This is configured via "Bui

[workflow-plugin]Reading variables in batch script

2014-12-08 Thread Rupali
Hi, I tried reading variables in batch script. It works if its a single line batch code, but doesn't for multiple lines. e.g. Below outputs current directory path correctly. node('windows') { def myDir = pwd() bat "echo ${myDir}" } But below produces output as *Current directory is: ${myDir}*

Re: Credentials Plugin : escape characters don't work?

2014-12-08 Thread Shobha Dashottar
Yep. I had to give 4$'s for one so a total of 8 $'s :) . Thanks Shobha -- 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 it, send an email to jenkinsci-users+unsubscr...@googlegrou

Re: [workflow-plugin] Determine current directory

2014-12-08 Thread Rupali
Hi James, That worked. Thanks. Regards, Rupali On Friday, December 5, 2014 9:58:52 PM UTC+5:30, James Nord wrote: > > try > > node('windows') { > def myDir = pwd*()* > bat "echo ${myDir}" > } > > /James > > On 05/12/2014 14:30, Rupali wrote: > > Hi James, > > Thanks for quick reply. I tr